Legacy Concept Lab
Loss Landscapes, Sharpness & Flat Minima
Frontier models rely on implicit flat-minima bias (mini-batch SGD, data augmentation, weight decay) for generalization
#4SharpnessOptimization
key equation
Phase 3: Optimization & generalizationConcept 4 of 100
Why It Matters for Modern Models
- Frontier models rely on implicit flat-minima bias (mini-batch SGD, data augmentation, weight decay) for generalization
- Fine-tuning and RLHF pipelines sometimes adopt SAM-like ideas to stabilize training
What Tutorials Skip
What is still poorly explained in textbooks and papers:
- Most expositions show "sharp vs flat" in 2D, but we lack intuitive stories for high-dimensional anisotropic sharpness
- How mode connectivity (many minima connected by low-loss paths) interacts with flatness and weight averaging
Interactive Visualization
Core Math (Optional Deep Dive)
If you want intuition first, start with the key equation and the visualization. Come back here for the full walkthrough.
Key Equation
SAM objective:
In practice:
- Take a single gradient step to find "worst-case" perturbation:
- Update using gradient at the perturbed weights:
Theoretical results show certain deep networks' loss surfaces have no "bad" local minima (all local minima are global or near-global).