paper-with-me

Papers

Multi-task problems are not multi-objective

2021-10-14 · Michael Ruchte, Josif Grabocka

Multi-objective optimization (MOO) aims at finding a set of optimal configurations for a given set of objectives. A recent line of work applies MOO methods to the typical Machine Learning (ML) setting, which becomes multi-objective if a model should optimize more than one objective, for instance in fair machine learning. These works also use Multi-Task Learning (MTL) problems to benchmark MOO algorithms treating each task as independent objective. In this work we show that MTL problems do not resemble the characteristics of MOO problems. In particular, MTL losses are not competing in case of a sufficiently expressive single model. As a consequence, a single model can perform just as well as optimizing all objectives with independent models, rendering MOO inapplicable. We provide evidence with extensive experiments on the widely used Multi-Fashion-MNIST datasets. Our results call for new benchmarks to evaluate MOO algorithms for ML. Our code is available at: https://github.com/ruchtem/moo-mtl.

📄 PDF Abstract BibTeX arXiv:2110.07301

Code (1)

ruchtem/moo-mtl 공식 구현 pytorch

Tasks

BIG-bench Machine LearningMulti-Task Learning

Similar Papers 제목 키워드 기반

Evolutionary Multitasking for Multiobjective Continuous Optimization: Benchmark Problems, Performance Metrics and Baseline Results

2017-06-08 · Yuan Yuan, Yew-Soon Ong, Liang Feng, A. K. Qin 외

In this report, we suggest nine test problems for multi-task multi-objective optimization (MTMOO), each of which consists of two multiobjective optimization tasks that need to be solved simultaneously. The relationship b…

Multiobjective Optimization

Evolutionary Multitasking for Single-objective Continuous Optimization: Benchmark Problems, Performance Metric, and Baseline Results

2017-06-12 · Bingshui Da, Yew-Soon Ong, Liang Feng, A. K. Qin 외

In this report, we suggest nine test problems for multi-task single-objective optimization (MTSOO), each of which consists of two single-objective optimization tasks that need to be solved simultaneously. The relationshi…

A Practical Guide to Multi-Objective Reinforcement Learning and Planning

2021-03-17 · Conor F. Hayes, Roxana Rădulescu, Eugenio Bargiacchi, Johan Källström 외

Real-world decision-making tasks are generally complex, requiring trade-offs between multiple, often conflicting, objectives. Despite this, the majority of research in reinforcement learning and decision-theoretic planni…

Decision MakingMulti-Objective Reinforcement Learningreinforcement-learningReinforcement Learning+1

Efficient Hessian-Free Methods for Multi-Objective Bilevel Optimization with Nonconvex Lower Level

2026-08-13 · Yicong Jiang, Feihu Huang arxiv

Multi-objective bilevel optimization has wide applications in the AI area such as automated learning and multi-task meta-learning. Although recently some works have been begun to study the multi-objective bilevel optimiz…

Neural Architecture SearchBilevel Optimization

Follow the bisector: a simple method for multi-objective optimization

2020-07-14 · Alexandr Katrutsa, Daniil Merkulov, Nurislam Tursynbek, Ivan Oseledets

This study presents a novel Equiangular Direction Method (EDM) to solve a multi-objective optimization problem. We consider optimization problems, where multiple differentiable losses have to be minimized. The presented …

imbalanced classificationMulti-Task Learning