← Latest papers
📊 statistics

Conflicting Biases at the Edge of Stability: Norm versus Sharpness Regularization

This paper argues that understanding the generalization of overparameterized networks requires analyzing the dynamic trade-off between norm minimization and sharpness reduction, demonstrating that learning rates interpolate between these biases and that neither alone suffices to minimize generalization error.

Original authors: Maria Matveev, Vit Fojtik, Hung-Hsu Chou, Gitta Kutyniok, Johannes Maly

Published 2026-06-08
📖 5 min read🧠 Deep dive

Original authors: Maria Matveev, Vit Fojtik, Hung-Hsu Chou, Gitta Kutyniok, Johannes Maly

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Picture: The Goldilocks Problem of AI Training

Imagine you are teaching a student (a neural network) to solve a puzzle. You want the student to learn the rules so well that they can solve new puzzles they've never seen before (this is called generalization).

For a long time, researchers thought there was one "magic trick" that made students good at this. They believed the training process (called Gradient Descent) naturally pushed the student toward the simplest, most "compact" solution. In math terms, this is called minimizing the Norm (keeping the numbers in the model small and tidy).

However, recent observations showed something else happening. When you train with a "fast" learning rate, the student seems to naturally avoid "spiky" or unstable solutions and instead finds "flat," smooth solutions. In math terms, this is called minimizing Sharpness.

The paper's main discovery: These two "magic tricks" (keeping things small vs. keeping things flat) are actually fighting each other. You can't have both at the same time. The paper argues that the secret to a good AI isn't just one of these traits, but finding the perfect balance between them, which is controlled by how fast you teach the student (the Learning Rate).


The Two Competing Biases

To understand the conflict, let's use two metaphors:

1. The "Tiny Backpack" Bias (Norm Minimization)

  • What it is: When you teach very slowly (tiny learning rate), the algorithm acts like a hiker trying to carry the lightest possible backpack. It tries to keep the "weight" of the model (the size of the numbers inside) as small as possible.
  • The result: You get a very simple, compact model.
  • The paper's finding: While simple is usually good, the paper shows that the simplest possible model isn't always the one that performs best on new data.

2. The "Flat Valley" Bias (Sharpness Minimization)

  • What it is: When you teach at a moderate-to-fast speed, the algorithm acts like a hiker looking for a wide, flat valley floor rather than a narrow, precarious peak. If the solution is "sharp" (like standing on a needle), a tiny mistake in the next step will send you tumbling. If it's "flat" (like a wide plateau), you can wobble a bit and still stay safe.
  • The result: You get a model that is very stable and robust to small changes.
  • The paper's finding: While stability is great, the flattest possible solution isn't always the best either.

The "Edge of Stability" Dance

The paper introduces a fascinating concept called the Edge of Stability (EoS).

Imagine you are walking a tightrope.

  • Too slow (Small Learning Rate): You walk very carefully, staying perfectly in the middle. You end up with a "Tiny Backpack" (low norm), but you might be walking on a narrow path that isn't the best route.
  • Too fast (Large Learning Rate): You run so fast you start bouncing off the tightrope. You fall off (the training crashes).
  • Just right (The Edge of Stability): You run at a speed where you almost lose your balance. You wobble back and forth, but you don't fall. In this state, the algorithm naturally pushes you toward the "Flat Valley" (low sharpness).

The Conflict: The paper shows that as you speed up your walking (increase the learning rate) to get to this "wobbly but stable" state, your backpack gets heavier and heavier (the Norm increases).

  • Slow speed: Light backpack, narrow path.
  • Fast speed: Heavy backpack, wide, flat valley.

You cannot have a light backpack and a wide valley simultaneously. They are trade-offs.

The "U-Shaped" Secret

The most important finding is about Generalization (how well the model works on new data).

If you plot the performance of the model against the learning speed, you often get a U-shape:

  1. Too Slow: The model is too simple (low norm) and misses the nuance of the data. Performance is okay, but not great.
  2. Too Fast: The model is too chaotic (high norm, even if flat) and overfits or becomes unstable. Performance drops.
  3. Just Right (The Middle): The sweet spot is in the middle. Here, the model has a "medium-sized backpack" and is "moderately flat."

The Analogy: Think of tuning a radio.

  • Turn the dial too far left (too slow), and you hear static (underfitting).
  • Turn it too far right (too fast), and you hear static again (instability).
  • The clearest signal is found in the middle, where you have balanced the two opposing forces.

The Theoretical Proof (The Simple Model)

To prove this isn't just a fluke of complex computers, the authors built a tiny, simple math model (a "toy" network).

  • They showed that the solution with the smallest backpack (lowest norm) is in a completely different location than the solution with the flattest valley (lowest sharpness).
  • They proved that the best solution (the one that predicts new data best) is often a third option: a spot right in between the two extremes.

Conclusion: It's a Balancing Act

The paper concludes that we cannot explain why AI works so well by looking at just one factor (like "it finds the simplest solution").

Instead, the learning rate acts like a dimmer switch that balances two conflicting desires:

  1. Keeping the model small and simple.
  2. Keeping the model stable and flat.

The "magic" of deep learning happens when we tune this switch to find the perfect compromise between these two opposing forces. The paper argues that focusing on only one of these biases is insufficient; we must understand the dynamic trade-off between them.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →