Built-in Foreground/Background Prior for Weakly-Supervised Semantic Segmentation

Abstract

Pixel-level annotations are expensive and time consuming to obtain. Hence, weak supervision using only image tags could have a significant impact in semantic segmentation. Recently, CNN-based methods have proposed to fine-tune pre-trained networks using image tags. Without additional information, this leads to poor localization accuracy. This problem, however, was alleviated by making use of objectness priors to generate foreground/background masks. Unfortunately these priors either require training pixel-level annotations/bounding boxes, or still yield inaccurate object boundaries. Here, we propose a novel method to extract markedly more accurate masks from the pre-trained network itself, forgoing external objectness modules. This is accomplished using the activations of the higher-level convolutional layers, smoothed by a dense CRF. We demonstrate that our method, based on these masks and a weakly-supervised loss, outperforms the state-of-the-art tag-based weakly-supervised semantic segmentation techniques. Furthermore, we introduce a new form of inexpensive weak supervision yielding an additional accuracy boost.

Cite

Text

Saleh et al. "Built-in Foreground/Background Prior for Weakly-Supervised Semantic Segmentation." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46484-8_25

Markdown

[Saleh et al. "Built-in Foreground/Background Prior for Weakly-Supervised Semantic Segmentation." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/saleh2016eccv-built/) doi:10.1007/978-3-319-46484-8_25

BibTeX

@inproceedings{saleh2016eccv-built,
  title     = {{Built-in Foreground/Background Prior for Weakly-Supervised Semantic Segmentation}},
  author    = {Saleh, Fatemehsadat and Akbarian, Mohammad Sadegh Ali and Salzmann, Mathieu and Petersson, Lars and Gould, Stephen and Álvarez, José M.},
  booktitle = {European Conference on Computer Vision},
  year      = {2016},
  pages     = {413-432},
  doi       = {10.1007/978-3-319-46484-8_25},
  url       = {https://mlanthology.org/eccv/2016/saleh2016eccv-built/}
}