Efficient Indexing for Large Scale Visual Search
Abstract
With the popularity of "bag of visual terms" representations of images, many text indexing techniques have been applied in large-scale image retrieval systems. However, due to a fundamental difference between an image query (e.g. 1500 visual terms) and a text query (e.g. 3-5 terms), the usages of some text indexing techniques, e.g. inverted list, are misleading. In this work, we develop a novel indexing technique for this problem. The basic idea is to decompose a document-like representation of an image into two components, one for dimension reduction and the other for residual information preservation. The computing of similarity of two images can be transferred to measuring similarities of their components. The decomposition has two major merits: 1) these components have good properties which enable them to be efficiently indexed and retrieved; 2) The decomposition has better generalization ability than other dimension reduction algorithms. The decomposition can be achieved by either a graphical model or a matrix factorization approach. Theoretic analysis and extensive experiments over a 2.3 million image database show that this framework is scalable to index large scale image database to support fast and accurate visual search.
Cite
Text
Zhang et al. "Efficient Indexing for Large Scale Visual Search." IEEE/CVF International Conference on Computer Vision, 2009. doi:10.1109/ICCV.2009.5459354Markdown
[Zhang et al. "Efficient Indexing for Large Scale Visual Search." IEEE/CVF International Conference on Computer Vision, 2009.](https://mlanthology.org/iccv/2009/zhang2009iccv-efficient-a/) doi:10.1109/ICCV.2009.5459354BibTeX
@inproceedings{zhang2009iccv-efficient-a,
title = {{Efficient Indexing for Large Scale Visual Search}},
author = {Zhang, Xiao and Li, Zhiwei and Zhang, Lei and Ma, Wei-Ying and Shum, Heung-Yeung},
booktitle = {IEEE/CVF International Conference on Computer Vision},
year = {2009},
pages = {1103-1110},
doi = {10.1109/ICCV.2009.5459354},
url = {https://mlanthology.org/iccv/2009/zhang2009iccv-efficient-a/}
}