Hierarchical Semantic Indexing for Large Scale Image Retrieval

Abstract

This paper addresses the problem of similar image retrieval, especially in the setting of large-scale datasets with millions to billions of images. The core novel contribution is an approach that can exploit prior knowledge of a semantic hierarchy. When semantic labels and a hierarchy relating them are available during training, significant improvements over the state of the art in similar image retrieval are attained. While some of this advantage comes from the ability to use additional information, experiments exploring a special case where no additional data is provided, show the new approach can still outperform OASIS, the current state of the art for similarity learning. Exploiting hierarchical relationships is most important for larger scale problems, where scalability becomes crucial. The proposed learning approach is fundamentally parallelizable and as a result scales more easily than previous work. An additional contribution is a novel hashing scheme (for bilinear similarity on vectors of probabilities, optionally taking into account hierarchy) that is able to reduce the computational cost of retrieval. Experiments are performed on Caltech256 and the larger ImageNet dataset.

Cite

Text

Deng et al. "Hierarchical Semantic Indexing for Large Scale Image Retrieval." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995516

Markdown

[Deng et al. "Hierarchical Semantic Indexing for Large Scale Image Retrieval." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/deng2011cvpr-hierarchical/) doi:10.1109/CVPR.2011.5995516

BibTeX

@inproceedings{deng2011cvpr-hierarchical,
  title     = {{Hierarchical Semantic Indexing for Large Scale Image Retrieval}},
  author    = {Deng, Jia and Berg, Alexander C. and Fei-Fei, Li},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2011},
  pages     = {785-792},
  doi       = {10.1109/CVPR.2011.5995516},
  url       = {https://mlanthology.org/cvpr/2011/deng2011cvpr-hierarchical/}
}