Multiple Code Hashing for Efficient Image Retrieval
Ming-Wei Li, Qing-Yuan Jiang, Wu-Jun Li

TL;DR
This paper introduces Multiple Code Hashing (MCH), a novel approach that learns multiple hash codes per image using deep reinforcement learning, significantly enhancing hash bucket search efficiency and retrieval performance in large-scale image retrieval tasks.
Contribution
It proposes the first method to learn multiple hash codes per image, improving retrieval accuracy and efficiency in complex scenarios compared to traditional single-code hashing methods.
Findings
MCH outperforms existing hashing methods in retrieval accuracy.
MCH significantly reduces the number of hash buckets visited during search.
Deep reinforcement learning effectively learns multiple hash codes for each image.
Abstract
Due to its low storage cost and fast query speed, hashing has been widely used in large-scale image retrieval tasks. Hash bucket search returns data points within a given Hamming radius to each query, which can enable search at a constant or sub-linear time cost. However, existing hashing methods cannot achieve satisfactory retrieval performance for hash bucket search in complex scenarios, since they learn only one hash code for each image. More specifically, by using one hash code to represent one image, existing methods might fail to put similar image pairs to the buckets with a small Hamming distance to the query when the semantic information of images is complex. As a result, a large number of hash buckets need to be visited for retrieving similar images, based on the learned codes. This will deteriorate the efficiency of hash bucket search. In this paper, we propose a novel hashing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Video Surveillance and Tracking Methods · Image Retrieval and Classification Techniques
