On the global convergence of gradient descent for wide shallow models with bounded nonlinearities
This paper establishes the global convergence of continuous-time gradient descent for wide shallow neural networks with bounded nonlinearities and vector output weights by proving that all non-global minimizers are unstable, thereby extending previous results on ReLU and scalar-output sigmoid networks to include multi-head attention layers.
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
Imagine you are trying to find the lowest point in a vast, foggy, and incredibly complex mountain range. This mountain range represents the "loss function" of a neural network—a mathematical map where the height is the error of the model, and the goal is to get to the absolute bottom (the global minimum).
Usually, this is a nightmare. The terrain is full of fake valleys (local minima) that look like the bottom but aren't. If you were a hiker (an algorithm) just taking small steps downhill, you might get stuck in one of these fake valleys and never find the true lowest point.
This paper asks a surprising question: Why do neural networks, which are essentially giant, complex hikers, almost always manage to find the true bottom, even when the math says they shouldn't?
Here is the breakdown of their discovery, using simple analogies.
1. The Setup: A Crowd of Hikers
The authors study "wide" neural networks. Imagine instead of one hiker, you have a massive crowd of thousands of hikers (neurons) all trying to find the bottom at the same time.
- The Old View: Previous research showed this works well if the hikers are using simple, straight-line rules (like ReLU activations) or if the hikers are very specific types (sigmoid with only one output).
- The New View: This paper expands the rules. They show that even if the hikers are using more complex, "bouncy" rules (like Sigmoid, GELU, or SiLU) and have multiple outputs (like a multi-headed attention layer in a Transformer), the crowd still finds the bottom.
2. The Magic Trick: The "Escaping Active Set"
The core of their proof relies on a concept they call an "Escaping Active Set."
Imagine a hiker is stuck in a fake valley (a non-optimal local minimum). In a normal landscape, they might just sit there. But in these specific wide neural networks, the authors prove that staying in a fake valley is physically impossible.
They show that if a hiker is in a spot that isn't the true bottom, the "slope" of the mountain forces them to do one of two things:
- Run away: The hiker's path will naturally push them out of that fake valley.
- Grow infinitely: The hiker's "energy" (the size of their parameters) will start growing uncontrollably, effectively launching them out of the valley and into a new region where they can keep searching.
Because the initial position of the hikers is random (like a Gaussian distribution, which covers the whole map), there is always at least one hiker who can "escape" any fake valley. Once they escape, the whole system shifts, and the fake valley collapses. The only place where no one can escape is the true global minimum.
3. The "Mean Field" Lens
To prove this, the authors don't track every single hiker. That would be too messy. Instead, they use a "Mean Field" approach.
- The Analogy: Imagine looking at the crowd from a helicopter. You don't see individual people; you see a flowing river of people.
- The Math: They treat the distribution of all the hikers as a single fluid. They prove that this fluid flows smoothly and predictably. Even if you start with a very spread-out, messy distribution (like a Gaussian cloud), the fluid doesn't get stuck. It flows toward the deepest point.
4. What They Fixed and What They Added
- Fixing a Broken Proof: A previous famous paper ([CB18]) tried to prove this for simple cases but had a small error in their logic regarding how hikers escape fake valleys. The authors fixed this proof, making it rigorous.
- New Territory: They extended this logic to Vector Output Weights (where the hiker has to carry a backpack with multiple items, not just one) and Attention Layers (the mechanism that lets Transformers focus on specific parts of a sentence). They showed that even with these complex structures, the "escaping" mechanism still works.
5. The "Well-Posed" Guarantee
The authors also checked the stability of the system. They proved that if you take a slightly different starting point or a slightly different step size (discretization), the hikers won't go crazy or crash. The system is stable, even if the hikers start with a very wide, heavy-tailed distribution (sub-Gaussian), which includes the popular "Gaussian" initialization used in real-world AI.
Summary
In short, this paper explains that for wide, shallow neural networks with bounded nonlinearities:
- Fake valleys are unstable: If the network gets stuck in a sub-optimal spot, the math forces it to move.
- The crowd always wins: As long as you start with a diverse enough group of parameters, the "flow" of the training process will inevitably push the system toward the true global minimum.
- It works for modern architectures: This logic holds true not just for old-school networks, but also for the attention mechanisms used in modern Large Language Models (though the authors simplified the attention model slightly for the proof).
They didn't invent a new algorithm; they provided a mathematical "why" for why the current algorithms work so well in practice, even when the terrain looks treacherous.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.