paper-with-me

Papers

Multiple Code Hashing for Efficient Image Retrieval

2020-08-04 · Ming-Wei Li, Qing-Yuan Jiang, Wu-Jun Li

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 framework, called multiple code hashing (MCH), to improve the performance of hash bucket search. The main idea of MCH is to learn multiple hash codes for each image, with each code representing a different region of the image. Furthermore, we propose a deep reinforcement learning algorithm to learn the parameters in MCH. To the best of our knowledge, this is the first work that proposes to learn multiple hash codes for each image in image retrieval. Experiments demonstrate that MCH can achieve a significant improvement in hash bucket search, compared with existing methods that learn only one hash code for each image.

📄 PDF Abstract BibTeX arXiv:2008.01503

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningImage RetrievalRetrieval

Similar Papers 제목 키워드 기반

Instance-Aware Hashing for Multi-Label Image Retrieval

2016-03-10 · Hanjiang Lai, Pan Yan, Xiangbo Shu, Yunchao Wei 외

Similarity-preserving hashing is a commonly used method for nearest neighbour search in large-scale image retrieval. For image retrieval, deep-networks-based hashing methods are appealing since they can simultaneously le…

Image RetrievalMulti-Label Image RetrievalRetrieval

Learning Decorrelated Hashing Codes for Multimodal Retrieval

2018-03-02 · Dayong Tian

In social networks, heterogeneous multimedia data correlate to each other, such as videos and their corresponding tags in YouTube and image-text pairs in Facebook. Nearest neighbor retrieval across multiple modalities on…

Retrieval

PDH : Probabilistic deep hashing based on MAP estimation of Hamming distance

2019-05-21 · Yosuke Kaga, Masakazu Fujio, Kenta Takahashi, Tetsushi Ohki 외

With the growth of image on the web, research on hashing which enables high-speed image retrieval has been actively studied. In recent years, various hashing methods based on deep neural networks have been proposed and a…

Deep HashingImage RetrievalRetrieval

Metric-Learning based Deep Hashing Network for Content Based Retrieval of Remote Sensing Images

2019-04-02 · Subhankar Roy, Enver Sangineto, Begüm Demir, Nicu Sebe

Hashing methods have been recently found very effective in retrieval of remote sensing (RS) images due to their computational efficiency and fast search speed. The traditional hashing methods in RS usually exploit hand-c…

Computational EfficiencyDeep HashingMetric LearningRetrieval

Unsupervised Triplet Hashing for Fast Image Retrieval

2017-02-28 · Shanshan Huang, Yichao Xiong, Ya zhang, Jia Wang

Hashing has played a pivotal role in large-scale image retrieval. With the development of Convolutional Neural Network (CNN), hashing learning has shown great promise. But existing methods are mostly tuned for classifica…

Image RetrievalQuantizationRetrievalTriplet