Distinct Class-Specific Saliency Maps for Weakly Supervised Semantic Segmentation
Abstract
In this paper, we deal with a weakly supervised semantic segmentation problem where only training images with image-level labels are available. We propose a weakly supervised semantic segmentation method which is based on CNN-based class-specific saliency maps and fully-connected CRF. To obtain distinct class-specific saliency maps which can be used as unary potentials of CRF, we propose a novel method to estimate class saliency maps which improves the method proposed by Simonyan et al. (2014) significantly by the following improvements: (1) using CNN derivatives with respect to feature maps of the intermediate convolutional layers with up-sampling instead of an input image; (2) subtracting the saliency maps of the other classes from the saliency maps of the target class to differentiate target objects from other objects; (3) aggregating multiple-scale class saliency maps to compensate lower resolution of the feature maps. After obtaining distinct class saliency maps, we apply fully-connected CRF by using the class maps as unary potentials. By the experiments, we show that the proposed method has outperformed state-of-the-art results with the PASCAL VOC 2012 dataset under the weakly-supervised setting.
Cite
Text
Shimoda and Yanai. "Distinct Class-Specific Saliency Maps for Weakly Supervised Semantic Segmentation." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46493-0_14Markdown
[Shimoda and Yanai. "Distinct Class-Specific Saliency Maps for Weakly Supervised Semantic Segmentation." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/shimoda2016eccv-distinct/) doi:10.1007/978-3-319-46493-0_14BibTeX
@inproceedings{shimoda2016eccv-distinct,
title = {{Distinct Class-Specific Saliency Maps for Weakly Supervised Semantic Segmentation}},
author = {Shimoda, Wataru and Yanai, Keiji},
booktitle = {European Conference on Computer Vision},
year = {2016},
pages = {218-234},
doi = {10.1007/978-3-319-46493-0_14},
url = {https://mlanthology.org/eccv/2016/shimoda2016eccv-distinct/}
}