Singular perturbations and hierarchical learning in two-layer neural networks
arXiv:2607.10869
2026
Dynamics
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper analyzes hierarchical learning in a two-layer network through singularly perturbed gradient flows. Its transferable asset is the separation between fast output-weight relaxation and slow hidden-feature evolution: fast variables approach an integral-constraint manifold while slow variables evolve using the already-learned components. This suggests a principled layerwise optimizer schedule in which output coefficients first fit what the current features can represent, followed by progressively faster feature learning after residual plateaus. The approach is especially testable on synthetic single-index regression, where linear and quadratic target components provide direct diagnostics of the predicted learning order.
Ideas from this paper
Unverified
2026
Train the output layer on a fast timescale and the hidden feature layer on a slow timescale, so output coefficients first fit the components representable by the current features before hidden directions move. Use residual plateaus to detect when the fast subsystem has approximately equilibrated, then increase the hidden-layer learning rate to begin the next feature-learning stage.
Useful6/10
Difficulty4/10
Novelty5/10