Leveraging Auxiliary Tasks with Affinity Learning for Weakly Supervised Semantic Segmentation
Lian Xu, Wanli Ouyang, Mohammed Bennamoun, Farid Boussaid, Ferdous, Sohel, Dan Xu

TL;DR
This paper introduces AuxSegNet, a multi-task framework that leverages saliency detection and image classification as auxiliary tasks, along with cross-task affinity learning, to enhance weakly supervised semantic segmentation from image-level labels.
Contribution
It proposes a novel multi-task learning approach with cross-task affinity learning to improve pseudo labels and segmentation accuracy using only image-level supervision.
Findings
Achieves state-of-the-art results on PASCAL VOC 2012
Outperforms previous weakly supervised segmentation methods
Demonstrates effective mutual enhancement between auxiliary tasks and segmentation
Abstract
Semantic segmentation is a challenging task in the absence of densely labelled data. Only relying on class activation maps (CAM) with image-level labels provides deficient segmentation supervision. Prior works thus consider pre-trained models to produce coarse saliency maps to guide the generation of pseudo segmentation labels. However, the commonly used off-line heuristic generation process cannot fully exploit the benefits of these coarse saliency maps. Motivated by the significant inter-task correlation, we propose a novel weakly supervised multi-task framework termed as AuxSegNet, to leverage saliency detection and multi-label image classification as auxiliary tasks to improve the primary task of semantic segmentation using only image-level ground-truth labels. Inspired by their similar structured semantics, we also propose to learn a cross-task global pixel-level affinity map from…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Visual Attention and Saliency Detection
MethodsClass-activation map
