Preprint
Machine Learning

Improving the matrix multiplication exponent with modern optimization and AlphaEvolve

Emilien Dupont, Marvin Eisenberger, Borislav Kozlovskii, Abbas Mehrabian, Francisco J. R. Ruiz, Abigail See, Renfei Zhou, Josh Alman, Virginia Vassilevska Williams, Matej Balog
August 17, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

The current best bounds on the matrix multiplication exponent $ω$ are obtained through a refinement of the laser method called combination loss analysis (Duan et al., 2022; Williams et al., 2024; Alman et al., 2025). In this note, we address the optimization problem at the core of this approach and propose several improvements. First, we reformulate the optimization problem allowing us to solve it in a larger setting than was previously possible. Second, we leverage recent advances in machine learning to design a new optimization algorithm for this problem. Finally, we refine the resulting optimization algorithm with AlphaEvolve. Our combined approach yields an upper bound of $ω$ < 2.371177, improving the previous best bound of 2.371339.

Analysis

Why This Paper Matters

This paper addresses a fundamental open problem in theoretical computer science: determining the optimal exponent for matrix multiplication, denoted ω. The current best bounds are derived through a complex refinement of the laser method, known as combination loss analysis. The optimization problem at the core of this approach is highly non-trivial, and the authors show that by reformulating it and applying modern machine learning techniques, they can push the bound further. This is significant because even tiny improvements in ω have profound implications for the asymptotic complexity of many algorithms in linear algebra and beyond.

The use of AlphaEvolve, an evolutionary algorithm developed by DeepMind, marks a notable crossover of AI techniques into pure mathematics. This paper is part of a growing trend where machine learning is used to discover new mathematical insights or optimize complex combinatorial problems. The improvement from 2.371339 to 2.371177, while numerically small, represents a meaningful step in a long-standing research direction, and the methodology could be applicable to other optimization problems in mathematics.

Technical Contributions

  • Reformulation of the optimization problem: The authors reformulate the optimization problem from combination loss analysis, enabling it to be solved in a larger setting than previously possible. This likely involves expanding the search space or relaxing constraints, allowing for more flexibility in finding better solutions.
  • ML-based optimization algorithm: They design a new optimization algorithm that leverages recent advances in machine learning. This could involve using neural networks to guide the search or to model the objective function more effectively.
  • AlphaEvolve refinement: The algorithm is further refined using AlphaEvolve, a powerful evolutionary search method that has been successful in other domains like chip design and algorithm discovery. This hybrid approach combines the strengths of gradient-based or learned optimization with evolutionary exploration.
  • Improved bound: The combined approach yields an upper bound of ω < 2.371177, improving the previous best of 2.371339. This is a concrete, verifiable result that advances the state of the art.

Results

The paper reports a new upper bound on the matrix multiplication exponent: ω < 2.371177. This improves upon the previous best bound of 2.371339, a reduction of approximately 0.000162. While this may seem minuscule, in the context of matrix multiplication exponent research, every decimal place is hard-won and can lead to significant asymptotic improvements for algorithms that rely on fast matrix multiplication. The result is obtained through the combination of a reformulated optimization problem, a custom ML-based optimizer, and AlphaEvolve refinement. The paper does not provide detailed runtime or resource comparisons, but the fact that they achieved an improvement suggests the optimization is effective.

Significance

This work demonstrates that modern optimization techniques, particularly those driven by machine learning, can be successfully applied to long-standing problems in theoretical computer science. The improvement in ω is a direct contribution to the field, but the broader impact lies in the methodology. By showing that AlphaEvolve and ML-based optimization can tackle the complex optimization problems arising in the laser method, the authors open the door for further applications of AI to other open problems in mathematics and computer science. This could accelerate progress in areas where brute-force or human-designed heuristics have plateaued. The paper also highlights the potential of combining different optimization paradigms (learned and evolutionary) to achieve superior results, which could inspire similar hybrid approaches in other domains.