CVNov 27, 2018

CIAN: Cross-Image Affinity Net for Weakly Supervised Semantic Segmentation

arXiv:1811.10842v2230 citations
Originality Highly original
AI Analysis

This addresses the problem of reducing annotation effort for semantic segmentation in computer vision, representing an incremental improvement by focusing on cross-image relationships.

The paper tackles weakly supervised semantic segmentation using only image-level labels by introducing a cross-image affinity module to leverage relationships across images, achieving 64.3% mIoU on Pascal VOC 2012 validation and 65.3% on the test set, setting a new state-of-the-art.

Weakly supervised semantic segmentation with only image-level labels saves large human effort to annotate pixel-level labels. Cutting-edge approaches rely on various innovative constraints and heuristic rules to generate the masks for every single image. Although great progress has been achieved by these methods, they treat each image independently and do not take account of the relationships across different images. In this paper, however, we argue that the cross-image relationship is vital for weakly supervised segmentation. Because it connects related regions across images, where supplementary representations can be propagated to obtain more consistent and integral regions. To leverage this information, we propose an end-to-end cross-image affinity module, which exploits pixel-level cross-image relationships with only image-level labels. By means of this, our approach achieves 64.3% and 65.3% mIoU on Pascal VOC 2012 validation and test set respectively, which is a new state-of-the-art result by only using image-level labels for weakly supervised semantic segmentation, demonstrating the superiority of our approach.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes