# Learning to segment with image-level supervision

**Authors:** Gaurav Pandey, Ambedkar Dukkipati

arXiv: 1705.01262 · 2019-02-05

## TL;DR

This paper introduces a novel weakly supervised learning approach for semantic image segmentation that leverages image-level labels and CRF constraints, achieving state-of-the-art results efficiently.

## Contribution

It proposes a new model that generates auxiliary labels and enforces CRF constraints via an additional loss, avoiding recursive mean-field computations for faster training.

## Key findings

- Achieved state-of-the-art on VOC 2012 for weakly supervised segmentation.
- The method is faster than previous recursive mean-field approaches.
- Incorporating CRF constraints incurs minimal additional training time.

## Abstract

Deep convolutional networks have achieved the state-of-the-art for semantic image segmentation tasks. However, training these networks requires access to densely labeled images, which are known to be very expensive to obtain. On the other hand, the web provides an almost unlimited source of images annotated at the image level. How can one utilize this much larger weakly annotated set for tasks that require dense labeling? Prior work often relied on localization cues, such as saliency maps, objectness priors, bounding boxes etc., to address this challenging problem. In this paper, we propose a model that generates auxiliary labels for each image, while simultaneously forcing the output of the CNN to satisfy the mean-field constraints imposed by a conditional random field. We show that one can enforce the CRF constraints by forcing the distribution at each pixel to be close to the distribution of its neighbors. This is in stark contrast with methods that compute a recursive expansion of the mean-field distribution using a recurrent architecture and train the resultant distribution. Instead, the proposed model adds an extra loss term to the output of the CNN, and hence, is faster than recursive implementations. We achieve the state-of-the-art for weakly supervised semantic image segmentation on VOC 2012 dataset, assuming no manually labeled pixel level information is available. Furthermore, the incorporation of conditional random fields in CNN incurs little extra time during training.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1705.01262/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1705.01262/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1705.01262/full.md

---
Source: https://tomesphere.com/paper/1705.01262