How does feature learning reshape the function space?
This paper demonstrates that early-stage feature learning in two-layer neural networks fundamentally reshapes the induced function space by transforming the feature distribution into a target-dependent spiked Gaussian, which creates a data-adaptive kernel that selectively amplifies signal-aligned directions and mixes eigenfunctions rather than merely rescaling a fixed kernel.
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 teaching a robot to recognize a specific pattern in a massive, chaotic room full of furniture.
The Old Way (Fixed Kernel):
Traditionally, you might give the robot a rigid, pre-made map of the room. This map has fixed rules: "If you see a chair, look here; if you see a table, look there." The robot can only learn by adjusting how much it trusts each part of this fixed map. It's like trying to find a specific book in a library where the shelves never move; you can only change which books you pull off the shelf, not the shelf's position itself. This is what "lazy training" looks like in neural networks—the features (the map) stay frozen.
The New Way (Feature Learning):
Modern neural networks are different. They don't just adjust the weights on a fixed map; they actually move the shelves. They learn to rearrange the room itself to make the target pattern easier to find. This paper asks: How exactly does the robot move the shelves when it takes its first big step to learn?
Here is the breakdown of what the paper discovered, using simple metaphors:
1. The "Spiked" Map
The researchers looked at what happens after the robot takes one giant step of learning (a "gradient step"). They found that the robot's internal map of the room changes in a very specific way.
Imagine the room is a giant, flat field of grass (representing random data). Before learning, the robot sees the grass as perfectly uniform. After one big learning step, the robot suddenly sees a giant, glowing spike sticking out of the ground in the exact direction of the answer it's looking for.
The paper proves that this new map isn't just a slightly tweaked version of the old one. It's as if the robot's perception has been warped by a "target-dependent" force. It's like putting on special glasses that make the direction of the answer look huge and bright, while everything else stays relatively normal.
2. Reshaping the "Function Space"
In math terms, the paper talks about "function space." Let's call this the Playground of Possibilities.
- Before learning: The playground is a flat, featureless field. Any path you take is just as likely as any other.
- After learning: The playground gets reshaped. The ground tilts. The paths that lead toward the answer become smooth, wide highways. The paths that lead away from the answer become steep, rocky cliffs.
The paper shows that this reshaping isn't random. It specifically amplifies the "directions" in the data that match the answer (the "signal") and mixes different types of patterns together to make them easier to learn.
3. The "Mixing" Effect
One of the most interesting findings is how the robot combines different types of patterns.
Imagine the robot is trying to learn a complex shape (like a curve).
- Old view: The robot might try to learn the "straight line" part and the "curve" part separately.
- New view (Feature Learning): The paper shows that the robot's learning process mixes the straight line with the curve. It creates a new, hybrid pattern that is perfectly tuned to the answer.
Specifically, for the common "ReLU" activation (a standard tool in AI), the robot takes the simplest pattern (a straight line pointing at the answer) and mixes it with a slightly more complex pattern (a curve). This creates a super-pattern that is much better at solving the problem than either part alone.
4. The Size of the Step Matters
The paper also found that how big the robot's learning step is changes the result.
- Small steps: The robot makes tiny adjustments. The map changes a little, but it's mostly the same old map.
- Big steps: The robot makes a giant leap. This causes a massive reshaping of the playground. The "spike" in the direction of the answer becomes very prominent, and the mixing of patterns happens much more aggressively.
The Bottom Line
The paper concludes that feature learning isn't just about turning up the volume on a fixed radio station (rescaling a fixed kernel). Instead, it's like rewiring the radio itself to tune into a new frequency that matches the music you want to hear.
By taking a single, large step, the neural network fundamentally alters its internal landscape. It warps its perception of the data to highlight the specific features that matter, effectively "skipping" the early, slow phases of learning by immediately creating a custom-made map for the problem at hand.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.