paper-with-me

Papers

Pareto Multi-Task Learning

2019-12-30 · NeurIPS 2019 12 · Xi Lin, Hui-Ling Zhen, Zhenhua Li, Qingfu Zhang, Sam Kwong

Multi-task learning is a powerful method for solving multiple correlated tasks simultaneously. However, it is often impossible to find one single solution to optimize all the tasks, since different tasks might conflict with each other. Recently, a novel method is proposed to find one single Pareto optimal solution with good trade-off among different tasks by casting multi-task learning as multiobjective optimization. In this paper, we generalize this idea and propose a novel Pareto multi-task learning algorithm (Pareto MTL) to find a set of well-distributed Pareto solutions which can represent different trade-offs among different tasks. The proposed algorithm first formulates a multi-task learning problem as a multiobjective optimization problem, and then decomposes the multiobjective optimization problem into a set of constrained subproblems with different trade-off preferences. By solving these subproblems in parallel, Pareto MTL can find a set of well-representative Pareto optimal solutions with different trade-off among all tasks. Practitioners can easily select their preferred solution from these Pareto solutions, or use different trade-off solutions for different situations. Experimental results confirm that the proposed algorithm can generate well-representative solutions and outperform some state-of-the-art algorithms on many multi-task learning applications.

📄 PDF Abstract BibTeX arXiv:1912.12854

Code (1)

Xi-L/ParetoMTL 공식 구현 pytorch

Tasks

Multiobjective OptimizationMulti-Task Learning

Similar Papers 제목 키워드 기반

Pareto Manifold Learning: Tackling multiple tasks via ensembles of single-task models

2022-10-18 · Nikolaos Dimitriadis, Pascal Frossard, François Fleuret

In Multi-Task Learning (MTL), tasks may compete and limit the performance achieved on each other, rather than guiding the optimization to a solution, superior to all its single-task trained counterparts. Since there is o…

image-classificationImage ClassificationMulti-Task LearningScene Understanding

Efficient Continuous Pareto Exploration in Multi-Task Learning

2020-06-29 · ICML 2020 1 · Pingchuan Ma, Tao Du, Wojciech Matusik

Tasks in multi-task learning often correlate, conflict, or even compete with each other. As a result, a single solution that is optimal for all tasks rarely exists. Recent papers introduced the concept of Pareto optimali…

BIG-bench Machine LearningMultiobjective OptimizationMulti-Task Learning

Pareto Navigation Gradient Descent: a First Order Algorithm for Optimization in Pareto Set

2021-09-29 · Mao Ye, Qiang Liu

Many modern machine learning applications, such as multi-task learning, require finding optimal model parameters to trade-off multiple objective functions that may conflict with each other. The notion of the Pareto set a…

Multi-Task Learning

Pareto Navigation Gradient Descent: a First-Order Algorithm for Optimization in Pareto Set

2021-10-17 · Mao Ye, Qiang Liu

Many modern machine learning applications, such as multi-task learning, require finding optimal model parameters to trade-off multiple objective functions that may conflict with each other. The notion of the Pareto set a…

Multi-Task Learning

PA2D-MORL: Pareto Ascent Directional Decomposition based Multi-Objective Reinforcement Learning

2026-03-20 · Tianmeng Hu, Biao Luo arxiv

Multi-objective reinforcement learning (MORL) provides an effective solution for decision-making problems involving conflicting objectives. However, achieving high-quality approximations to the Pareto policy set remains …

Reinforcement Learning