ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
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.
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.
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.
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.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba