Unsupervised Learning of Categories from Sets of Partially Matching Image Features

Abstract

We present a method to automatically learn object categories from unlabeled images. Each image is represented by an unordered set of local features, and all sets are embedded into a space where they cluster according to their partial-match feature correspondences. After efficiently computing the pairwise affinities between the input images in this space, a spectral clustering technique is used to recover the primary groupings among the images. We introduce an efficient means of refining these groupings according to intra-cluster statistics over the subsets of features selected by the partial matches between the images, and based on an optional, variable amount of user supervision. We compute the consistent subsets of feature correspondences within a grouping to infer category feature masks. The output of the algorithm is a partition of the data into a set of learned categories, and a set of classifiers trained from these ranked partitions that can recognize the categories in novel images.

Cite

Text

Grauman and Darrell. "Unsupervised Learning of Categories from Sets of Partially Matching Image Features." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2006. doi:10.1109/CVPR.2006.322

Markdown

[Grauman and Darrell. "Unsupervised Learning of Categories from Sets of Partially Matching Image Features." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2006.](https://mlanthology.org/cvpr/2006/grauman2006cvpr-unsupervised/) doi:10.1109/CVPR.2006.322

BibTeX

@inproceedings{grauman2006cvpr-unsupervised,
  title     = {{Unsupervised Learning of Categories from Sets of Partially Matching Image Features}},
  author    = {Grauman, Kristen and Darrell, Trevor},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2006},
  pages     = {19-25},
  doi       = {10.1109/CVPR.2006.322},
  url       = {https://mlanthology.org/cvpr/2006/grauman2006cvpr-unsupervised/}
}