Lion Secretly Solves Constrained Optimization: As Lyapunov Predicts
Lizhang Chen, Bo Liu, Kaizhao Liang, Qiang Liu

TL;DR
This paper reveals that the Lion optimizer, discovered through program search, is theoretically grounded in constrained optimization, providing a new Lyapunov-based analysis that explains its empirical success and broadens its applicability.
Contribution
It introduces a Lyapunov function-based analysis demonstrating Lion as a principled optimizer for constrained problems, extending to a family of Lion-$\
Findings
Lion is a theoretically novel optimizer for constrained minimization.
The analysis introduces a new Lyapunov function applicable to Lion and its variants.
Results clarify Lion's dynamics and potential for further improvements.
Abstract
Lion (Evolved Sign Momentum), a new optimizer discovered through program search, has shown promising results in training large AI models. It performs comparably or favorably to AdamW but with greater memory efficiency. As we can expect from the results of a random search program, Lion incorporates elements from several existing algorithms, including signed momentum, decoupled weight decay, Polak, and Nesterov momentum, but does not fit into any existing category of theoretically grounded optimizers. Thus, even though Lion appears to perform well as a general-purpose optimizer for a wide range of tasks, its theoretical basis remains uncertain. This lack of theoretical clarity limits opportunities to further enhance and expand Lion's efficacy. This work aims to demystify Lion. Based on both continuous-time and discrete-time analysis, we demonstrate that Lion is a theoretically novel and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Materials Science · Stochastic Gradient Optimization Techniques · Metaheuristic Optimization Algorithms Research
MethodsAdamW · Weight Decay · Evolved Sign Momentum · Random Search
