paper-with-me

Papers

Fisher Information and Natural Gradient Learning of Random Deep Networks

2018-08-22 · Shun-ichi Amari, Ryo Karakida, Masafumi Oizumi

A deep neural network is a hierarchical nonlinear model transforming input signals to output signals. Its input-output relation is considered to be stochastic, being described for a given input by a parameterized conditional probability distribution of outputs. The space of parameters consisting of weights and biases is a Riemannian manifold, where the metric is defined by the Fisher information matrix. The natural gradient method uses the steepest descent direction in a Riemannian manifold, so it is effective in learning, avoiding plateaus. It requires inversion of the Fisher information matrix, however, which is practically impossible when the matrix has a huge number of dimensions. Many methods for approximating the natural gradient have therefore been introduced. The present paper uses statistical neurodynamical method to reveal the properties of the Fisher information matrix in a net of random connections under the mean field approximation. We prove that the Fisher information matrix is unit-wise block diagonal supplemented by small order terms of off-block-diagonal elements, which provides a justification for the quasi-diagonal natural gradient method by Y. Ollivier. A unitwise block-diagonal Fisher metrix reduces to the tensor product of the Fisher information matrices of single units. We further prove that the Fisher information matrix of a single unit has a simple reduced form, a sum of a diagonal matrix and a rank 2 matrix of weight-bias correlations. We obtain the inverse of Fisher information explicitly. We then have an explicit form of the natural gradient, without relying on the numerical matrix inversion, which drastically speeds up stochastic gradient learning.

📄 PDF Abstract BibTeX arXiv:1808.07172

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Randomized Advantage Transformation (RAT): Computing Natural Policy Gradients via Direct Backpropagation

2026-05-18 · Mingfei Sun arxiv

Natural policy gradients improve optimization by accounting for the geometry of distribution space, but their practical use is limited by the cost of estimating and inverting the Fisher matrix. We present Randomized Adva…

Limitations of the Empirical Fisher Approximation for Natural Gradient Descent

2019-05-29 · NeurIPS 2019 12 · Frederik Kunstner, Lukas Balles, Philipp Hennig

Natural gradient descent, which preconditions a gradient descent update with the Fisher information matrix of the underlying statistical model, is a way to capture partial second-order information. Several highly visible…

Second-order methods

Fisher-Rao Gradient Flows of Linear Programs and State-Action Natural Policy Gradients

2024-03-28 · Johannes Müller, Semih Çaycı, Guido Montúfar

Kakade's natural policy gradient method has been studied extensively in recent years, showing linear convergence with and without regularization. We study another natural gradient method based on the Fisher information m…

Fisher-Orthogonal Projected Natural Gradient Descent for Continual Learning

2026-01-19 · Ishir Garg, Neel Kolhe, Andy Peng, Rohan Gopalam arxiv

Continual learning aims to enable neural networks to acquire new knowledge on sequential tasks. However, the key challenge in such settings is to learn new tasks without catastrophically forgetting previously learned tas…

Continual Learning

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