paper-with-me

Papers

Efficient Bilevel Optimization with KFAC-Based Hypergradients

2026-03-31 · Disen Liao, Felix Dangel, Yaoliang Yu arxiv

Bilevel optimization (BO) is widely applicable to many machine learning problems. Scaling BO, however, requires repeatedly computing hypergradients, which involves solving inverse Hessian-vector products (IHVPs). In practice, these operations are often approximated using crude surrogates such as one-step gradient unrolling or identity/short Neumann expansions, which discard curvature information. We build on implicit function theorem-based algorithms and propose to incorporate Kronecker-factored approximate curvature (KFAC), yielding curvature-aware hypergradients with a better performance efficiency trade-off than Conjugate Gradient (CG) or Neumann methods and consistently outperforming unrolling. We evaluate this approach across diverse tasks, including meta-learning and AI safety problems. On models up to BERT, we show that curvature information is valuable at scale, and KFAC can provide it with only modest memory and runtime overhead. Our implementation is available at https://github.com/liaodisen/NeuralBo.

📄 PDF Abstract BibTeX arXiv:2603.29108

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel Optimization

Similar Papers 제목 키워드 기반

Efficient Curvature-Aware Hypergradient Approximation for Bilevel Optimization

2025-05-04 · Youran Dong, Junfeng Yang, Wei Yao, Jin Zhang

Bilevel optimization is a powerful tool for many machine learning problems, such as hyperparameter optimization and meta-learning. Estimating hypergradients (also known as implicit gradients) is crucial for developing gr…

Bilevel OptimizationHyperparameter OptimizationMeta-Learning

Analyzing Inexact Hypergradients for Bilevel Learning

2023-01-11 · Matthias J. Ehrhardt, Lindon Roberts

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 …

Bilevel Optimization

Bi-Level Policy Optimization with Nyström Hypergradients

2025-05-16 · Arjun Prakash, Naicheng He, Denizalp Goktas, Amy Greenwald

The dependency of the actor on the critic in actor-critic (AC) reinforcement learning means that AC can be characterized as a bilevel optimization (BLO) problem, also called a Stackelberg game. This characterization moti…

Bilevel Optimizationcontinuous-controlContinuous Control

Online Nonconvex Bilevel Optimization with Bregman Divergences

2024-09-16 · Jason Bohne, David Rosenberg, Gary Kazantsev, Pawel Polak

Bilevel optimization methods are increasingly relevant within machine learning, especially for tasks such as hyperparameter optimization and meta-learning. Compared to the offline setting, online bilevel optimization (OB…

Bilevel OptimizationHyperparameter OptimizationMeta-Learning

Non-Convex Bilevel Optimization with Time-Varying Objective Functions

2023-08-07 · NeurIPS 2023 11

Bilevel optimization has become a powerful tool in a wide variety of machine learning problems. However, the current nonconvex bilevel optimization considers an offline dataset and static functions, which may not work we…

Bilevel Optimization