Auxiliary Learning for Deep Multi-task Learning
Yifan Liu, Bohan Zhuang, Chunhua Shen, Hao Chen, Wei Yin

TL;DR
This paper introduces an auxiliary module to enhance multi-task learning by aiding the optimization of shared layers, improving performance without increasing complexity during testing.
Contribution
It proposes a novel auxiliary learning approach that regularizes shared layers in multi-task networks, overcoming limitations of existing hard and soft parameter sharing methods.
Findings
Improves multi-task learning performance across various pixel-wise tasks.
Reduces optimization difficulty of shared layers during training.
Maintains model simplicity during testing by discarding auxiliary modules.
Abstract
Multi-task learning (MTL) is an efficient solution to solve multiple tasks simultaneously in order to get better speed and performance than handling each single-task in turn. The most current methods can be categorized as either: (i) hard parameter sharing where a subset of the parameters is shared among tasks while other parameters are task-specific; or (ii) soft parameter sharing where all parameters are task-specific but they are jointly regularized. Both methods suffer from limitations: the shared hidden layers of the former are difficult to optimize due to the competing objectives while the complexity of the latter grows linearly with the increasing number of tasks. To mitigate those drawbacks, this paper proposes an alternative, where we explicitly construct an auxiliary module to mimic the soft parameter sharing for assisting the optimization of the hard parameter sharing layers…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Image Enhancement Techniques
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
