Natural Neural Networks
Guillaume Desjardins, Karen Simonyan, Razvan Pascanu, Koray Kavukcuoglu
TL;DR
The paper tackles optimization difficulties in deep neural networks arising from ill-conditioned parameter interactions under the KL geometry. It introduces Natural Neural Networks with a whitening-based per-layer reparametrization and a Projected Natural Gradient Descent (PRONG) that amortizes the whitening cost, linking the approach to Mirror Descent. Through theoretical derivations of a layerwise Fisher and extensive experiments from auto-encoders to ImageNet, it demonstrates improved Fisher conditioning, faster convergence, and scalability. The work suggests practical training benefits, potential for model compression, and fruitful connections to online optimization concepts.
Abstract
We introduce Natural Neural Networks, a novel family of algorithms that speed up convergence by adapting their internal representation during training to improve conditioning of the Fisher matrix. In particular, we show a specific example that employs a simple and efficient reparametrization of the neural network weights by implicitly whitening the representation obtained at each layer, while preserving the feed-forward computation of the network. Such networks can be trained efficiently via the proposed Projected Natural Gradient Descent algorithm (PRONG), which amortizes the cost of these reparametrizations over many parameter updates and is closely related to the Mirror Descent online learning algorithm. We highlight the benefits of our method on both unsupervised and supervised learning tasks, and showcase its scalability by training on the large-scale ImageNet Challenge dataset.
