paper-with-me

홈 › Papers

Understanding Approximate Fisher Information for Fast Convergence of Natural Gradient Descent in Wide Neural Networks

2020-10-02 · NeurIPS 2020 12 · Ryo Karakida, Kazuki Osawa

Natural Gradient Descent (NGD) helps to accelerate the convergence of gradient descent dynamics, but it requires approximations in large-scale deep neural networks because of its high computational cost. Empirical studies have confirmed that some NGD methods with approximate Fisher information converge sufficiently fast in practice. Nevertheless, it remains unclear from the theoretical perspective why and under what conditions such heuristic approximations work well. In this work, we reveal that, under specific conditions, NGD with approximate Fisher information achieves the same fast convergence to global minima as exact NGD. We consider deep neural networks in the infinite-width limit, and analyze the asymptotic training dynamics of NGD in function space via the neural tangent kernel. In the function space, the training dynamics with the approximate Fisher information are identical to those with the exact Fisher information, and they converge quickly. The fast convergence holds in layer-wise approximations; for instance, in block diagonal approximation where each block corresponds to a layer as well as in block tri-diagonal and K-FAC approximations. We also find that a unit-wise approximation achieves the same fast convergence under some assumptions. All of these different approximations have an isotropic gradient in the function space, and this plays a fundamental role in achieving the same convergence properties in training. Thus, the current study gives a novel and unified theoretical foundation with which to understand NGD methods in deep learning.

📄 PDF Abstract BibTeX arXiv:2010.00879

Code (1)

kazukiosawa/ngd_in_wide_nn 공식 구현 jax

Similar Papers 제목 키워드 기반

Mixing Time of the Proximal Sampler in Relative Fisher Information via Strong Data Processing Inequality

2025-02-08 · Andre Wibisono

We study the mixing time guarantee for sampling in relative Fisher information via the Proximal Sampler algorithm, which is an approximate proximal discretization of the Langevin dynamics. We show that when the target pr…

TENGraD: Time-Efficient Natural Gradient Descent with Exact Fisher-Block Inversion

2021-06-07 · Saeed Soori, Bugra Can, Baourun Mu, Mert Gürbüzbalaban 외

This work proposes a time-efficient Natural Gradient Descent method, called TENGraD, with linear convergence guarantees. Computing the inverse of the neural network's Fisher information matrix is expensive in NGD because…

image-classificationImage Classification

Approximate Fisher Information Matrix to Characterise the Training of Deep Neural Networks

2018-10-16 · Zhibin Liao, Tom Drummond, Ian Reid, Gustavo Carneiro

In this paper, we introduce a novel methodology for characterising the performance of deep learning networks (ResNets and DenseNet) with respect to training convergence and generalisation as a function of mini-batch size…

General Classificationimage-classificationImage Classification

An Improved Empirical Fisher Approximation for Natural Gradient Descent

2024-06-10 · Xiaodong Wu, Wenyi Yu, Chao Zhang, Philip Woodland

Approximate Natural Gradient Descent (NGD) methods are an important family of optimisers for deep learning models, which use approximate Fisher information matrices to pre-condition gradients during training. The empiric…

parameter-efficient fine-tuning

Approximate Joint Diagonalization and Geometric Mean of Symmetric Positive Definite Matrices

2015-05-26 · Marco Congedo, Bijan Afsari, Alexandre Barachant, Maher Moakher

We explore the connection between two problems that have arisen independently in the signal processing and related fields: the estimation of the geometric mean of a set of symmetric positive definite (SPD) matrices and t…

Time Series Analysis