Kissing Number Breakthrough: Chinese Team Achieves Record Advances Using PackingStar Reinforcement Learning System

AI-Powered Progress in Ancient Geometry Puzzle

  • reinforcement-learning
  • peking-university
  • research-publication-news
  • fudan-university
  • chinese-higher-education
New0 comments

Be one of the first to share your thoughts!

Add your comments now!

Have your say

Engagement level
red stain on white wall
Photo by Etienne Girardet on Unsplash

Unveiling the Kissing Number Mystery Through AI Innovation

In a remarkable fusion of artificial intelligence and pure mathematics, a collaborative team from Peking University, Fudan University, and the Shanghai Academy of AI for Science has shattered longstanding barriers in the kissing number problem. Using their groundbreaking reinforcement learning system, PackingStar, they have established new lower bounds for this elusive metric in dimensions 25 through 31, as well as a significant advancement in dimension 13. 42 54 This achievement, announced on February 14, 2026, not only highlights the prowess of Chinese higher education institutions in interdisciplinary research but also demonstrates how AI can navigate the incomprehensible complexities of high-dimensional geometry where human intuition falters.

The kissing number problem, denoted as τ(n) or K(n), seeks the maximum number of equal non-overlapping spheres that can simultaneously touch a central sphere of the same radius in n-dimensional Euclidean space. First debated by Isaac Newton and David Gregory in 1694, Newton posited 12 for three dimensions while Gregory argued for 13—a controversy resolved only in 1953 proving Newton's claim correct. 43 Exact solutions exist for dimensions 1, 2, 3, 4, 8, and 24, but higher dimensions remain open, with progress stalling due to exponential growth in geometric possibilities.

Visualization of 12 spheres kissing a central sphere in three dimensions

Historical Context and Known Kissing Numbers

The problem's allure lies in its simplicity masking profound depth. In low dimensions:

  • Dimension 2: 6 (hexagonal packing).
  • Dimension 3: 12 (icosahedral arrangement, proven 1953).
  • Dimension 4: 24 (proven 2003 by Oleg Musin).
  • Dimension 8: 240 (Leech lattice related).
  • Dimension 24: 196,560 (exceptional lattice packing).
For higher n, only bounds are known, with lower bounds from explicit constructions and upper bounds from linear programming or spherical codes. Prior to PackingStar, dimensions 25-31 saw minimal updates over decades, limited by computational intractability. 41

This stall underscores the challenge: as n increases, the 'curse of dimensionality' explodes the search space, rendering brute-force enumeration impossible. Enter AI, trained to explore irregular, non-lattice structures that dominate optimal packings.

PackingStar: Revolutionizing Sphere Packing with Reinforcement Learning

PackingStar reimagines the kissing number as a cooperative two-player matrix completion game on the Gram matrix, where entries are pairwise cosines between unit vectors from the central sphere to kissing sphere centers. This sidesteps coordinate instability, enabling GPU-accelerated computation. 54

Step-by-Step Process:

  1. Feature Identification: Simulate low-dimensional tangencies to derive discrete cosine sets C1 (e.g., dominant angles).
  2. Matrix Initialization: Start partial Gram matrix G(m0) from C1 or priors like Leech lattice slices.
  3. Player 1 (Filler): Uses Monte Carlo Tree Search (MCTS) to add entries g ∈ A(m), ensuring positive semidefiniteness (PSD) and full rank via Cholesky checks.
  4. Player 2 (Corrector): Neural policy selects indices I to prune suboptimal entries, extracting refined submatrix G[I,I].
  5. Decomposition & Restart: Distill final matrix into substructures (e.g., symmetric frames), seeding new games for parallel exploration.
Trained end-to-end via policy gradients on team reward (final matrix size), PackingStar discovers diverse configurations autonomously.

Led by Chengdong Ma and Yaodong Yang at Peking University's AI Institute, with Yuan Qi at Fudan, the system ran from scratch, yielding over 6,000 novel structures. 42

Record-Breaking Results in High Dimensions

PackingStar's triumphs include:

Dimension (n)New Lower BoundPreviousImprovement
25197,056197,048+8
26198,550198,512+38
27200,044199,976+68
28204,520204,368+152
29209,496208,272+1,224
30220,440219,984+456
31238,350232,874+5,476
54

In dimension 13, rational kissing number reaches 1,146 (prev 1,130), first beyond 1971 structures. Generalized bounds under cosine ≤1/4 or 1/3 also improved, e.g., K(12,1/4)=81.

Read the full arXiv paper for configurations. 42

Novel Structures and Paradigm Challenges

Beyond bounds, PackingStar uncovered non-antipodal setups defying symmetry norms, algebraic links to finite simple groups, and cross-dimensional geometries. In 25D, a 496-sphere shell from 28 8D frames + 24D cross hints at optimality. These inspire human refinements, e.g., better 22D packings.

Gram matrix visualization from PackingStar in high dimensions

Over 6,000 structures cataloged, many rational (integer cosines), aid coding theory via spherical codes.

Implications for Mathematics and Beyond

While no proofs, configurations tighten bounds, guiding proofs. Applications span:

  • Coding Theory: Optimal sphere packings yield best error-correcting codes.
  • Quantum Computing: High-dim lattices for qubit states.
  • Signal Processing: Satellite comms packing signals without interference.
  • Data Compression: Minimize bits via geometric efficiency.
This RL paradigm extends to densest packings, Tammes problem. 43

Watch PKU's PackingStar explainer video 45

Spotlight on Chinese Higher Education Leadership

Peking University, consistently China's top math program, leads via its AI Institute. Fudan University's AI Incubation Institute complements with expertise. SAIS, a national AI hub, bridges theory-application. This collab exemplifies China's 'Double First-Class' push, investing billions in AI-math fusion. For researchers eyeing such hubs, China university jobs and research positions abound at PKU and Fudan.

Expert Perspectives and Global Impact

"AI reshapes mathematical intuitions," notes the team. 43 Qi Yuan (Fudan): "Seeds to spheres—AI unlocks limits." Progress stalled post-24D; PackingStar revives it.

China's rise: Tops Leiden 2025 research impact, fueling such feats. Aspiring academics, check academic CV tips.

Future Horizons: AI-Math Synergy

Next: Upper bounds, proofs via discovered structures? PackingStar scales higher, perhaps cracking dim 32+. Broader: RL for E8 lattices, quantum codes. Chinese unis gear for more, with AI labs expanding. Job seekers in AI-math: higher ed jobs, university jobs.

Conclusion: A New Era in Geometric Discovery

PackingStar exemplifies how Peking University and Fudan propel global math frontiers. Explore Rate My Professor for insights, higher ed jobs, career advice. Stay tuned for proofs validating these bounds.

Frequently Asked Questions

🔢What is the kissing number problem?

The kissing number problem determines the maximum non-overlapping equal spheres touching a central one in n dimensions. Known exactly in low dims like 3D (12), open higher.More higher ed research news

🤖Who developed PackingStar?

Team from Peking University AI Institute, Fudan University, Shanghai AI Lab for Science. Leaders: Chengdong Ma, Yaodong Yang (PKU), Yuan Qi (Fudan). See paper.

📈What new results did PackingStar achieve?

New lower bounds: dim25:197056 (+8), dim31:238350 (+5476). Dim13 rational:1146. Over 6000 structures.

⚙️How does PackingStar work?

Models as two-player Gram matrix completion game: Filler adds cosines, Corrector prunes. Cooperative RL with MCTS, policy gradients, substructure decomposition.

🌟Why is this breakthrough significant?

Tightens bounds in stalled dims, challenges symmetries, inspires proofs. Apps in coding theory, quantum, comms. Highlights Chinese unis' AI-math strength.

📡What are applications of kissing numbers?

Error-correcting codes, data compression, quantum states, signal packing in telecoms.

🏛️Role of Peking University in this research?

Led via AI Institute. Top Chinese math/AI hub. Jobs at Chinese universities like PKU thrive here.

Does PackingStar provide proofs?

No, constructions only. Humans verify/optimize. AI explores, mathematicians prove.

🔮Future directions post-PackingStar?

Higher dims, upper bounds, proofs, densest packings. Extend to Tammes, spherical codes.

🎓How to pursue AI-math research in China?

Target PKU/Fudan. Use higher ed career advice, jobs. Strong funding via national AI initiatives.

📊Generalized kissing numbers from PackingStar?

Improved under cosine constraints, e.g., K(17,1/3)=578. Useful for codes.