Model-Based and Sample-Efficient AI-Assisted Math Discovery in Sphere Packing
By: Rasul Tutunov , Alexandre Maraval , Antoine Grosnit and more
Potential Business Impact:
Finds better ways to pack shapes in space.
Sphere packing, Hilbert's eighteenth problem, asks for the densest arrangement of congruent spheres in n-dimensional Euclidean space. Although relevant to areas such as cryptography, crystallography, and medical imaging, the problem remains unresolved: beyond a few special dimensions, neither optimal packings nor tight upper bounds are known. Even a major breakthrough in dimension $n=8$, later recognised with a Fields Medal, underscores its difficulty. A leading technique for upper bounds, the three-point method, reduces the problem to solving large, high-precision semidefinite programs (SDPs). Because each candidate SDP may take days to evaluate, standard data-intensive AI approaches are infeasible. We address this challenge by formulating SDP construction as a sequential decision process, the SDP game, in which a policy assembles SDP formulations from a set of admissible components. Using a sample-efficient model-based framework that combines Bayesian optimisation with Monte Carlo Tree Search, we obtain new state-of-the-art upper bounds in dimensions $4-16$, showing that model-based search can advance computational progress in longstanding geometric problems. Together, these results demonstrate that sample-efficient, model-based search can make tangible progress on mathematically rigid, evaluation limited problems, pointing towards a complementary direction for AI-assisted discovery beyond large-scale LLM-driven exploration.
Similar Papers
Near-Optimal Sparsifiers for Stochastic Knapsack and Assignment Problems
Data Structures and Algorithms
Finds best items to pick when choices are hard.
Re-evaluating LLM-based Heuristic Search: A Case Study on the 3D Packing Problem
Artificial Intelligence
AI learns to solve hard packing puzzles.
Improved Approximation Algorithms for Three-Dimensional Bin Packing
Computational Geometry
Fits boxes better, saving space and money.