paper-with-me

Papers

Conflict-Averse Gradient Descent for Multi-task Learning

2021-10-26 · NeurIPS 2021 12 · Bo Liu, Xingchao Liu, Xiaojie Jin, Peter Stone, Qiang Liu

The goal of multi-task learning is to enable more efficient learning than single task learning by sharing model structures for a diverse set of tasks. A standard multi-task learning objective is to minimize the average loss across all tasks. While straightforward, using this objective often results in much worse final performance for each task than learning them independently. A major challenge in optimizing a multi-task model is the conflicting gradients, where gradients of different task objectives are not well aligned so that following the average gradient direction can be detrimental to specific tasks' performance. Previous work has proposed several heuristics to manipulate the task gradients for mitigating this problem. But most of them lack convergence guarantee and/or could converge to any Pareto-stationary point. In this paper, we introduce Conflict-Averse Gradient descent (CAGrad) which minimizes the average loss function, while leveraging the worst local improvement of individual tasks to regularize the algorithm trajectory. CAGrad balances the objectives automatically and still provably converges to a minimum over the average loss. It includes the regular gradient descent (GD) and the multiple gradient descent algorithm (MGDA) in the multi-objective optimization (MOO) literature as special cases. On a series of challenging multi-task supervised learning and reinforcement learning tasks, CAGrad achieves improved performance over prior state-of-the-art multi-objective gradient manipulation methods.

📄 PDF Abstract BibTeX arXiv:2110.14048

Code (4)

cranial-xix/cagrad 공식 구현 pytorch
avivnavon/nash-mtl pytorch
cranial-xix/famo pytorch
torchjd/torchjd pytorch

Tasks

Multi-Task Learning

Similar Papers 제목 키워드 기반

Conflict-Averse Gradient Optimization of Ensembles for Effective Offline Model-Based Optimization

2023-03-31 · Sathvik Kolli

Data-driven offline model-based optimization (MBO) is an established practical approach to black-box computational design problems for which the true objective function is unknown and expensive to query. However, the sta…

The Double Dilemma in Multi-Task Radiology Report Generation: A Gradient Dynamics Analysis and Solution

2026-05-21 · Erjian Zhang, Yatong Hao, Liejun Wang, Zhiqing Guo arxiv

While multi-task learning based automatic radiology report generation (RRG) is widely adopted to ensure clinical consistency, most focus on architectural designs yet remain limited to coarse linear scalarization strategi…

Multi-Task Learning

Reward-free Alignment for Conflicting Objectives

2026-02-02 · Peter Chen, Xiaopeng Li, Xi Chen, Tianyi Lin arxiv

Direct alignment methods are increasingly used to align large language models (LLMs) with human preferences. However, many real-world alignment problems involve multiple conflicting objectives, where naive aggregation of…

Conflict-Averse Gradient Aggregation for Constrained Multi-Objective Reinforcement Learning

2024-03-01 · Dohyeong Kim, Mineui Hong, Jeongho Park, Songhwai Oh

In many real-world applications, a reinforcement learning (RL) agent should consider multiple objectives and adhere to safety guidelines. To address these considerations, we propose a constrained multi-objective RL algor…

Multi-Objective Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Modularity-Free Conflict-Averse Training for Generalized PINNs

2026-06-18 · Heejo Kong, Beomchul Park, Sung-Jin Kim, Seong-Whan Lee arxiv

Physics-informed neural networks (PINNs) have become a powerful framework for solving PDEs by embedding physical laws into differentiable objectives. Despite their advances, training PINNs remains fragile: recent conflic…