COLGJan 25

Flow-based Extremal Mathematical Structure Discovery

arXiv:2601.18005v11 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of navigating vast, nonconvex landscapes in mathematical discovery, offering a more efficient alternative to prior methods like AlphaEvolve, though it appears incremental as it builds on existing generative and optimization techniques.

The paper tackles the problem of discovering extremal geometric structures in mathematics by introducing FlowBoost, a closed-loop generative framework that combines geometry-aware flow-matching, reward-guided optimization, and stochastic local search, resulting in configurations that match or exceed best known results, such as improving lower bounds for circle packings with fewer computational resources.

The discovery of extremal structures in mathematics requires navigating vast and nonconvex landscapes where analytical methods offer little guidance and brute-force search becomes intractable. We introduce FlowBoost, a closed-loop generative framework that learns to discover rare and extremal geometric structures by combining three components: (i) a geometry-aware conditional flow-matching model that learns to sample high-quality configurations, (ii) reward-guided policy optimization with action exploration that directly optimizes the generation process toward the objective while maintaining diversity, and (iii) stochastic local search for both training-data generation and final refinement. Unlike prior open-loop approaches, such as PatternBoost that retrains on filtered discrete samples, or AlphaEvolve which relies on frozen Large Language Models (LLMs) as evolutionary mutation operators, FlowBoost enforces geometric feasibility during sampling, and propagates reward signal directly into the generative model, closing the optimization loop and requiring much smaller training sets and shorter training times, and reducing the required outer-loop iterations by orders of magnitude, while eliminating dependence on LLMs. We demonstrate the framework on four geometric optimization problems: sphere packing in hypercubes, circle packing maximizing sum of radii, the Heilbronn triangle problem, and star discrepancy minimization. In several cases, FlowBoost discovers configurations that match or exceed the best known results. For circle packings, we improve the best known lower bounds, surpassing the LLM-based system AlphaEvolve while using substantially fewer computational resources.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes