Methods › General › Optimization › Natural Gradient Descent
Natural Gradient Descent
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Natural Gradient Descent is an approximate second-order optimisation method. It has an interpretation as optimizing over a Riemannian manifold using an intrinsic distance metric, which implies the updates are invariant to transformations such as whitening. By using the positive semi-definite (PSD) Gauss-Newton matrix to approximate the (possibly negative definite) Hessian, NGD can often work better than exact second-order methods.
Given the gradient of z, g = (δf(z))/δz, NGD computes the update as:
Δz = αF⁻¹g
where the Fisher information matrix F is defined as:
F = 𝔼_(p(t|z))[∇lnp(t|z)∇lnp(t|z)ᵀ]
The log-likelihood function lnp(t|z) typically corresponds to commonly used error functions such as the cross entropy loss.
Source: LOGAN
Image: Fast Convergence of Natural Gradient Descent for Overparameterized Neural Networks
Papers archive 2025-07-28
30 shown of 68, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Improving Energy Natural Gradient Descent through Woodbury, Momentum, and Randomization 17 May 2025 · 0 repositories · arXiv:2505.12149
-
Convergence Properties of Natural Gradient Descent for Minimizing KL Divergence 27 Apr 2025 · 0 repositories · arXiv:2504.19259
-
A mean teacher algorithm for unlearning of language models 18 Apr 2025 · 1 repository · arXiv:2504.13388
-
Natural Gradient Descent for Control 8 Mar 2025 · 0 repositories · arXiv:2503.06070
-
Guiding Time-Varying Generative Models with Natural Gradients on Exponential Family Manifold 11 Feb 2025 · 0 repositories · arXiv:2502.07650
-
High-accuracy sampling from constrained spaces with the Metropolis-adjusted Preconditioned Langevin Algorithm 24 Dec 2024 · 1 repository · arXiv:2412.18701Syntology ran 0 of 3 samples · 3 unverified
-
Reconstructing Deep Neural Networks: Unleashing the Optimization Potential of Natural Gradient Descent 10 Dec 2024 · 1 repository · arXiv:2412.07441
-
Natural gradient and parameter estimation for quantum Boltzmann machines 31 Oct 2024 · 0 repositories · arXiv:2410.24058
-
Brain-like variational inference 25 Oct 2024 · 0 repositories · arXiv:2410.19315Syntology ran 0 of 6 samples · 6 unverified
-
Score-Based Variational Inference for Inverse Problems 8 Oct 2024 · 0 repositories · arXiv:2410.05646
-
Is All Learning (Natural) Gradient Descent? 24 Sep 2024 · 0 repositories · arXiv:2409.16422
-
NGD converges to less degenerate solutions than SGD 7 Sep 2024 · 1 repository · arXiv:2409.04913
-
Decentralised Variational Inference Frameworks for Multi-object Tracking on Sensor Networks: Additional Notes 24 Aug 2024 · 0 repositories · arXiv:2408.13689
-
Convergence Analysis of Natural Gradient Descent for Over-parameterized Physics-Informed Neural Networks 1 Aug 2024 · 0 repositories · arXiv:2408.00573
-
Quantum Natural Stochastic Pairwise Coordinate Descent 18 Jul 2024 · 1 repository · arXiv:2407.13858
-
Correlations Are Ruining Your Gradient Descent 15 Jul 2024 · 1 repository · arXiv:2407.10780
-
Faster Machine Unlearning via Natural Gradient Descent 11 Jul 2024 · 0 repositories · arXiv:2407.08169
-
An Improved Empirical Fisher Approximation for Natural Gradient Descent 10 Jun 2024 · 0 repositories · arXiv:2406.06420
-
Bayesian Online Natural Gradient (BONG) 30 May 2024 · 1 repository · arXiv:2405.19681Syntology ran 8 of 9 samples · 1 unverified
-
Thermodynamic Natural Gradient Descent 22 May 2024 · 0 repositories · arXiv:2405.13817
-
FAdam: Adam is a natural gradient optimizer using diagonal empirical Fisher information 21 May 2024 · 1 repository · arXiv:2405.12807
-
Sequential-in-time training of nonlinear parametrizations for solving time-dependent partial differential equations 1 Apr 2024 · 0 repositories · arXiv:2404.01145
-
Inverse-Free Fast Natural Gradient Descent Method for Deep Learning 6 Mar 2024 · 0 repositories · arXiv:2403.03473
-
SOFIM: Stochastic Optimization Using Regularized Fisher Information Matrix 5 Mar 2024 · 0 repositories · arXiv:2403.02833
-
A Kaczmarz-inspired approach to accelerate the optimization of neural network wavefunctions 18 Jan 2024 · 1 repository · arXiv:2401.10190
-
Structured Inverse-Free Natural Gradient: Memory-Efficient & Numerically-Stable KFAC 9 Dec 2023 · 2 repositories · arXiv:2312.05705Syntology ran 1 of 1 samples · 0 unverified · 1 pointer-only (licence)
-
Efficient Numerical Algorithm for Large-Scale Damped Natural Gradient Descent 26 Oct 2023 · 0 repositories · arXiv:2310.17556
-
Modify Training Directions in Function Space to Reduce Generalization Error 25 Jul 2023 · 0 repositories · arXiv:2307.13290
-
Analysis and Comparison of Two-Level KFAC Methods for Training Deep Neural Networks 31 Mar 2023 · 1 repository · arXiv:2303.18083
-
Decentralized Riemannian natural gradient methods with Kronecker-product approximations 16 Mar 2023 · 0 repositories · arXiv:2303.09611
Tasks archive 2025-07-28
20 shown of 51 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections