DMTG: One-Shot Differentiable Multi-Task Grouping
Yuan Gao, Shuguo Jiang, Moran Li, Jin-Gang Yu, Gui-Song Xia
TL;DR
This work tackles the scalability challenge of Multi-Task Learning with many tasks by proposing a one-shot Differentiable Multi-Task Grouping (DMTG) framework. It formulates MTG as a differentiable pruning problem where a Categorical distribution assigns tasks to up to $K$ encoder groups, starting with $K$ branches each connected to all $N$ task heads and pruning to $N$ so every task belongs to a single group, enabling joint optimization of group identification and grouped task learning via a differentiable, end-to-end process. The approach leverages high-order task affinities, achieves $O(K)$ encoder training complexity, and demonstrates superior results on Taskonomy-5 and CelebA-9 across multiple backbones, with ablations validating one-shot benefits, transformer's compatibility, and flexible sharing of encoder layers. These findings indicate that integrating architecture search (via differentiable pruning) with grouped task learning yields both efficiency and accuracy advantages for large-scale MTG, with practical impact on real-world multi-task systems.
Abstract
We aim to address Multi-Task Learning (MTL) with a large number of tasks by Multi-Task Grouping (MTG). Given N tasks, we propose to simultaneously identify the best task groups from 2^N candidates and train the model weights simultaneously in one-shot, with the high-order task-affinity fully exploited. This is distinct from the pioneering methods which sequentially identify the groups and train the model weights, where the group identification often relies on heuristics. As a result, our method not only improves the training efficiency, but also mitigates the objective bias introduced by the sequential procedures that potentially lead to a suboptimal solution. Specifically, we formulate MTG as a fully differentiable pruning problem on an adaptive network architecture determined by an underlying Categorical distribution. To categorize N tasks into K groups (represented by K encoder branches), we initially set up KN task heads, where each branch connects to all N task heads to exploit the high-order task-affinity. Then, we gradually prune the KN heads down to N by learning a relaxed differentiable Categorical distribution, ensuring that each task is exclusively and uniquely categorized into only one branch. Extensive experiments on CelebA and Taskonomy datasets with detailed ablations show the promising performance and efficiency of our method. The codes are available at https://github.com/ethanygao/DMTG.
