Debiasing a First-order Heuristic for Approximate Bi-level Optimization
Valerii Likhosherstov, Xingyou Song, Krzysztof Choromanski, Jared, Davis, Adrian Weller

TL;DR
This paper analyzes the convergence issues of a popular heuristic for approximate bi-level optimization and introduces an unbiased variant with theoretical guarantees and practical adaptive schemes.
Contribution
It provides the first theoretical analysis of the bias in the FOM heuristic and proposes an unbiased FOM (UFOM) with convergence guarantees and adaptive strategies.
Findings
FOM can be biased and may not converge to stationary points.
UFOM is an unbiased alternative with constant memory complexity.
An adaptive UFOM scheme improves practical performance.
Abstract
Approximate bi-level optimization (ABLO) consists of (outer-level) optimization problems, involving numerical (inner-level) optimization loops. While ABLO has many applications across deep learning, it suffers from time and memory complexity proportional to the length of its inner optimization loop. To address this complexity, an earlier first-order method (FOM) was proposed as a heuristic that omits second derivative terms, yielding significant speed gains and requiring only constant memory. Despite FOM's popularity, there is a lack of theoretical understanding of its convergence properties. We contribute by theoretically characterizing FOM's gradient bias under mild assumptions. We further demonstrate a rich family of examples where FOM-based SGD does not converge to a stationary point of the ABLO objective. We address this concern by proposing an unbiased FOM (UFOM) enjoying…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Sparse and Compressive Sensing Techniques · Advanced Optimization Algorithms Research
MethodsStochastic Gradient Descent
