Fast Approximation of the Gauss-Newton Hessian Matrix for the Multilayer Perceptron
arXiv:1910.12184
Abstract
We introduce a fast algorithm for entry-wise evaluation of the Gauss-Newton Hessian (GNH) matrix for the fully-connected feed-forward neural network. The algorithm has a precomputation step and a sampling step. While it generally requires work to compute an entry (and the entire column) in the GNH matrix for a neural network with parameters and data points, our fast sampling algorithm reduces the cost to work, where is the output dimension of the network and is a prescribed accuracy (independent of ). One application of our algorithm is constructing the hierarchical-matrix (H-matrix) approximation of the GNH matrix for solving linear systems and eigenvalue problems. It generally requires memory and work to store and factorize the GNH matrix, respectively. The H-matrix approximation requires only memory footprint and work to be factorized, where is the maximum rank of off-diagonal blocks in the GNH matrix. We demonstrate the performance of our fast algorithm and the H-matrix approximation on classification and autoencoder neural networks.