English

FickleNet: Weakly and Semi-supervised Semantic Image Segmentation using Stochastic Inference

Computer Vision and Pattern Recognition 2019-03-05 v2

Abstract

The main obstacle to weakly supervised semantic image segmentation is the difficulty of obtaining pixel-level information from coarse image-level annotations. Most methods based on image-level annotations use localization maps obtained from the classifier, but these only focus on the small discriminative parts of objects and do not capture precise boundaries. FickleNet explores diverse combinations of locations on feature maps created by generic deep neural networks. It selects hidden units randomly and then uses them to obtain activation scores for image classification. FickleNet implicitly learns the coherence of each location in the feature maps, resulting in a localization map which identifies both discriminative and other parts of objects. The ensemble effects are obtained from a single network by selecting random hidden unit pairs, which means that a variety of localization maps are generated from a single image. Our approach does not require any additional training steps and only adds a simple layer to a standard convolutional neural network; nevertheless it outperforms recent comparable techniques on the Pascal VOC 2012 benchmark in both weakly and semi-supervised settings.

Keywords

Cite

@article{arxiv.1902.10421,
  title  = {FickleNet: Weakly and Semi-supervised Semantic Image Segmentation using Stochastic Inference},
  author = {Jungbeom Lee and Eunji Kim and Sungmin Lee and Jangho Lee and Sungroh Yoon},
  journal= {arXiv preprint arXiv:1902.10421},
  year   = {2019}
}

Comments

To appear in CVPR 2019

R2 v1 2026-06-23T07:52:45.827Z