Simultaneous Feature Learning and Hash Coding with Deep Neural Networks
Hanjiang Lai, Yan Pan, Ye Liu, Shuicheng Yan

TL;DR
This paper introduces a deep neural network architecture that jointly learns image features and binary hash codes for improved large-scale image retrieval, outperforming existing methods.
Contribution
It presents a novel deep supervised hashing framework with a specialized architecture and triplet loss, enabling simultaneous feature learning and hash coding.
Findings
Significant accuracy improvements over state-of-the-art hashing methods.
Effective end-to-end deep learning pipeline for image hashing.
Robust performance across multiple benchmark datasets.
Abstract
Similarity-preserving hashing is a widely-used method for nearest neighbour search in large-scale image retrieval tasks. For most existing hashing methods, an image is first encoded as a vector of hand-engineering visual features, followed by another separate projection or quantization step that generates binary codes. However, such visual feature vectors may not be optimally compatible with the coding process, thus producing sub-optimal hashing codes. In this paper, we propose a deep architecture for supervised hashing, in which images are mapped into binary codes via carefully designed deep neural networks. The pipeline of the proposed deep architecture consists of three building blocks: 1) a sub-network with a stack of convolution layers to produce the effective intermediate image features; 2) a divide-and-encode module to divide the intermediate image features into multiple…
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
MethodsConvolution
