Adaptive Object Retrieval with Kernel Reconstructive Hashing

Abstract

Hashing is very useful for fast approximate similarity search on large database. In the unsupervised settings, most hashing methods aim at preserving the similarity defined by Euclidean distance. Hash codes generated by these approaches only keep their Hamming distance corresponding to the pairwise Euclidean distance, ignoring the local distribution of each data point. This objective does not hold for k-nearest neighbors search. In this paper, we firstly propose a new adaptive similarity measure which is consistent with k-NN search, and prove that it leads to a valid kernel. Then we propose a hashing scheme which uses binary codes to preserve the kernel function. Using low-rank approximation, our hashing framework is more effective than existing methods that preserve similarity over arbitrary kernel. The proposed kernel function, hashing framework, and their combination have demonstrated significant advantages compared with several state-of-the-art methods.

Cite

Text

Yang et al. "Adaptive Object Retrieval with Kernel Reconstructive Hashing." Conference on Computer Vision and Pattern Recognition, 2014. doi:10.1109/CVPR.2014.251

Markdown

[Yang et al. "Adaptive Object Retrieval with Kernel Reconstructive Hashing." Conference on Computer Vision and Pattern Recognition, 2014.](https://mlanthology.org/cvpr/2014/yang2014cvpr-adaptive/) doi:10.1109/CVPR.2014.251

BibTeX

@inproceedings{yang2014cvpr-adaptive,
  title     = {{Adaptive Object Retrieval with Kernel Reconstructive Hashing}},
  author    = {Yang, Haichuan and Bai, Xiao and Zhou, Jun and Ren, Peng and Zhang, Zhihong and Cheng, Jian},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2014},
  doi       = {10.1109/CVPR.2014.251},
  url       = {https://mlanthology.org/cvpr/2014/yang2014cvpr-adaptive/}
}