SCALPEL: Segmentation Cascades with Localized Priors and Efficient Learning

Abstract

We propose SCALPEL, a flexible method for object segmentation that integrates rich region-merging cues with midand high-level information about object layout, class, and scale into the segmentation process. Unlike competing approaches, SCALPEL uses a cascade of bottom-up segmentation models that is capable of learning to ignore boundaries early on, yet use them as a stopping criterion once the object has been mostly segmented. Furthermore, we show how such cascades can be learned efficiently. When paired with a novel method that generates better localized shape priors than our competitors, our method leads to a concise, accurate set of segmentation proposals; these proposals are more accurate on the PASCAL VOC2010 dataset than state-of-the-art methods that use re-ranking to filter much larger bags of proposals. The code for our algorithm is available online.

Cite

Text

Weiss and Taskar. "SCALPEL: Segmentation Cascades with Localized Priors and Efficient Learning." Conference on Computer Vision and Pattern Recognition, 2013. doi:10.1109/CVPR.2013.265

Markdown

[Weiss and Taskar. "SCALPEL: Segmentation Cascades with Localized Priors and Efficient Learning." Conference on Computer Vision and Pattern Recognition, 2013.](https://mlanthology.org/cvpr/2013/weiss2013cvpr-scalpel/) doi:10.1109/CVPR.2013.265

BibTeX

@inproceedings{weiss2013cvpr-scalpel,
  title     = {{SCALPEL: Segmentation Cascades with Localized Priors and Efficient Learning}},
  author    = {Weiss, David and Taskar, Ben},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2013},
  doi       = {10.1109/CVPR.2013.265},
  url       = {https://mlanthology.org/cvpr/2013/weiss2013cvpr-scalpel/}
}