paper-with-me

Papers

Binary Code Ranking with Weighted Hamming Distance

2013-06-01 · CVPR 2013 6 · Lei Zhang, Yongdong Zhang, Jinhu Tang, Ke Lu, Qi Tian

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fast Search on Binary Codes by Weighted Hamming Distance

2020-09-18 · Zhenyu Weng, Yuesheng Zhu, Ruixin Liu

Weighted Hamming distance, as a similarity measure between binary codes and binary queries, provides superior accuracy in search tasks than Hamming distance. However, how to efficiently and accurately find $K$ binary cod…

Efficient Querying from Weighted Binary Codes

2019-11-21 · Zhenyu Weng, Yuesheng Zhu

Binary codes are widely used to represent the data due to their small storage and efficient computation. However, there exists an ambiguity problem that lots of binary codes share the same Hamming distance to a query. To…

Learning to Rank Binary Codes

2014-10-21 · Jie Feng, Wei Liu, Yan Wang

Binary codes have been widely used in vision problems as a compact feature representation to achieve both space and time advantages. Various methods have been proposed to learn data-dependent hash functions which map a f…

BinarizationImage RetrievalLearning-To-RankRetrieval

Query-adaptive Image Retrieval by Deep Weighted Hashing

2016-12-08 · Jian Zhang, Yuxin Peng

Hashing methods have attracted much attention for large scale image retrieval. Some deep hashing methods have achieved promising results by taking advantage of the strong representation power of deep networks recently. H…

Deep HashingImage RetrievalRetrieval

Top Rank Supervised Binary Coding for Visual Search

2015-12-01 · ICCV 2015 12 · Dongjin Song, Wei Liu, Rongrong Ji, David A. Meyer 외

In recent years, binary coding techniques are becoming increasingly popular because of their high efficiency in handling large-scale computer vision applications. It has been demonstrated that supervised binary coding te…

Image Retrieval