Constrained Parametric Min-Cuts for Automatic Object Segmentation

Abstract

We present a novel framework for generating and ranking plausible objects hypotheses in an image using bottom-up processes and mid-level cues. The object hypotheses are represented as figure-ground segmentations, and are extracted automatically, without prior knowledge about properties of individual object classes, by solving a sequence of constrained parametric min-cut problems (CPMC) on a regular image grid. We then learn to rank the object hypotheses by training a continuous model to predict how plausible the segments are, given their mid-level region properties. We show that this algorithm significantly outperforms the state of the art for low-level segmentation in the VOC09 segmentation dataset. It achieves the same average best segmentation covering as the best performing technique to date, 0.61 when using just the top 7 ranked segments, instead of the full hierarchy in. Our method achieves 0.78 average best covering using 154 segments. In a companion paper, we also show that the algorithm achieves state-of-the art results when used in a segmentation-based recognition pipeline.

Cite

Text

Carreira and Sminchisescu. "Constrained Parametric Min-Cuts for Automatic Object Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5540063

Markdown

[Carreira and Sminchisescu. "Constrained Parametric Min-Cuts for Automatic Object Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/carreira2010cvpr-constrained/) doi:10.1109/CVPR.2010.5540063

BibTeX

@inproceedings{carreira2010cvpr-constrained,
  title     = {{Constrained Parametric Min-Cuts for Automatic Object Segmentation}},
  author    = {Carreira, João and Sminchisescu, Cristian},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {3241-3248},
  doi       = {10.1109/CVPR.2010.5540063},
  url       = {https://mlanthology.org/cvpr/2010/carreira2010cvpr-constrained/}
}