CompactKdt: Compact Signatures for Accurate Large Scale Object Recognition

Abstract

We present a novel algorithm, Compact Kd-Trees (CompactKdt), that achieves state-of-the-art performance in searching large scale object image collections. The algorithm uses an order of magnitude less storage and computations by making use of both the full local features (e.g. SIFT) and their compact binary signatures to build and search the K-Tree. We compare classical PCA dimensionality reduction to three methods for generating compact binary representations for the features: Spectral Hashing, Locality Sensitive Hashing, and Locality Sensitive Binary Codes. CompactKdt achieves significant performance gain over using the binary signatures alone, and comparable performance to using the full features alone. Finally, our experiments show significantly better performance than the state-of-the-art Bag of Words (BoW) methods with equivalent or less storage and computational cost.

Cite

Text

Aly et al. "CompactKdt: Compact Signatures for Accurate Large Scale Object Recognition." IEEE/CVF Winter Conference on Applications of Computer Vision, 2012. doi:10.1109/WACV.2012.6162995

Markdown

[Aly et al. "CompactKdt: Compact Signatures for Accurate Large Scale Object Recognition." IEEE/CVF Winter Conference on Applications of Computer Vision, 2012.](https://mlanthology.org/wacv/2012/aly2012wacv-compactkdt/) doi:10.1109/WACV.2012.6162995

BibTeX

@inproceedings{aly2012wacv-compactkdt,
  title     = {{CompactKdt: Compact Signatures for Accurate Large Scale Object Recognition}},
  author    = {Aly, Mohamed and Munich, Mario E. and Perona, Pietro},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2012},
  pages     = {505-512},
  doi       = {10.1109/WACV.2012.6162995},
  url       = {https://mlanthology.org/wacv/2012/aly2012wacv-compactkdt/}
}