LGMLOct 18, 2019

First-Order Preconditioning via Hypergradient Descent

arXiv:1910.08461v29 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of slow convergence in gradient descent for machine learning practitioners by providing a scalable alternative to expensive second-order methods, though it is incremental as it builds on prior hypergradient descent techniques.

The paper tackles the scalability issues of second-order preconditioning methods in high-dimensional problems by introducing first-order preconditioning (FOP), which learns a preconditioning matrix using only first-order information, resulting in improved performance on visual classification and reinforcement learning tasks with minimal computational overhead.

Standard gradient descent methods are susceptible to a range of issues that can impede training, such as high correlations and different scaling in parameter space.These difficulties can be addressed by second-order approaches that apply a pre-conditioning matrix to the gradient to improve convergence. Unfortunately, such algorithms typically struggle to scale to high-dimensional problems, in part because the calculation of specific preconditioners such as the inverse Hessian or Fisher information matrix is highly expensive. We introduce first-order preconditioning (FOP), a fast, scalable approach that generalizes previous work on hypergradient descent (Almeida et al., 1998; Maclaurin et al., 2015; Baydin et al.,2017) to learn a preconditioning matrix that only makes use of first-order information. Experiments show that FOP is able to improve the performance of standard deep learning optimizers on visual classification and reinforcement learning tasks with minimal computational overhead. We also investigate the properties of the learned preconditioning matrices and perform a preliminary theoretical analysis of the algorithm.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes