Weakly Supervised Structured Output Learning for Semantic Segmentation

Abstract

We address the problem of weakly supervised semantic segmentation. The training images are labeled only by the classes they contain, not by their location in the image. On test images instead, the method must predict a class label for every pixel. Our goal is to enable segmentation algorithms to use multiple visual cues in this weakly supervised setting, analogous to what is achieved by fully supervised methods. However, it is difficult to assess the relative usefulness of different visual cues from weakly supervised training data. We define a parametric family of structured models, were each model weights visual cues in a different way. We propose a Maximum Expected Agreement model selection principle that evaluates the quality of a model from the family without looking at superpixel labels. Searching for the best model is a hard optimization problem, which has no analytic gradient and multiple local optima. We cast it as a Bayesian optimization problem and propose an algorithm based on Gaussian processes to efficiently solve it. Our second contribution is an Extremely Randomized Hashing Forest that represents diverse superpixel features as a sparse binary vector. It enables using appearance models of visual classes that are fast at training and testing and yet accurate. Experiments on the SIFT-flow dataset show a significant improvement over previous weakly supervised methods and even over some fully supervised methods.

Cite

Text

Vezhnevets et al. "Weakly Supervised Structured Output Learning for Semantic Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6247757

Markdown

[Vezhnevets et al. "Weakly Supervised Structured Output Learning for Semantic Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/vezhnevets2012cvpr-weakly/) doi:10.1109/CVPR.2012.6247757

BibTeX

@inproceedings{vezhnevets2012cvpr-weakly,
  title     = {{Weakly Supervised Structured Output Learning for Semantic Segmentation}},
  author    = {Vezhnevets, Alexander and Ferrari, Vittorio and Buhmann, Joachim M.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2012},
  pages     = {845-852},
  doi       = {10.1109/CVPR.2012.6247757},
  url       = {https://mlanthology.org/cvpr/2012/vezhnevets2012cvpr-weakly/}
}