221ef3c6d9103255.tex
1: \begin{abstract}
2: Weakly-supervised semantic segmentation is a challenging task as no pixel-wise label information is provided for training. 
3: %
4: Recent methods have exploited classification networks to localize objects by selecting regions with strong response. 
5: %
6: While such response map provides sparse information, however, there exist strong pairwise relations between pixels in natural images, which can be utilized to propagate the sparse map to a much denser one.
7: %
8: In this paper, we propose an iterative algorithm to learn such pairwise relations, which consists of two branches, a unary segmentation network which learns the label probabilities for each pixel, and a pairwise affinity network which learns affinity matrix and refines the probability map generated from the unary network. 
9: %
10: The refined results by the pairwise network are then used as supervision to train the unary network, and the procedures are conducted iteratively to obtain better segmentation progressively.
11: %
12: To learn reliable pixel affinity without accurate annotation, we also propose to mine confident regions. 
13: %
14: We show that iteratively training this framework is equivalent to optimizing an energy function with convergence to a local minimum.
15: %
16: Experimental results on the PASCAL VOC 2012 and COCO datasets demonstrate that the proposed algorithm performs favorably against the state-of-the-art methods. 
17: \keywords{Weakly-supervised learning \and Semantic segmentation \and Affinity}
18: % \PACS{PACS code1 \and PACS code2 \and more}
19: % \subclass{MSC code1 \and MSC code2 \and more}
20: \end{abstract}
21: