Contrastive Multi-Task Dense Prediction
Siwei Yang, Hanrong Ye, Dan Xu

TL;DR
This paper introduces a contrastive regularization method for multi-task dense prediction that improves task performance without extra inference costs, demonstrating state-of-the-art results on benchmark datasets.
Contribution
It proposes a novel contrastive regularization technique that models cross-task interactions efficiently, enhancing multi-task learning without additional inference complexity.
Findings
Achieves superior performance on NYUD-v2 and Pascal-Context datasets.
No extra computation during inference, maintaining efficiency.
Establishes new state-of-the-art results for multi-task dense prediction.
Abstract
This paper targets the problem of multi-task dense prediction which aims to achieve simultaneous learning and inference on a bunch of multiple dense prediction tasks in a single framework. A core objective in design is how to effectively model cross-task interactions to achieve a comprehensive improvement on different tasks based on their inherent complementarity and consistency. Existing works typically design extra expensive distillation modules to perform explicit interaction computations among different task-specific features in both training and inference, bringing difficulty in adaptation for different task sets, and reducing efficiency due to clearly increased size of multi-task models. In contrast, we introduce feature-wise contrastive consistency into modeling the cross-task interactions for multi-task dense prediction. We propose a novel multi-task contrastive regularization…
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 · Human Pose and Action Recognition · Advanced Neural Network Applications
MethodsContrastive Learning
