Augmented Feedback in Semantic Segmentation Under Image Level Supervision

Abstract

Training neural networks for semantic segmentation is data hungry. Meanwhile annotating a large number of pixel-level segmentation masks needs enormous human effort. In this paper, we propose a framework with only image-level supervision. It unifies semantic segmentation and object localization with important proposal aggregation and selection modules. They greatly reduce the notorious error accumulation problem that commonly arises in weakly supervised learning. Our proposed training algorithm progressively improves segmentation performance with augmented feedback in iterations. Our method achieves decent results on the PASCAL VOC 2012 segmentation data, outperforming previous image-level supervised methods by a large margin.

Cite

Text

Qi et al. "Augmented Feedback in Semantic Segmentation Under Image Level Supervision." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46484-8_6

Markdown

[Qi et al. "Augmented Feedback in Semantic Segmentation Under Image Level Supervision." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/qi2016eccv-augmented/) doi:10.1007/978-3-319-46484-8_6

BibTeX

@inproceedings{qi2016eccv-augmented,
  title     = {{Augmented Feedback in Semantic Segmentation Under Image Level Supervision}},
  author    = {Qi, Xiaojuan and Liu, Zhengzhe and Shi, Jianping and Zhao, Hengshuang and Jia, Jiaya},
  booktitle = {European Conference on Computer Vision},
  year      = {2016},
  pages     = {90-105},
  doi       = {10.1007/978-3-319-46484-8_6},
  url       = {https://mlanthology.org/eccv/2016/qi2016eccv-augmented/}
}