paper-with-me

홈 › Papers

MGDA Converges under Generalized Smoothness, Provably

2024-05-29 · Qi Zhang, Peiyao Xiao, Shaofeng Zou, Kaiyi Ji

Multi-objective optimization (MOO) is receiving more attention in various fields such as multi-task learning. Recent works provide some effective algorithms with theoretical analysis but they are limited by the standard $L$-smooth or bounded-gradient assumptions, which typically do not hold for neural networks, such as Long short-term memory (LSTM) models and Transformers. In this paper, we study a more general and realistic class of generalized $\ell$-smooth loss functions, where $\ell$ is a general non-decreasing function of gradient norm. We revisit and analyze the fundamental multiple gradient descent algorithm (MGDA) and its stochastic version with double sampling for solving the generalized $\ell$-smooth MOO problems, which approximate the conflict-avoidant (CA) direction that maximizes the minimum improvement among objectives. We provide a comprehensive convergence analysis of these algorithms and show that they converge to an $\epsilon$-accurate Pareto stationary point with a guaranteed $\epsilon$-level average CA distance (i.e., the gap between the updating direction and the CA direction) over all iterations, where totally $\mathcal{O}(\epsilon^{-2})$ and $\mathcal{O}(\epsilon^{-4})$ samples are needed for deterministic and stochastic settings, respectively. We prove that they can also guarantee a tighter $\epsilon$-level CA distance in each iteration using more samples. Moreover, we analyze an efficient variant of MGDA named MGDA-FA using only $\mathcal{O}(1)$ time and space, while achieving the same performance guarantee as MGDA.

📄 PDF Abstract BibTeX arXiv:2405.19440

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task Learning

Similar Papers 제목 키워드 기반

Convergence of Steepest Descent and Adam under Non-Uniform Smoothness

2026-05-28 · Sharan Vaswani, Yifan Sun, Reza Babanezhad arxiv

Recent work has analyzed the convergence of first-order methods under non-uniform smoothness assumptions that better model the loss landscape in machine learning tasks. We generalize this assumption to objectives whose c…

Reinforcement Learning

Convergence of Adam Under Relaxed Assumptions

2023-04-27 · NeurIPS 2023 11

In this paper, we provide a rigorous proof of convergence of the Adaptive Moment Estimate (Adam) algorithm for a wide class of optimization objectives. Despite the popularity and efficiency of the Adam algorithm in train…

Toward Finding Strong Pareto Optimal Policies in Multi-Agent Reinforcement Learning

2024-10-25 · Bang Giang Le, Viet Cuong Ta

In this work, we study the problem of finding Pareto optimal policies in multi-agent reinforcement learning problems with cooperative reward structures. We show that any algorithm where each agent only optimizes their re…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning

Provably Convergent Decentralized Optimization over Directed Graphs under Generalized Smoothness

2026-01-07 · Yanan Bo, Yongqiang Wang arxiv

Decentralized optimization has become a fundamental tool for large-scale learning systems; however, most existing methods rely on the classical Lipschitz smoothness assumption, which is often violated in problems with ra…

Distributed Optimization

Distributionally Robust Multi-Objective Optimization

2026-05-07 · Yufeng Yang, Fangning Zhuo, Ziyi Chen, Heng Huang 외 arxiv

Multi-objective optimization (MOO) has received growing attention in applications that require learning under multiple criteria. However, the existing MOO formulations do not explicitly account for distributional shifts …