paper-with-me

홈 › Papers

WaldHash: sequential similarity-preserving hashing

2010-05-20 · CIS 2010 5 · Alexander M. Bronstein, Michael M. Bronstein, Leonidas J. Guibas, and Maks Ovsjanikov

Similarity-sensitive hashing seeks compact representation of vector data as binary codes, so that the Hamming distance between code words approximates the original similarity. In this paper, we show that using codes of flxed length is inherently ine‐cient as the similarity can often be approximated well using just a few bits. We formulate a sequential embedding problem and approach similarity computation as a sequential decision strategy. We show the relation of the optimal strategy that minimizes the average decision time to Wald’s sequential probability ratio test. Numerical experiments demonstrate that the proposed approach outperforms embedding into the Hamming space of flxed dimension in terms of the average decision time, while having similar accuracy.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

K-Means Hashing: An Affinity-Preserving Quantization Method for Learning Binary Compact Codes

2013-06-01 · CVPR 2013 6 · Kaiming He, Fang Wen, Jian Sun

In computer vision there has been increasing interest in learning hashing codes whose Hamming distance approximates the data similarity. The hashing functions play roles in both quantizing the vector space and generating…

ClusteringQuantization

Deep Residual Hashing

2016-12-16 · Sailesh Conjeti, Abhijit Guha Roy, Amin Katouzian, Nassir Navab

Hashing aims at generating highly compact similarity preserving code words which are well suited for large-scale image retrieval tasks. Most existing hashing methods first encode the images as a vector of hand-crafted …

BinarizationImage RetrievalQuantizationRepresentation Learning+1

Adaptive Object Retrieval with Kernel Reconstructive Hashing

2014-06-01 · CVPR 2014 6 · Haichuan Yang, Xiao Bai, Jun Zhou, Peng Ren 외

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 …

ObjectRetrievalvalid

Sparse similarity-preserving hashing

2013-12-19 · Jonathan Masci, Alex M. Bronstein, Michael M. Bronstein, Pablo Sprechmann 외

In recent years, a lot of attention has been devoted to efficient nearest neighbor search by means of similarity-preserving hashing. One of the plights of existing hashing techniques is the intrinsic trade-off between pe…

Ranking Preserving Hashing for Fast Similarity Search

2015-06-27 · AAAI 2015 6 · Qifan Wang, Zhiwei Zhang, Luo Si

Hashing method becomes popular for large scale similarity search due to its storage and computational efficiency. Many machine learning techniques, ranging from unsupervised to supervised, have been proposed to design co…

Computational Efficiency