On the Evaluation Metric for Hashing

05/27/2019
by   Qing-Yuan Jiang, et al.
0

Due to its low storage cost and fast query speed, hashing has been widely used for large-scale approximate nearest neighbor (ANN) search. Bucket search, also called hash lookup, can achieve fast query speed with a sub-linear time cost based on the inverted index table constructed from hash codes. Many metrics have been adopted to evaluate hashing algorithms. However, all existing metrics are improper to evaluate the hash codes for bucket search. On one hand, all existing metrics ignore the retrieval time cost which is an important factor reflecting the performance of search. On the other hand, some of them, such as mean average precision (MAP), suffer from the uncertainty problem as the ranked list is based on integer-valued Hamming distance, and are insensitive to Hamming radius as these metrics only depend on relative Hamming distance. Other metrics, such as precision at Hamming radius R, fail to evaluate global performance as these metrics only depend on one specific Hamming radius. In this paper, we first point out the problems of existing metrics which have been ignored by the hashing community, and then propose a novel evaluation metric called radius aware mean average precision (RAMAP) to evaluate hash codes for bucket search. Furthermore, two coding strategies are also proposed to qualitatively show the problems of existing metrics. Experiments demonstrate that our proposed RAMAP can provide more proper evaluation than existing metrics.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
08/04/2020

Multiple Code Hashing for Efficient Image Retrieval

Due to its low storage cost and fast query speed, hashing has been widel...
research
05/08/2023

ElasticHash: Semantic Image Similarity Search by Deep Hashing with Elasticsearch

We present ElasticHash, a novel approach for high-quality, efficient, an...
research
11/24/2018

Mean Local Group Average Precision (mLGAP): A New Performance Metric for Hashing-based Retrieval

The research on hashing techniques for visual data is gaining increased ...
research
03/16/2021

Ternary Hashing

This paper proposes a novel ternary hash encoding for learning to hash m...
research
06/30/2019

Adversarially Trained Deep Neural Semantic Hashing Scheme for Subjective Search in Fashion Inventory

The simple approach of retrieving a closest match of a query image from ...
research
06/06/2022

Hashing Learning with Hyper-Class Representation

Existing unsupervised hash learning is a kind of attribute-centered calc...
research
12/22/2016

A Revisit of Hashing Algorithms for Approximate Nearest Neighbor Search

Approximate Nearest Neighbor (ANN) search is a fundamental problem in ma...

Please sign up or login with your details

Forgot password? Click here to reset