← Latest papers
🤖 machine learning

How Long Does Infinite Width Last? Signal Propagation in Long-Range Linear Recurrences

This paper derives exact finite-width formulas for signal propagation in linear recurrent models to identify three distinct depth-width scaling regimes, revealing that finite-width effects accumulate more rapidly with depth than in feedforward networks and causing the infinite-width approximation to break down when the recurrent depth exceeds the order of n\sqrt{n}.

Original authors: Mariia Seleznova

Published 2026-05-07
📖 5 min read🧠 Deep dive

Original authors: Mariia Seleznova

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 Question: How Big is "Big Enough"?

Imagine you are trying to predict the weather. To get a perfect forecast, you might imagine a world where you have an infinite number of sensors measuring every single molecule of air. In this "infinite" world, the math is clean, predictable, and easy to solve. This is what scientists call the infinite-width limit.

For a long time, researchers studying neural networks (AI brains) have relied on this "infinite sensor" idea. They assume that if a network is wide enough (has enough neurons), it behaves just like this perfect, infinite model.

The Problem: Real AI models aren't infinite. They have a finite number of neurons. The paper asks a simple but crucial question: How deep can a recurrent neural network go before the "infinite" math stops working and the "real, finite" math takes over?

The Setup: The Echoing Hallway

To understand the paper, we need to look at a specific type of AI called a Linear Recurrent Unit (LRU).

  • The Analogy: Imagine a long hallway with a microphone at one end and a speaker at the other. You whisper a sound (the input). The speaker plays it back, the microphone picks it up, amplifies it slightly, and plays it back again. This happens over and over.
  • The Depth (tt): This is how many times the sound loops through the hallway.
  • The Width (nn): This is how many microphones and speakers are in the room. A "wide" room has thousands of them; a "narrow" room has only a few.

In the "infinite" world (thousands of microphones), the sound behaves perfectly predictably. But in a "finite" world (a small room), the sound waves bounce off the walls, interfere with each other, and create weird echoes. The paper studies exactly when those weird echoes start to ruin the prediction.

The Three Zones of Signal Propagation

The authors discovered that the behavior of the signal (the sound) changes depending on the relationship between the depth (how many loops) and the width (how many neurons). They found three distinct zones:

1. The Safe Zone (Subcritical Regime)

  • The Rule: If the number of loops is small compared to the square root of the number of neurons (tnt \ll \sqrt{n}).
  • What Happens: The signal behaves exactly as the "infinite" theory predicts. It's stable. The "infinite" math is still a perfect description of reality.
  • The Metaphor: You are walking through a massive, empty stadium. Even if you shout a few times, the sound doesn't echo strangely because the stadium is so huge. The "infinite" model works perfectly here.

2. The Tipping Point (Critical Regime)

  • The Rule: When the number of loops gets close to the square root of the number of neurons (tnt \approx \sqrt{n}).
  • What Happens: This is the moment the "infinite" math breaks. The signal starts to grow or change in ways the old theory didn't predict. The signal energy begins to amplify significantly.
  • The Metaphor: You are now in a smaller, crowded room. You shout a few times, and suddenly the echoes start to build up. The sound gets louder and louder, not because you shouted harder, but because the room is just the right size for the echoes to pile up. The "infinite" model says the sound should stay calm, but in reality, it's getting chaotic.

3. The Explosion Zone (Supercritical Regime)

  • The Rule: When the number of loops is much larger than the square root of the neurons (tnt \gg \sqrt{n}).
  • What Happens: The signal goes wild. It grows exponentially. The "infinite" theory is completely useless here.
  • The Metaphor: You are in a tiny, narrow closet. You shout once, and the sound bounces back so fast and so hard that it creates a deafening roar. The signal explodes.

The Big Discovery: Recurrent vs. Feedforward

The paper makes a surprising comparison between Recurrent Networks (the echoing hallway) and Feedforward Networks (a straight line of people passing a ball).

  • In a straight line (Feedforward): You can pass the ball through a huge number of people before the "finite" effects (like a dropped ball) become a problem. The "infinite" math works for a long time.
  • In a loop (Recurrent): Because the same weight matrix (the same set of rules) is used over and over, the errors and finite-width effects pile up much faster.

The Key Finding: The paper proves that for recurrent networks, the "infinite" math stops working when the depth reaches the square root of the width (n\sqrt{n}). For other types of networks, it takes much longer (proportional to the full width nn) for this to happen.

Why This Matters for AI Design

The paper specifically looks at Glorot initialization, a standard method for setting up the starting numbers in a neural network.

  • The Old Belief: Based on "infinite" theory, Glorot initialization should keep signals stable forever, no matter how long the sequence is.
  • The New Reality: The paper shows that in long-range recurrent models, Glorot initialization becomes unstable once the sequence gets long enough to hit that "Critical Regime" (n\sqrt{n}). The signal will explode, causing the AI to fail.

Summary in One Sentence

This paper proves that in looping AI models, the "perfect infinite" math we rely on stops working much sooner than we thought—specifically, when the sequence length hits the square root of the network's size—causing signals to explode and requiring us to rethink how we build these models.

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 →