paper-with-me

Papers

Decentralized Stochastic Bilevel Optimization with Improved per-Iteration Complexity

2022-10-23 · Xuxing Chen, Minhui Huang, Shiqian Ma, Krishnakumar Balasubramanian

Bilevel optimization recently has received tremendous attention due to its great success in solving important machine learning problems like meta learning, reinforcement learning, and hyperparameter optimization. Extending single-agent training on bilevel problems to the decentralized setting is a natural generalization, and there has been a flurry of work studying decentralized bilevel optimization algorithms. However, it remains unknown how to design the distributed algorithm with sample complexity and convergence rate comparable to SGD for stochastic optimization, and at the same time without directly computing the exact Hessian or Jacobian matrices. In this paper we propose such an algorithm. More specifically, we propose a novel decentralized stochastic bilevel optimization (DSBO) algorithm that only requires first order stochastic oracle, Hessian-vector product and Jacobian-vector product oracle. The sample complexity of our algorithm matches the currently best known results for DSBO, and the advantage of our algorithm is that it does not require estimating the full Hessian and Jacobian matrices, thereby having improved per-iteration complexity.

📄 PDF Abstract BibTeX arXiv:2210.12839

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel OptimizationHyperparameter OptimizationMeta-LearningStochastic Optimization

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Decentralized Bilevel Optimization: A Perspective from Transient Iteration Complexity

2024-02-05 · Boao Kong, Shuchen Zhu, Songtao Lu, Xinmeng Huang 외

Stochastic bilevel optimization (SBO) is becoming increasingly essential in machine learning due to its versatility in handling nested structures. To address large-scale SBO, decentralized approaches have emerged as effe…

Bilevel Optimization

Nonconvex Decentralized Stochastic Bilevel Optimization under Heavy-Tailed Noise

2025-09-19 · Xinwen Zhang, Yihan Zhang, Heng Liang, Hongchang Gao arxiv

Existing decentralized stochastic optimization methods assume the lower-level loss function is strongly convex and the stochastic gradient noise has finite variance. These strong assumptions typically are not satisfied i…

Stochastic OptimizationBilevel Optimization

A Single-Loop Algorithm for Decentralized Bilevel Optimization

2023-11-15 · Youran Dong, Shiqian Ma, Junfeng Yang, Chao Yin

Bilevel optimization has gained significant attention in recent years due to its broad applications in machine learning. This paper focuses on bilevel optimization in decentralized networks and proposes a novel single-lo…

Bilevel OptimizationHyperparameter Optimization

INTERACT: Achieving Low Sample and Communication Complexities in Decentralized Bilevel Learning over Networks

2022-07-27 · Zhuqing Liu, Xin Zhang, Prashant Khanduri, Songtao Lu 외

In recent years, decentralized bilevel optimization problems have received increasing attention in the networking and machine learning communities thanks to their versatility in modeling decentralized learning problems o…

Bilevel OptimizationMeta-LearningMulti-agent Reinforcement Learning

A Fully First-Order Method for Stochastic Bilevel Optimization

2023-01-26 · Jeongyeol Kwon, Dohyun Kwon, Stephen Wright, Robert Nowak

We consider stochastic unconstrained bilevel optimization problems when only the first-order gradient oracles are available. While numerous optimization methods have been proposed for tackling bilevel problems, existing …

Bilevel Optimization