English

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

Computer Vision and Pattern Recognition 2020-09-04 v4

Abstract

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.

Keywords

Cite

@article{arxiv.1905.07553,
  title  = {Which Tasks Should Be Learned Together in Multi-task Learning?},
  author = {Trevor Standley and Amir R. Zamir and Dawn Chen and Leonidas Guibas and Jitendra Malik and Silvio Savarese},
  journal= {arXiv preprint arXiv:1905.07553},
  year   = {2020}
}

Comments

Presented to ICML 2020 See project website at http://taskgrouping.stanford.edu/

R2 v1 2026-06-23T09:11:28.387Z