Can an MLP Absorb Its Own Skip Connection?
The paper demonstrates that for most common activation functions (such as ReGLU, SwiGLU, and GELU) and generic weight distributions, a skip connection cannot be absorbed into a residual-free MLP of the same width, meaning skip-connected and residual-free architectures represent fundamentally different function classes.
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 Core Question: Can a "Shortcut" be Hidden Inside the Machine?
Imagine you are building a complex LEGO castle. Most of the time, you follow a strict set of instructions: Step 1: Build a wall. Step 2: Build a tower. Step 3: Build a gate. This is how a standard neural network (an MLP) works—it processes information in a straight line, layer by layer.
However, modern AI (like the tech behind ChatGPT) uses a "cheat code" called a Skip Connection. Instead of just going from Step 1 to Step 2, the instructions say: "Build a wall, but also keep a copy of the original baseplate and just slide it forward to the next step." This "shortcut" helps information flow more easily and prevents the "instructions" from getting lost or corrupted as the castle gets taller.
The researchers asked a fascinating question: If we have this "shortcut" (the skip connection), is it actually doing something special? Or could we just rewrite the instructions so that the shortcut is "absorbed" into the building process itself? In other words: Could we build the exact same castle without the shortcut, just by changing how we build the walls and towers?
The Verdict: The Shortcut is Magic
The researchers looked at different types of "building materials" (called activations) that AI uses, and they found that, in almost every case, the shortcut is indispensable. You cannot hide it.
Here is how they broke it down using three different scenarios:
1. The "Math-Heavy" Materials (Gated Activations)
The Analogy: The Shape-Shifting Clay.
Some modern AI models use very complex, "gated" materials (like SwiGLU or GeGLU). Think of these like a special kind of clay that changes its shape and density depending on how much pressure you apply.
The researchers proved that because this clay is so "reactive," it is mathematically impossible to mimic the shortcut. If you try to build a castle without the shortcut using this clay, the math simply won't balance. The shortcut isn't just a convenience; it’s a fundamental part of the architecture that the clay cannot replicate.
2. The "Simple" Materials (ReLU and GELU)
The Analogy: The Rigid Bricks.
Other models use simpler materials, like ReLU (which acts like a light switch: it's either ON or OFF). For these, the researchers found a tiny, tiny loophole.
It is technically possible to absorb the shortcut, but only if you arrange your bricks in a very specific, almost impossible way (a "measure-zero" event). It’s like saying, "You can build this castle without a shortcut, but only if every single brick is placed at a perfect 45.0000000001-degree angle." In the real world, where weights are chosen somewhat randomly, this will never happen. For all practical purposes, the shortcut is a unique superpower.
3. The "Deep" Problem (Deep Networks)
The Analogy: The Infinite Skyscraper.
Finally, they looked at what happens when you stack these layers hundreds of times to make a skyscraper. They proved that even if you could somehow "cheat" and hide a shortcut in one single floor, that trick won't work as you go higher. The "shortcut" effect compounds. By the time you reach the 100th floor, the difference between a building with shortcuts and a building without them is massive.
Why Does This Matter?
If the shortcut could be absorbed, it would mean that skip connections are just a "math trick" to make training easier, but they don't actually make the AI smarter.
But because the researchers proved they cannot be absorbed, it tells us something profound: Skip connections actually expand the "brain power" of the AI. They allow the network to represent types of logic and patterns that a standard, straight-line network simply cannot grasp.
The takeaway: The "shortcuts" in modern AI aren't just helping the math flow more smoothly; they are actually giving the AI a bigger, more complex world to think in.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.