Papers
Topics
Authors
Recent
Search
2000 character limit reached

Feature-Learning Regime Overview

Updated 21 April 2026
  • 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 γ\gamma in maximal-update or μ\muP scaling) and key optimization hyperparameters such as the learning rate η\eta. 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 γ\gamma. In maximal-update (μ\muP) scaling, the network output is normalized:

f~(x;θ)=1γf(x;θ)\tilde f(x; \theta) = \frac{1}{\gamma} f(x; \theta)

  • Lazy regime (γ0\gamma \rightarrow 0): The network evolves in a small neighborhood of initialization; the NTK remains essentially constant and feature evolution scales as O(γ)O(\gamma), resulting in negligible adaptation of hidden representations.
  • Feature-learning ("rich") regime (γ1\gamma \gg 1): Hidden representations undergo O(1)O(1) changes; the network must significantly adjust internal weights to fit the data, driving strong feature learning.

Tuning μ\mu0—along with appropriately scaling the learning rate μ\mu1—transitions the network between these regimes, with μ\mu2 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 μ\mu3 and network depth μ\mu4.

For a feed-forward depth-μ\mu5 network:

  • In the underparameterized/lazy regime (μ\mu6), stability and optimizing step constraints yield μ\mu7.
  • In the feature-rich regime (μ\mu8), stability requires μ\mu9. The optimizable window for η\eta0 is η\eta1.

These bounds define phase regions in the η\eta2 plane:

  • No-training: η\eta3, loss does not decrease.
  • Lazy-kernel: η\eta4, η\eta5.
  • Catapult (MSE only): η\eta6, loss briefly diverges before settling.
  • Rich-feature-learning: η\eta7, η\eta8 (Atanasov et al., 2024).

3. Empirical and Analytical Phenomenology in the Rich Regime

Networks tuned into the ultra-rich (η\eta9) 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 γ\gamma0 collapse onto a universal trajectory under the rescaled time γ\gamma1 at early times, revealing an underlying time-reparameterization invariance of the rich regime. The duration of the plateau γ\gamma2 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:

γ\gamma3

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-γ\gamma4 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 γ\gamma5 with γ\gamma6 unchanged across lazy and rich regimes.
  • Hard tasks (outside RKHS): Feature learning nearly doubles the decay exponent from γ\gamma7 (lazy) to γ\gamma8 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: γ\gamma9 signals NTK evolution.
  • Eigenfeature and minimum-projection (CKA) metrics: Sharp transition in μ\mu0 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 μ\mu1 and appropriately scaled μ\mu2 (by μ\mu3 or μ\mu4 as regime dictates).
  • For maximal feature benefits, choose largest μ\mu5 for which the initial plateau remains within total training-hour constraints.
  • Avoid μ\mu6 values that induce loss catapults or instability in low-μ\mu7 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 μ\mu8 (feature strength) and the coupling parameter.


References:

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Feature-Learning Regime.