Is All Learning (Natural) Gradient Descent?
Lucas Shoji, Kenta Suzuki, Leo Kozachkov
TL;DR
The paper shows that a broad class of effective learning rules that improve a scalar performance measure can be recast as natural gradient descent with a symmetric positive definite metric $M(\theta,t)$. It derives a canonical metric form $M = \frac{1}{y^T g} y y^T + \sum_{i=1}^{D-1} u_i u_i^T$, and identifies an optimal choice $M_{opt}$ within a one-parameter family that minimizes the condition number, with eigenstructure governed by the angle $\psi$ between the update direction and the negative gradient. The theory extends to continuous-time, discrete-time, stochastic, and time-varying losses, and is demonstrated via applications to a stable linear time-invariant system and biologically plausible feedback-alignment learning. This work provides a unifying geometric lens for learning rules, suggesting that gradient-based optimization under an appropriate metric underpins diverse learning processes and offering practical metrics for improving optimization efficiency and stability.
Abstract
This paper shows that a wide class of effective learning rules -- those that improve a scalar performance measure over a given time window -- can be rewritten as natural gradient descent with respect to a suitably defined loss function and metric. Specifically, we show that parameter updates within this class of learning rules can be expressed as the product of a symmetric positive definite matrix (i.e., a metric) and the negative gradient of a loss function. We also demonstrate that these metrics have a canonical form and identify several optimal ones, including the metric that achieves the minimum possible condition number. The proofs of the main results are straightforward, relying only on elementary linear algebra and calculus, and are applicable to continuous-time, discrete-time, stochastic, and higher-order learning rules, as well as loss functions that explicitly depend on time.
