Binary Code Ranking with Weighted Hamming Distance
Abstract
Binary hashing has been widely used for efficient similarity search due to its query and storage efficiency. In most existing binary hashing methods, the high-dimensional data are embedded into Hamming space and the distance or similarity of two points are approximated by the Hamming distance between their binary codes. The Hamming distance calculation is efficient, however, in practice, there are often lots of results sharing the same Hamming distance to a query, which makes this distance measure ambiguous and poses a critical issue for similarity search where ranking is important. In this paper, we propose a weighted Hamming distance ranking algorithm (WhRank) to rank the binary codes of hashing methods. By assigning different bit-level weights to different hash bits, the returned binary codes are ranked at a finer-grained binary code level. We give an algorithm to learn the data-adaptive and query-sensitive weight for each hash bit. Evaluations on two large-scale image data sets demonstrate the efficacy of our weighted Hamming distance for binary code ranking.
Cite
Text
Zhang et al. "Binary Code Ranking with Weighted Hamming Distance." Conference on Computer Vision and Pattern Recognition, 2013. doi:10.1109/CVPR.2013.208Markdown
[Zhang et al. "Binary Code Ranking with Weighted Hamming Distance." Conference on Computer Vision and Pattern Recognition, 2013.](https://mlanthology.org/cvpr/2013/zhang2013cvpr-binary/) doi:10.1109/CVPR.2013.208BibTeX
@inproceedings{zhang2013cvpr-binary,
title = {{Binary Code Ranking with Weighted Hamming Distance}},
author = {Zhang, Lei and Zhang, Yongdong and Tang, Jinhu and Lu, Ke and Tian, Qi},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2013},
doi = {10.1109/CVPR.2013.208},
url = {https://mlanthology.org/cvpr/2013/zhang2013cvpr-binary/}
}