← Latest papers
🤖 machine learning

Correlation flow governs learning at criticality

This paper establishes that at the critical point of weight-bias variance, orthogonal initialization enables correlation propagation to infinite depth, which directly governs learning dynamics by making the Neural Tangent Kernel exactly proportional to output correlations, thereby unifying information propagation and learning in infinitely deep networks.

Original authors: Andrea Combette, Nelly Pustelnik, Antoine Venaille

Published 2026-08-11
📖 6 min read🧠 Deep dive

Original authors: Andrea Combette, Nelly Pustelnik, Antoine Venaille

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 Deep Learning Deep Dive: Tuning the Infinite Ladder

Imagine you are trying to build a skyscraper, but instead of bricks, you are stacking layers of invisible, mathematical mirrors. This is what a "deep neural network" is: a computer program designed to learn by passing information through hundreds of layers of calculations. The goal is for a signal (like a picture of a cat) to enter the bottom, bounce through every single mirror, and emerge at the top as a clear answer ("That's a cat!").

But here's the catch: if you build the mirrors wrong, the signal either gets so faint by the time it reaches the top that it disappears into silence, or it gets amplified so wildly that the whole building shakes apart and collapses. This is the problem of "signal propagation." For a long time, scientists have known that how you set up these mirrors at the very beginning (called "initialization") is crucial. They also discovered a special "sweet spot" called criticality, where the network is balanced perfectly between chaos and order. Think of it like tuning a guitar string: if it's too loose, the note is dead; if it's too tight, it snaps. At criticality, it sings.

However, there's a second, trickier problem. Even if the signal gets through, the computer needs to learn from its mistakes. To do this, it sends a "gradient" (a hint about what went wrong) back down the ladder. If the ladder is too long, these hints can get lost or distorted, making learning impossible. This paper explores a mysterious connection between how the signal travels forward and how the learning hints travel backward, specifically in networks that are infinitely wide and infinitely deep. The researchers ask: Is there a way to set up the mirrors so that the network not only survives the journey but learns perfectly, no matter how tall the skyscraper gets?

The Secret Recipe for Infinite Learning

The authors of this paper, working with deep mathematical theories, have uncovered a surprising secret about how to build these perfect, infinitely deep networks. They found that there is a very specific, almost magical way to set up the network's starting conditions that makes everything click into place.

The "Critical" Sweet Spot
First, the paper confirms that to send information through an infinitely deep network without it vanishing or exploding, you must start the network at a precise point called criticality. This is a specific setting for the randomness of the network's weights (the numbers that determine how the mirrors are angled). If you are even slightly off this point, the network fails. The authors show that at this exact critical point, the network behaves in a very special way: the information doesn't just survive; it preserves the relationships between different inputs. If two pictures are similar at the start, they stay similar at the end, even after passing through thousands of layers.

The Vanishing Act
Here is where it gets counter-intuitive. Usually, scientists hope that the "learning hints" (gradients) stay strong and steady as they travel through the network. This state is called "dynamical isometry," where every path through the network is equally strong. The authors prove something startling: even at the perfect critical point, these learning hints actually get weaker as the network gets deeper. They don't disappear completely, but they fade away algebraically (like a sound getting quieter the further you walk from a speaker). This means the old dream of having perfectly strong, unchanging gradients in an infinite network is impossible. The network must have these fading hints.

The Magic Connection
Despite this fading, the authors discovered a beautiful, previously unnoticed link. They found that at this critical point, the way the network learns (described by something called the Neural Tangent Kernel, or NTK) becomes exactly proportional to the way the information correlations travel through the network. In simple terms: the network's ability to learn is directly dictated by how well it preserves the similarity of the inputs. If the network keeps the "shape" of the data intact as it goes deeper, the learning process becomes perfectly predictable and controlled. It's as if the network's "memory" of the input shapes its "ability to learn" in a one-to-one relationship.

The Orthogonal Key
The paper also tackles a practical problem: real computers aren't infinite. They have finite width, which introduces noise and errors. The authors show that how you choose the starting numbers matters immensely here.

  • Gaussian Initialization (The Standard Way): If you start with random numbers drawn from a standard bell curve, the noise builds up as the network gets deeper. The learning hints get messy, and the network's behavior becomes unpredictable in very deep layers.
  • Orthogonal Initialization (The Special Way): If you start with numbers arranged in a special "orthogonal" pattern (where the directions are perfectly perpendicular, like the x, y, and z axes), the noise is suppressed. The authors demonstrate that this method stops the errors from piling up. It keeps the network's behavior stable and predictable, even when the network is very deep.

What This Means for the Future
The paper doesn't just offer a theory; they tested it with simulations on finite networks (networks with a set number of layers and width) and found that the math held up perfectly. They showed that using orthogonal initialization at the critical point is the best way to control how deep learning networks behave as they grow larger.

This finding changes how we think about training massive AI models. It suggests that to build a network that can learn effectively from data, we shouldn't just hope for strong gradients; we should focus on preserving the structure of the data itself. By tuning the network to the critical point and using orthogonal starting values, we can ensure that the network's learning dynamics are stable and that it learns the right patterns, no matter how many layers we stack on top of each other. It's a bit like realizing that to build a tower that reaches the sky, you don't need stronger bricks; you just need to make sure the foundation is perfectly balanced and the bricks are laid in a specific, orderly pattern.

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 →