Feature-Learning Regime Overview
- Feature-Learning Regime is a neural network training phase where hidden representations are actively adapted by tuning output scaling and learning rate.
- This regime leverages architectural parameters like γ to transition from static NTK behavior to dynamic feature evolution, improving generalization.
- Empirical guidelines identify regime shifts via loss plateaus, kernel adaptation, and stability metrics, aiding effective network optimization.
A feature-learning regime denotes the operational phase of a neural network in which training induces substantial evolution of hidden representations—contrasting with "lazy" or "kernel" regimes where features remain effectively fixed and the learning dynamics are described by kernel methods. The transition between these regimes is sharply controlled by architectural parameterizations (notably, the output scaling in maximal-update or P scaling) and key optimization hyperparameters such as the learning rate . The feature-learning regime is characterized by rich dynamics, distinct loss curves, directional kernel adaptation, and significant improvements in generalization, especially for tasks outside the span of the initial neural tangent kernel (NTK) (Atanasov et al., 2024, Rubin et al., 5 Feb 2025, Bordelon et al., 2024).
1. Parameterization and Phase Demarcation: The Role of Output Scaling
The regime in which a neural network operates—lazy/kernel-like versus rich/feature-learning—is principally set by the final-layer scaling hyperparameter . In maximal-update (P) scaling, the network output is normalized:
- Lazy regime (): The network evolves in a small neighborhood of initialization; the NTK remains essentially constant and feature evolution scales as , resulting in negligible adaptation of hidden representations.
- Feature-learning ("rich") regime (): Hidden representations undergo changes; the network must significantly adjust internal weights to fit the data, driving strong feature learning.
Tuning 0—along with appropriately scaling the learning rate 1—transitions the network between these regimes, with 2 acting as a feature-learning strength knob (Atanasov et al., 2024).
2. Theoretical Scaling Laws and Regime Map
The mathematical structure of the feature-learning regime is concretely specified via scaling laws for the optimal learning rate as a function of 3 and network depth 4.
For a feed-forward depth-5 network:
- In the underparameterized/lazy regime (6), stability and optimizing step constraints yield 7.
- In the feature-rich regime (8), stability requires 9. The optimizable window for 0 is 1.
These bounds define phase regions in the 2 plane:
- No-training: 3, loss does not decrease.
- Lazy-kernel: 4, 5.
- Catapult (MSE only): 6, loss briefly diverges before settling.
- Rich-feature-learning: 7, 8 (Atanasov et al., 2024).
3. Empirical and Analytical Phenomenology in the Rich Regime
Networks tuned into the ultra-rich (9) regime exhibit distinctive optimization and loss curves:
- Long initial loss plateau: "Silent alignment"—representations reorient with respect to the data manifold, but external metrics (loss) change little.
- Sudden loss drop-off: Once alignment is achieved, loss rapidly decreases.
- Staircase decay: Multiple abrupt loss drops can occur (notably in deep or certain linear networks).
Loss curves for different 0 collapse onto a universal trajectory under the rescaled time 1 at early times, revealing an underlying time-reparameterization invariance of the rich regime. The duration of the plateau 2 sets the trade-off between feature complexity and practical learning under a step-budget constraint (Atanasov et al., 2024).
4. Feature Kernel Adaptation: Scalar Rescaling vs. Directional Deformation
Analytical approaches expose two perspectives on how kernels adapt in the feature-learning regime (Rubin et al., 5 Feb 2025):
- Kernel-rescaling theories: In linear networks and in the infinite-width mean-field limit, integration of the posterior yields a solution mathematically equivalent to kernel regression with a scalar-rescaled NNGP kernel:
3
Thus, on the mean output, feature learning appears as simple amplitude rescaling.
- Adaptive kernel theories: The more general case, especially for finite width and nonlinear networks, reveals directional deformation of the kernel—selectively amplifying certain modes aligned with the data and residuals (i.e., rank-4 corrections). The posterior covariance of the learned function includes rank-one (or higher) corrections that are missed by rescaling-only views, and these corrections directly correlate with the degree of feature learning (Rubin et al., 5 Feb 2025).
Directional feature learning is identified by projecting the output covariance onto candidate "features" and observing selective enhancement along task-relevant directions.
5. Feature-Learning Regime, Scaling Laws, and Task Difficulty
Feature learning transforms the scaling laws of neural network generalization, with the degree of improvement contingent on the task's alignment with the initial NTK RKHS (Bordelon et al., 2024):
- Easy/super-easy tasks (within RKHS): Feature learning does not alter scaling exponents; test loss decays as 5 with 6 unchanged across lazy and rich regimes.
- Hard tasks (outside RKHS): Feature learning nearly doubles the decay exponent from 7 (lazy) to 8 in the rich regime.
This acceleration is attributed to the evolving kernel norm, which boosts the learned-mode bandwidth. The improved exponent directly alters the compute-optimal trade-off between model size and training time.
6. Empirical Fingerprints, Regime Detection, and Practical Guidelines
Several metrics and structural observables diagnose entry into the feature-learning regime:
- Feature movement: 9 signals NTK evolution.
- Eigenfeature and minimum-projection (CKA) metrics: Sharp transition in 0 and effective-rank identifies the minimal-feature regime, especially in vision models (Nam et al., 2024).
- Soft rank: Stable or growing soft-rank of hidden feature matrices under SGD signals ongoing feature learning (Terjék, 18 Feb 2025).
Tuning advice for practitioners:
- Always sweep both 1 and appropriately scaled 2 (by 3 or 4 as regime dictates).
- For maximal feature benefits, choose largest 5 for which the initial plateau remains within total training-hour constraints.
- Avoid 6 values that induce loss catapults or instability in low-7 settings (Atanasov et al., 2024).
7. Broader Theoretical Landscape and Transfer Learning Implications
Feature-learning regimes admit rigorous characterization in mean-field/Bayesian frameworks, where phase transitions in order parameters correspond to the onset and qualitative strength of feature learning (Göring et al., 16 Oct 2025). At finite width, feature learning emerges via symmetry breaking, or through mechanisms such as self-reinforcing input feature selection (ARD), which removes ambient dimension dependence and compresses sample complexity thresholds to the intrinsic task dimension.
Transfer learning in the feature-learning regime, as opposed to the lazy regime, is governed by adapted feature kernels that depend on both source and target data/labels, with explicit interpolation (via elastic coupling penalties) between feature reuse and full re-learning (Lauditi et al., 6 Jul 2025). Empirical results confirm that strong feature learning and optimal transfer occur when hidden representations are sufficiently plastic to adapt to the downstream task, governed by 8 (feature strength) and the coupling parameter.
References:
- (Atanasov et al., 2024)
- (Rubin et al., 5 Feb 2025)
- (Bordelon et al., 2024)
- (Nam et al., 2024)
- (Terjék, 18 Feb 2025)
- (Göring et al., 16 Oct 2025)
- (Chen et al., 2022)
- (Yao et al., 24 Dec 2025)
- (Lauditi et al., 6 Jul 2025)
- (Corti et al., 28 Aug 2025)