English

Pairwise Rotation Hashing for High-dimensional Features

Computer Vision and Pattern Recognition 2015-01-30 v1 Machine Learning

Abstract

Binary Hashing is widely used for effective approximate nearest neighbors search. Even though various binary hashing methods have been proposed, very few methods are feasible for extremely high-dimensional features often used in visual tasks today. We propose a novel highly sparse linear hashing method based on pairwise rotations. The encoding cost of the proposed algorithm is O(nlogn)\mathrm{O}(n \log n) for n-dimensional features, whereas that of the existing state-of-the-art method is typically O(n2)\mathrm{O}(n^2). The proposed method is also remarkably faster in the learning phase. Along with the efficiency, the retrieval accuracy is comparable to or slightly outperforming the state-of-the-art. Pairwise rotations used in our method are formulated from an analytical study of the trade-off relationship between quantization error and entropy of binary codes. Although these hashing criteria are widely used in previous researches, its analytical behavior is rarely studied. All building blocks of our algorithm are based on the analytical solution, and it thus provides a fairly simple and efficient procedure.

Keywords

Cite

@article{arxiv.1501.07422,
  title  = {Pairwise Rotation Hashing for High-dimensional Features},
  author = {Kohta Ishikawa and Ikuro Sato and Mitsuru Ambai},
  journal= {arXiv preprint arXiv:1501.07422},
  year   = {2015}
}

Comments

16 pages, 8 figures, wrote at Mar 2014

R2 v1 2026-06-22T08:15:41.710Z