CVLGIVJun 10, 2020

A survey on deep hashing for image retrieval

arXiv:2006.05627v13 citations
Originality Synthesis-oriented
AI Analysis

It addresses the problem of efficient large-scale image retrieval for database systems, but the proposed method is incremental.

This paper surveys deep supervised hashing methods for image retrieval and proposes a Shadow Recurrent Hashing (SRH) method to address bottlenecks in existing approaches, achieving satisfying performance on the CIFAR-10 dataset.

Hashing has been widely used in approximate nearest search for large-scale database retrieval for its computation and storage efficiency. Deep hashing, which devises convolutional neural network architecture to exploit and extract the semantic information or feature of images, has received increasing attention recently. In this survey, several deep supervised hashing methods for image retrieval are evaluated and I conclude three main different directions for deep supervised hashing methods. Several comments are made at the end. Moreover, to break through the bottleneck of the existing hashing methods, I propose a Shadow Recurrent Hashing(SRH) method as a try. Specifically, I devise a CNN architecture to extract the semantic features of images and design a loss function to encourage similar images projected close. To this end, I propose a concept: shadow of the CNN output. During optimization process, the CNN output and its shadow are guiding each other so as to achieve the optimal solution as much as possible. Several experiments on dataset CIFAR-10 show the satisfying performance of SRH.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes