paper-with-me

Papers

Learning Pixel-level Semantic Affinity with Image-level Supervision for Weakly Supervised Semantic Segmentation

2018-03-28 · CVPR 2018 6 · Jiwoon Ahn, Suha Kwak

The deficiency of segmentation labels is one of the main obstacles to semantic segmentation in the wild. To alleviate this issue, we present a novel framework that generates segmentation labels of images given their image-level class labels. In this weakly supervised setting, trained models have been known to segment local discriminative parts rather than the entire object area. Our solution is to propagate such local responses to nearby areas which belong to the same semantic entity. To this end, we propose a Deep Neural Network (DNN) called AffinityNet that predicts semantic affinity between a pair of adjacent image coordinates. The semantic propagation is then realized by random walk with the affinities predicted by AffinityNet. More importantly, the supervision employed to train AffinityNet is given by the initial discriminative part segmentation, which is incomplete as a segmentation annotation but sufficient for learning semantic affinities within small image areas. Thus the entire framework relies only on image-level class labels and does not require any extra data or annotations. On the PASCAL VOC 2012 dataset, a DNN learned with segmentation labels generated by our method outperforms previous models trained with the same level of supervision, and is even as competitive as those relying on stronger supervision.

📄 PDF Abstract BibTeX arXiv:1803.10464

Code (2)

jiwoon-ahn/psa 공식 구현 pytorch
suyukun666/CDA pytorch

Tasks

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

Weakly Supervised Semantic Segmentation of Satellite Images

2019-04-08 · Adrien Nivaggioli, Hicham Randrianarivo

When one wants to train a neural network to perform semantic segmentation, creating pixel-level annotations for each of the images in the database is a tedious task. If he works with aerial or satellite images, which are…

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Weak-shot Semantic Segmentation by Transferring Semantic Affinity and Boundary

2021-10-04 · Siyuan Zhou, Li Niu, Jianlou Si, Chen Qian 외

Weakly-supervised semantic segmentation (WSSS) with image-level labels has been widely studied to relieve the annotation burden of the traditional segmentation task. In this paper, we show that existing fully-annotated b…

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Affinity Space Adaptation for Semantic Segmentation Across Domains

2020-09-26 · Wei Zhou, Yukang Wang, Jiajia Chu, Jiehua Yang 외

Semantic segmentation with dense pixel-wise annotation has achieved excellent performance thanks to deep learning. However, the generalization of semantic segmentation in the wild remains challenging. In this paper, we a…

Domain AdaptationSegmentationSemantic SegmentationUnsupervised Domain Adaptation

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

2018-11-27 · Junsong Fan, Zhao-Xiang Zhang, Tieniu Tan, Chunfeng Song 외

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…

2D Object DetectionMultispectral Object DetectionSegmentationSemantic Segmentation+3

Robust Region Grouping via Internal Patch Statistics

2013-06-01 · CVPR 2013 6 · Xiaobai Liu, Liang Lin, Alan L. Yuille

In this work, we present an efficient multi-scale low-rank representation for image segmentation. Our method begins with partitioning the input images into a set of superpixels, followed by seeking the optimal superpixel…

Image SegmentationSemantic SegmentationSuperpixels