paper-with-me

홈 › Papers

Which Tasks Should Be Learned Together in Multi-task Learning?

2019-05-18 · ICML 2020 1 · Trevor Standley, Amir R. Zamir, Dawn Chen, Leonidas Guibas, Jitendra Malik, Silvio Savarese

Many computer vision applications require solving multiple tasks in real-time. A neural network can be trained to solve multiple tasks simultaneously using multi-task learning. This can save computation at inference time as only a single network needs to be evaluated. Unfortunately, this often leads to inferior overall performance as task objectives can compete, which consequently poses the question: which tasks should and should not be learned together in one network when employing multi-task learning? We study task cooperation and competition in several different learning settings and propose a framework for assigning tasks to a few neural networks such that cooperating tasks are computed by the same neural network, while competing tasks are computed by different networks. Our framework offers a time-accuracy trade-off and can produce better accuracy using less inference time than not only a single large multi-task neural network but also many single-task networks.

📄 PDF Abstract BibTeX arXiv:1905.07553

Code (1)

tstandley/taskgrouping 공식 구현 pytorch

Tasks

Multi-Task Learning

Similar Papers 제목 키워드 기반

Task Grouping for Automated Multi-Task Machine Learning via Task Affinity Prediction

2023-10-24 · Afiya Ayman, Ayan Mukhopadhyay, Aron Laszka

When a number of similar tasks have to be learned simultaneously, multi-task learning (MTL) models can attain significantly higher accuracy than single-task learning (STL) models. However, the advantage of MTL depends on…

Multi-Task Learning

Efficiently Identifying Task Groupings for Multi-Task Learning

2021-09-10 · NeurIPS 2021 12 · Christopher Fifty, Ehsan Amid, Zhe Zhao, Tianhe Yu 외

Multi-task learning can leverage information learned by one task to benefit the training of other tasks. Despite this capacity, naively training all tasks together in one model often degrades performance, and exhaustivel…

AllMulti-Task Learning

Ensemble Prediction of Task Affinity for Efficient Multi-Task Learning

2026-02-20 · Afiya Ayman, Ayan Mukhopadhyay, Aron Laszka arxiv

A fundamental problem in multi-task learning (MTL) is identifying groups of tasks that should be learned together. Since training MTL models for all possible combinations of tasks is prohibitively expensive for large tas…

Multi-Task Learning

Information Transfer in Multi-Task Learning

2021-01-01 · Chris Fifty, Ehsan Amid, Zhe Zhao, Tianhe Yu 외

Multi-task learning can leverage information learned by one task to benefit the training of other tasks. Despite this capacity, naive formulations often degrade performance and in particular, identifying the tasks that w…

Multi-Task Learning

MEM: Multi-Scale Embodied Memory for Vision Language Action Models

2026-03-04 · Marcel Torne, Karl Pertsch, Homer Walke, Kyle Vedder 외 arxiv

Conventionally, memory in end-to-end robotic learning involves inputting a sequence of past observations into the learned policy. However, in complex multi-stage real-world tasks, the robot's memory must represent past e…