SGD Scaling Limits at Flat Minima: Beyond Gaussian Behavior.
Summary
This research reveals that the behavior of constant-stepsize Stochastic Gradient Descent (SGD) fundamentally changes at flat minima, deviating from the familiar Gaussian limit. It shows that the invariant law concentrates on a different scale and converges to non-Gaussian stationary limits for flat objectives.
Why it matters
Understanding SGD's behavior at flat minima is crucial for optimizing deep learning models, as flat minima are often associated with better generalization. This research provides theoretical foundations for choosing appropriate learning rates and understanding convergence properties in complex loss landscapes.
How to implement this in your domain
- 1Consider the implications of flat minima when tuning learning rates for SGD in deep learning models.
- 2Investigate adaptive learning rate schedulers that might better handle non-Gaussian convergence properties at flat minima.
- 3Apply insights from this research to design optimization algorithms that explicitly leverage or account for the geometry of flat minima.
- 4Be aware that traditional assumptions about SGD's Gaussian noise behavior may not hold in all complex optimization landscapes.
Who benefits
Key takeaways
- SGD's behavior at flat minima fundamentally differs from its behavior at strongly convex minima.
- The invariant law of SGD concentrates on a scale of $\alpha^{1/m}$ at flat minima, not $\sqrt{\alpha}$.
- Convergence at flat minima leads to generally non-Gaussian stationary limits.
- This research provides theoretical insights crucial for understanding and optimizing deep learning training.
Original post by Jingyi Zhang, Cheng Mao, Debankur Mukherjee
"arXiv:2607.16384v1 Announce Type: new Abstract: For stochastic gradient descent (SGD) with a constant stepsize $\alpha$, the invariant law of the iterates, centered at a minimizer, describes the behavior of the algorithm over long time horizons. In the strongly convex case, this…"
View on XOriginally posted by Jingyi Zhang, Cheng Mao, Debankur Mukherjee on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Research

Claude Prompting Tips: Simplify for Better Fable Performance
New insights suggest that Claude, particularly Fable, performs better with simpler prompts, avoiding excessive examples or negative constraints. Claude Code's system prompt was recently reduced by 80%, indicating a shift towards more concise instructions.
PROWL AI Agents Explore Minecraft, Self-Correcting Failures
OdysseyML's PROWL system trains AI agents for Minecraft exploration, utilizing a world model to detect and rectify failures. This approach creates a dynamic learning curriculum, ensuring sustained performance and direct issue resolution within the game environment.
U.S. Must Acknowledge Chinese AI Progress, Stop Surprise Reactions
New Chinese AI models are reportedly competing with top U.S. systems, causing market wobbles and policy concerns, but the author argues America should not be surprised by this progress.