Ask what should change when the equation is manipulated, then let the visualization test that expectation.
Foundation Lab
Loss Landscapes, Sharpness & Flat Minima
Frontier models rely on implicit flat-minima bias (mini-batch SGD, data augmentation, weight decay) for generalization
\min_w \max_{\|\epsilon\|_p \le \rho} L(w + \epsilon)Selected Foundation Object
Keep the equation fixed; move through the evidence.
Most expositions show "sharp vs flat" in 2D, but we lack intuitive stories for high-dimensional anisotropic sharpness
\min_w \max_{\|\epsilon\|_p \le \rho} L(w + \epsilon)Use the runnable panel, the key equation, and canonical papers as separate forms of evidence for the same object.
The useful learning product is the reusable mechanism you can carry into another model, paper, or engineering tradeoff.
This atlas page keeps the working demo; the domain notebook carries the fuller Intuition -> Math -> Code -> Demo sequence.
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.
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).