Hamming Compatible Quantization for Hashing

Abstract

Hashing is one of the effective techniques for fast Approximate Nearest Neighbour (ANN) search. Traditional single-bit quantization (SBQ) in most hashing methods incurs lots of quantization error which seriously degrades the search performance. To address the limitation of SBQ, researchers have proposed promising multi-bit quantization (MBQ) methods to quantize each projection dimension with multiple bits. However, some MBQ methods need to adopt specific distance for binary code matching instead of the original Hamming distance, which would significantly decrease the retrieval speed. Two typical MBQ methods Hierarchical Quantization and Double Bit Quantization retain the Hamming distance, but both of them only consider the projection dimensions during quantization, ignoring the neighborhood structure of raw data inherent in Euclidean space. In this paper, we propose a multi-bit quantization method named Hamming Compatible Quantization (HCQ) to preserve the capability of similarity metric between Euclidean space and Hamming space by utilizing the neighborhood structure of raw data. Extensive experiment results have shown our approach significantly improves the performance of various state-of-the-art hashing methods while maintaining fast retrieval speed.

Cite

Text

Wang et al. "Hamming Compatible Quantization for Hashing." International Joint Conference on Artificial Intelligence, 2015.

Markdown

[Wang et al. "Hamming Compatible Quantization for Hashing." International Joint Conference on Artificial Intelligence, 2015.](https://mlanthology.org/ijcai/2015/wang2015ijcai-hamming/)

BibTeX

@inproceedings{wang2015ijcai-hamming,
  title     = {{Hamming Compatible Quantization for Hashing}},
  author    = {Wang, Zhe and Duan, Ling-Yu and Lin, Jie and Wang, Xiaofang and Huang, Tiejun and Gao, Wen},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2015},
  pages     = {2298-2304},
  url       = {https://mlanthology.org/ijcai/2015/wang2015ijcai-hamming/}
}