Fourier-Diagonalized Natural Gradients and Sobolev Mirror Descent

arXiv:2607.01634 2026 Optimization 1 ideas extracted · analyzed Aug 30, 2026

What the math gives to ML

The paper identifies a concrete class of natural-gradient metrics that become elementwise diagonal after a Fourier transform: a positive translation-invariant operator with symbol \(\lambda(\omega)\) turns the inverse-metric step into division by \(\lambda(\omega)\) at each frequency. This is directly transferable as an FFT preconditioner for spatial neural-network gradients, especially convolutional and operator-learning models whose parameters or activations live on periodic grids. A particularly usable default is the Sobolev/Bessel spectral filter, which suppresses high-frequency updates according to a tunable smoothness exponent; the safest first test is to apply it to SGD gradients while enforcing a positive symbol floor and comparing loss descent and stability against SGD and Adam.

Ideas from this paper

Mechanism failed 2026

FFT Natural-Gradient Preconditioner

Replace the ordinary gradient of a spatially indexed parameter tensor by a Fourier-domain inverse-metric gradient. FFT the gradient over its spatial dimensions, divide every frequency by a positive spectral symbol, inverse FFT, and then apply the optimizer step. Use a Bessel/Sobolev symbol as a parameter-free baseline and optionally estimate a task-specific symbol from gradient power spectra.

Useful6/10
Difficulty4/10
Novelty6/10
Paper: Fourier-Diagonalized Natural Gradients and Sobolev Mirror Descent arXiv:2607.01634