AdaShare: Learning What to Share for Efficient Deep Multi-Task Learning
Abstract
Multi-task learning is an open and challenging problem in computer vision. The typical way of conducting multi-task learning with deep neural networks is either through handcrafted schemes that share all initial layers and branch out at an adhoc point, or through separate task-specific networks with an additional feature sharing/fusion mechanism. Unlike existing methods, we propose an adaptive sharing approach, calledAdaShare, that decides what to share across which tasks to achieve the best recognition accuracy, while taking resource efficiency into account. Specifically, our main idea is to learn the sharing pattern through a task-specific policy that selectively chooses which layers to execute for a given task in the multi-task network. We efficiently optimize the task-specific policy jointly with the network weights, using standard back-propagation. Experiments on several challenging and diverse benchmark datasets with a variable number of tasks well demonstrate the efficacy of our approach over state-of-the-art methods. Project page: https://cs-people.bu.edu/sunxm/AdaShare/project.html
Cite
Text
Sun et al. "AdaShare: Learning What to Share for Efficient Deep Multi-Task Learning." Neural Information Processing Systems, 2020.Markdown
[Sun et al. "AdaShare: Learning What to Share for Efficient Deep Multi-Task Learning." Neural Information Processing Systems, 2020.](https://mlanthology.org/neurips/2020/sun2020neurips-adashare/)BibTeX
@inproceedings{sun2020neurips-adashare,
title = {{AdaShare: Learning What to Share for Efficient Deep Multi-Task Learning}},
author = {Sun, Ximeng and Panda, Rameswar and Feris, Rogerio and Saenko, Kate},
booktitle = {Neural Information Processing Systems},
year = {2020},
url = {https://mlanthology.org/neurips/2020/sun2020neurips-adashare/}
}