Sequential Cross Attention Based Multi-task Learning
Sunkyung Kim, Hyesong Choi, Dongbo Min

TL;DR
This paper introduces a sequential cross attention architecture for multi-task learning in visual scene understanding, effectively transferring features across tasks and scales with reduced complexity, achieving state-of-the-art results.
Contribution
It proposes a novel sequential attention mechanism applying cross-task and cross-scale attention modules to improve multi-task learning efficiency and performance.
Findings
Achieves state-of-the-art results on NYUD-v2 dataset.
Demonstrates effective feature transfer across tasks and scales.
Reduces complexity of attention application in multi-task networks.
Abstract
In multi-task learning (MTL) for visual scene understanding, it is crucial to transfer useful information between multiple tasks with minimal interferences. In this paper, we propose a novel architecture that effectively transfers informative features by applying the attention mechanism to the multi-scale features of the tasks. Since applying the attention module directly to all possible features in terms of scale and task requires a high complexity, we propose to apply the attention module sequentially for the task and scale. The cross-task attention module (CTAM) is first applied to facilitate the exchange of relevant information between the multiple task features of the same scale. The cross-scale attention module (CSAM) then aggregates useful information from feature maps at different resolutions in the same task. Also, we attempt to capture long range dependencies through the…
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.
Code & Models
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 · Video Surveillance and Tracking Methods
