Learning Random-Walk Label Propagation for Weakly-Supervised Semantic Segmentation

Abstract

Large-scale training for semantic segmentation is challenging due to the expense of obtaining training data for this task relative to other vision tasks. We propose a novel training approach to address this difficulty. Given cheaply-obtained sparse image labelings, we propagate the sparse labels to produce guessed dense labelings. A standard CNN-based segmentation network is trained to mimic these labelings. The label-propagation process is defined via random-walk hitting probabilities, which leads to a differentiable parameterization with uncertainty estimates that are incorporated into our loss. We show that by learning the label-propagator jointly with the segmentation predictor, we are able to effectively learn semantic edges given no direct edge supervision. Experiments also show that training a segmentation network in this way outperforms the naive approach.

Cite

Text

Vernaza and Chandraker. "Learning Random-Walk Label Propagation for Weakly-Supervised Semantic Segmentation." Conference on Computer Vision and Pattern Recognition, 2017. doi:10.1109/CVPR.2017.315

Markdown

[Vernaza and Chandraker. "Learning Random-Walk Label Propagation for Weakly-Supervised Semantic Segmentation." Conference on Computer Vision and Pattern Recognition, 2017.](https://mlanthology.org/cvpr/2017/vernaza2017cvpr-learning/) doi:10.1109/CVPR.2017.315

BibTeX

@inproceedings{vernaza2017cvpr-learning,
  title     = {{Learning Random-Walk Label Propagation for Weakly-Supervised Semantic Segmentation}},
  author    = {Vernaza, Paul and Chandraker, Manmohan},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2017},
  doi       = {10.1109/CVPR.2017.315},
  url       = {https://mlanthology.org/cvpr/2017/vernaza2017cvpr-learning/}
}