OCLGJan 11, 2023

Analyzing Inexact Hypergradients for Bilevel Learning

arXiv:2301.04764v215 citationsh-index: 21
AI Analysis

This work addresses hyperparameter estimation for machine learning practitioners, offering a flexible framework with error analysis, but it is incremental as it builds on and unifies existing approaches.

The paper tackles the problem of estimating hyperparameters in bilevel learning by introducing a unified framework for computing hypergradients, showing that existing methods are connected and providing error bounds; numerical results indicate that hypergradient algorithm choice is as crucial as the lower-level solver for efficiency.

Estimating hyperparameters has been a long-standing problem in machine learning. We consider the case where the task at hand is modeled as the solution to an optimization problem. Here the exact gradient with respect to the hyperparameters cannot be feasibly computed and approximate strategies are required. We introduce a unified framework for computing hypergradients that generalizes existing methods based on the implicit function theorem and automatic differentiation/backpropagation, showing that these two seemingly disparate approaches are actually tightly connected. Our framework is extremely flexible, allowing its subproblems to be solved with any suitable method, to any degree of accuracy. We derive a priori and computable a posteriori error bounds for all our methods, and numerically show that our a posteriori bounds are usually more accurate. Our numerical results also show that, surprisingly, for efficient bilevel optimization, the choice of hypergradient algorithm is at least as important as the choice of lower-level solver.

Foundations

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

Your Notes