paper-with-me

Papers

Simultaneous Feature Learning and Hash Coding with Deep Neural Networks

2015-04-14 · CVPR 2015 6 · Hanjiang Lai, Yan Pan, Ye Liu, Shuicheng Yan

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 branches, each encoded into one hash bit; and 3) a triplet ranking loss designed to characterize that one image is more similar to the second image than to the third one. Extensive evaluations on several benchmark image datasets show that the proposed simultaneous feature learning and hash coding pipeline brings substantial improvements over other state-of-the-art supervised or unsupervised hashing methods.

📄 PDF Abstract BibTeX arXiv:1504.03410

Code (0)

등록된 구현이 없습니다.

Tasks

Image RetrievalQuantizationRetrievalTriplet

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Deep Residual Hashing

2016-12-16 · Sailesh Conjeti, Abhijit Guha Roy, Amin Katouzian, Nassir Navab

Hashing aims at generating highly compact similarity preserving code words which are well suited for large-scale image retrieval tasks. Most existing hashing methods first encode the images as a vector of hand-crafted …

BinarizationImage RetrievalQuantizationRepresentation Learning+1

Simultaneous Region Localization and Hash Coding for Fine-grained Image Retrieval

2019-11-19 · Haien Zeng, Hanjiang Lai, Jian Yin

Fine-grained image hashing is a challenging problem due to the difficulties of discriminative region localization and hash code generation. Most existing deep hashing approaches solve the two tasks independently. While t…

Code GenerationDeep HashingImage RetrievalRetrieval

Deep Ordinal Hashing with Spatial Attention

2018-05-07 · Lu Jin, Xiangbo Shu, Kai Li, Zechao Li 외

Hashing has attracted increasing research attentions in recent years due to its high efficiency of computation and storage in image retrieval. Recent works have demonstrated the superiority of simultaneous feature repres…

Deep HashingImage RetrievalRetrieval

Feature Learning based Deep Supervised Hashing with Pairwise Labels

2015-11-12 · Wu-Jun Li, Sheng Wang, Wang-Cheng Kang

Recent years have witnessed wide application of hashing for large-scale image retrieval. However, most existing hashing methods are based on hand-crafted features which might not be optimally compatible with the hashing …

Deep HashingImage RetrievalRetrievalTriplet

Improved Deep Hashing with Soft Pairwise Similarity for Multi-label Image Retrieval

2018-03-08 · Zheng Zhang, Qin Zou, Yuewei Lin, Long Chen 외

Hash coding has been widely used in the approximate nearest neighbor search for large-scale image retrieval. Recently, many deep hashing methods have been proposed and shown largely improved performance over traditional …

Deep HashingImage RetrievalMulti-Label Image RetrievalRetrieval