English

Cross-Task Affinity Learning for Multitask Dense Scene Predictions

Computer Vision and Pattern Recognition 2024-11-07 v2 Machine Learning

Abstract

Multitask learning (MTL) has become prominent for its ability to predict multiple tasks jointly, achieving better per-task performance with fewer parameters than single-task learning. Recently, decoder-focused architectures have significantly improved multitask performance by refining task predictions using features from related tasks. However, most refinement methods struggle to efficiently capture both local and long-range dependencies between task-specific representations and cross-task patterns. In this paper, we introduce the Cross-Task Affinity Learning (CTAL) module, a lightweight framework that enhances task refinement in multitask networks. CTAL effectively captures local and long-range cross-task interactions by optimizing task affinity matrices for parameter-efficient grouped convolutions without concern for information loss. Our results demonstrate state-of-the-art MTL performance for both CNN and transformer backbones, using significantly fewer parameters than single-task learning. Our code is publicly available at https://github.com/Armanfard-Lab/EMA-Net.

Keywords

Cite

@article{arxiv.2401.11124,
  title  = {Cross-Task Affinity Learning for Multitask Dense Scene Predictions},
  author = {Dimitrios Sinodinos and Narges Armanfard},
  journal= {arXiv preprint arXiv:2401.11124},
  year   = {2024}
}

Comments

Accepted for publication at the IEEE Winter Conference on Applications of Computer Vision (WACV) 2025

R2 v1 2026-06-28T14:22:18.509Z