paper-with-me

홈 › Papers

Natural Hypergradient Descent: Algorithm Design, Convergence Analysis, and Parallel Implementation

2026-02-11 · Deyi Kong, Zaiwei Chen, Shuzhong Zhang, Shancong Mou arxiv

In this work, we propose Natural Hypergradient Descent (NHGD), a new method for solving bilevel optimization problems. To address the computational bottleneck in hypergradient estimation--namely, the need to compute or approximate Hessian inverse--we exploit the statistical structure of the inner optimization problem and use the empirical Fisher information matrix as an asymptotically consistent surrogate for the Hessian. This design enables a parallel optimize-and-approximate framework in which the Hessian-inverse approximation is updated synchronously with the stochastic inner optimization, reusing gradient information at negligible additional cost. Our main theoretical contribution establishes high-probability error bounds and sample complexity guarantees for NHGD that match those of state-of-the-art optimize-then-approximate methods, while significantly reducing computational time overhead. Empirical evaluations on representative bilevel learning tasks further demonstrate the practical advantages of NHGD, highlighting its scalability and effectiveness in large-scale machine learning settings.

📄 PDF Abstract BibTeX arXiv:2602.10905

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel Optimization

Similar Papers 제목 키워드 기반

Differentiable Self-Adaptive Learning Rate

2022-10-19 · Bozhou Chen, Hongzhi Wang, Chenmin Ba

Learning rate adaptation is a popular topic in machine learning. Gradient Descent trains neural nerwork with a fixed learning rate. Learning rate adaptation is proposed to accelerate the training process through adjustin…

Online Learning Rate Adaptation with Hypergradient Descent

2017-03-14 · ICLR 2018 1 · Atilim Gunes Baydin, Robert Cornish, David Martinez Rubio, Mark Schmidt 외

We introduce a general method for improving the convergence rate of gradient-based optimizers that is easy to implement and works well in practice. We demonstrate the effectiveness of the method in a range of optimizatio…

Hyperparameter OptimizationStochastic Optimization

A Framework for Bilevel Optimization on Riemannian Manifolds

2024-02-06 · Andi Han, Bamdev Mishra, Pratik Jawanpuria, Akiko Takeda

Bilevel optimization has gained prominence in various applications. In this study, we introduce a framework for solving bilevel optimization problems, where the variables in both the lower and upper levels are constraine…

Bilevel Optimization

First-Order Preconditioning via Hypergradient Descent

2019-10-18 · Ted Moskovitz, Rui Wang, Janice Lan, Sanyam Kapoor 외

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 appr…

Reinforcement Learning

A Learn-to-Optimize Approach for Coordinate-Wise Step Sizes for Quasi-Newton Methods

2024-11-25 · Wei Lin, Qingyu Song, Hong Xu

Tuning step sizes is crucial for the stability and efficiency of optimization algorithms. While adaptive coordinate-wise step sizes have been shown to outperform scalar step size in first-order methods, their use in seco…

Second-order methods