TL;DR
This paper introduces A²GNN, a graph neural network leveraging affinity attention for weakly supervised semantic segmentation using bounding box annotations, achieving state-of-the-art results on Pascal VOC 2012.
Contribution
The paper proposes a novel affinity attention graph neural network and a new loss function with a consistency mechanism to improve bounding box supervised semantic segmentation.
Findings
Achieves state-of-the-art performance on Pascal VOC 2012.
Effective in leveraging bounding box constraints for segmentation.
Applicable to other weakly supervised segmentation tasks.
Abstract
Weakly supervised semantic segmentation is receiving great attention due to its low human annotation cost. In this paper, we aim to tackle bounding box supervised semantic segmentation, i.e., training accurate semantic segmentation models using bounding box annotations as supervision. To this end, we propose Affinity Attention Graph Neural Network (GNN). Following previous practices, we first generate pseudo semantic-aware seeds, which are then formed into semantic graphs based on our newly proposed affinity Convolutional Neural Network (CNN). Then the built graphs are input to our GNN, in which an affinity attention layer is designed to acquire the short- and long- distance information from soft graph edges to accurately propagate semantic labels from the confident seeds to the unlabeled pixels. However, to guarantee the precision of the seeds, we only adopt a limited number…
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
MethodsGraph Neural Network
