TL;DR
Muon, an optimizer for large-scale foundation model pre-training, faces efficiency issues due to its reliance on Newton-Schulz iterations for orthogonalization. Muon$^2$ was developed to enhance both the quality and efficiency of Muon by incorporating Adam-style adaptive second-moment preconditioning.
✦ Why It Matters
Engineers can implement Muon$^2$ to enhance optimization efficiency in large-scale model training.
Key Takeaways
How It Works
Muon$^2$ enhances the original Muon optimizer by applying adaptive second-moment preconditioning, which stabilizes the momentum matrix used in the orthogonalization process. This preconditioning improves the spectrum of the momentum matrix, allowing for more effective polar approximations and faster convergence during training.
Related