HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Multi-Task Learning as Multi-Objective Optimization

Ozan Sener; Vladlen Koltun

Multi-Task Learning as Multi-Objective Optimization

Abstract

In multi-task learning, multiple tasks are solved jointly, sharing inductive bias between them. Multi-task learning is inherently a multi-objective problem because different tasks may conflict, necessitating a trade-off. A common compromise is to optimize a proxy objective that minimizes a weighted linear combination of per-task losses. However, this workaround is only valid when the tasks do not compete, which is rarely the case. In this paper, we explicitly cast multi-task learning as multi-objective optimization, with the overall objective of finding a Pareto optimal solution. To this end, we use algorithms developed in the gradient-based multi-objective optimization literature. These algorithms are not directly applicable to large-scale learning problems since they scale poorly with the dimensionality of the gradients and the number of tasks. We therefore propose an upper bound for the multi-objective loss and show that it can be optimized efficiently. We further prove that optimizing this upper bound yields a Pareto optimal solution under realistic assumptions. We apply our method to a variety of multi-task deep learning problems including digit classification, scene understanding (joint semantic segmentation, instance segmentation, and depth estimation), and multi-label classification. Our method produces higher-performing models than recent multi-task learning formulations or per-task training.

Code Repositories

isl-org/multiobjectiveoptimization
pytorch
Mentioned in GitHub
ebagdasa/backdoors101
pytorch
Mentioned in GitHub
VICO-UoE/KD4MTL
pytorch
Mentioned in GitHub
IntelVCL/MultiObjectiveOptimization
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
multi-task-learning-on-celebaMGDA-UB
Error: 8.25
multi-task-learning-on-cityscapesMultiObjectiveOptimization
mIoU: 66.63

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Multi-Task Learning as Multi-Objective Optimization | Papers | HyperAI