Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Optimizing Neural Networks with Kronecker-factored Approximate Curvature

About

We propose an efficient method for approximating natural gradient descent in neural networks which we call Kronecker-Factored Approximate Curvature (K-FAC). K-FAC is based on an efficiently invertible approximation of a neural network's Fisher information matrix which is neither diagonal nor low-rank, and in some cases is completely non-sparse. It is derived by approximating various large blocks of the Fisher (corresponding to entire layers) as being the Kronecker product of two much smaller matrices. While only several times more expensive to compute than the plain stochastic gradient, the updates produced by K-FAC make much more progress optimizing the objective, which results in an algorithm that can be much faster than stochastic gradient descent with momentum in practice. And unlike some previously proposed approximate natural-gradient/Newton methods which use high-quality non-diagonal curvature matrices (such as Hessian-free optimization), K-FAC works very well in highly stochastic optimization regimes. This is because the cost of storing and inverting K-FAC's approximation to the curvature matrix does not depend on the amount of data used to estimate it, which is a feature typically associated only with diagonal or low-rank approximations to the curvature matrix.

James Martens, Roger Grosse• 2015

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)--
3518
Image ClassificationCIFAR-10 (test)
Accuracy89.3
3381
Image ClassificationCIFAR-100 (val)
Accuracy74.33
661
Image ClassificationSVHN (test)
Accuracy96.08
362
Image ClassificationCIFAR-10 (val)
Top-1 Accuracy92.85
329
Image ClassificationImageNet-100 (test)
Clean Accuracy89.6
109
Image ClassificationFood-101 (test)--
89
Image ClassificationImageNet-100--
84
Image ClassificationOxford-IIIT Pet (test)
Overall Accuracy93.1
59
Natural Language UnderstandingGLUE (test)
MNLI-mm97.2
26
Showing 10 of 16 rows

Other info

Follow for update