Complementary Projection Hashing
Abstract
Recently, hashing techniques have been widely applied to solve the approximate nearest neighbors search problem in many vision applications. Generally, these hashing approaches generate 2 c buckets, where c is the length of the hash code. A good hashing method should satisfy the following two requirements: 1) mapping the nearby data points into the same bucket or nearby (measured by the Hamming distance) buckets. 2) all the data points are evenly distributed among all the buckets. In this paper, we propose a novel algorithm named Complementary Projection Hashing (CPH) to find the optimal hashing functions which explicitly considers the above two requirements. Specifically, CPH aims at sequentially finding a series of hyperplanes (hashing functions) which cross the sparse region of the data. At the same time, the data points are evenly distributed in the hypercubes generated by these hyperplanes. The experiments comparing with the state-of-the-art hashing methods demonstrate the effectiveness of the proposed method.
Cite
Text
Jin et al. "Complementary Projection Hashing." International Conference on Computer Vision, 2013. doi:10.1109/ICCV.2013.39Markdown
[Jin et al. "Complementary Projection Hashing." International Conference on Computer Vision, 2013.](https://mlanthology.org/iccv/2013/jin2013iccv-complementary/) doi:10.1109/ICCV.2013.39BibTeX
@inproceedings{jin2013iccv-complementary,
title = {{Complementary Projection Hashing}},
author = {Jin, Zhongming and Hu, Yao and Lin, Yue and Zhang, Debing and Lin, Shiding and Cai, Deng and Li, Xuelong},
booktitle = {International Conference on Computer Vision},
year = {2013},
doi = {10.1109/ICCV.2013.39},
url = {https://mlanthology.org/iccv/2013/jin2013iccv-complementary/}
}