Shape Discovery from Unlabeled Image Collections

Abstract

Can we discover common object shapes within unlabeled multi-category collections of images? While often a critical cue at the category-level, contour matches can be difficult to isolate reliably from edge clutter—even within labeled images from a known class, let alone unlabeled examples. We propose a shape discovery method in which local appearance (patch) matches serve to anchor the surrounding edge fragments, yielding a more reliable affinity function for images that accounts for both shape and appearance. Spectral clustering from the initial affinities provides candidate object clusters. Then, we compute the within-cluster match patterns to discern foreground edges from clutter, attributing higher weight to edges more likely to belong to a common object. In addition to discovering the object contours in each image, we show how to summarize what is found with prototypical shapes. Our results on benchmark datasets demonstrate the approach can successfully discover shapes from unlabeled images.

Cite

Text

Lee and Grauman. "Shape Discovery from Unlabeled Image Collections." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009. doi:10.1109/CVPR.2009.5206698

Markdown

[Lee and Grauman. "Shape Discovery from Unlabeled Image Collections." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009.](https://mlanthology.org/cvpr/2009/lee2009cvpr-shape/) doi:10.1109/CVPR.2009.5206698

BibTeX

@inproceedings{lee2009cvpr-shape,
  title     = {{Shape Discovery from Unlabeled Image Collections}},
  author    = {Lee, Yong Jae and Grauman, Kristen},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2009},
  pages     = {2254-2261},
  doi       = {10.1109/CVPR.2009.5206698},
  url       = {https://mlanthology.org/cvpr/2009/lee2009cvpr-shape/}
}