Composite Quantization
Jingdong Wang, Ting Zhang

TL;DR
This paper introduces near-orthogonal composite quantization, a compact coding method for approximate nearest neighbor search that reduces computation cost while maintaining high accuracy, and demonstrates its effectiveness across multiple datasets and applications.
Contribution
It proposes a novel near-orthogonal composite quantization framework with a theoretical foundation and practical efficiency improvements for approximate nearest neighbor search.
Findings
Outperforms existing methods on benchmark datasets
Reduces search complexity from O(D) to O(M)
Enhances applications like mobile search and inner-product similarity
Abstract
This paper studies the compact coding approach to approximate nearest neighbor search. We introduce a composite quantization framework. It uses the composition of several () elements, each of which is selected from a different dictionary, to accurately approximate a -dimensional vector, thus yielding accurate search, and represents the data vector by a short code composed of the indices of the selected elements in the corresponding dictionaries. Our key contribution lies in introducing a near-orthogonality constraint, which makes the search efficiency is guaranteed as the cost of the distance computation is reduced to from through a distance table lookup scheme. The resulting approach is called near-orthogonal composite quantization. We theoretically justify the equivalence between near-orthogonal composite quantization and minimizing an upper bound of a function…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Image Processing Techniques and Applications · Advanced Vision and Imaging
