paper-with-me

홈 › Papers

Deep Cauchy Hashing for Hamming Space Retrieval

2018-06-01 · CVPR 2018 6 · Yue Cao, Mingsheng Long, Bin Liu, Jian-Min Wang

Due to its computation efficiency and retrieval quality, hashing has been widely applied to approximate nearest neighbor search for large-scale image retrieval, while deep hashing further improves the retrieval quality by end-to-end representation learning and hash coding. With compact hash codes, Hamming space retrieval enables the most efficient constant-time search that returns data points within a given Hamming radius to each query, by hash table lookups instead of linear scan. However, subject to the weak capability of concentrating relevant images to be within a small Hamming ball due to mis-specified loss functions, existing deep hashing methods may underperform for Hamming space retrieval. This work presents Deep Cauchy Hashing (DCH), a novel deep hashing model that generates compact and concentrated binary hash codes to enable efficient and effective Hamming space retrieval. The main idea is to design a pairwise cross-entropy loss based on Cauchy distribution, which penalizes significantly on similar image pairs with Hamming distance larger than the given Hamming radius threshold. Comprehensive experiments demonstrate that DCH can generate highly concentrated hash codes and yield state-of-the-art Hamming space retrieval performance on three datasets, NUS-WIDE, CIFAR-10, and MS-COCO.

📄 PDF Abstract BibTeX

Code (1)

thulab/DeepHash tf

Tasks

Deep HashingImage RetrievalRepresentation LearningRetrieval

Similar Papers 제목 키워드 기반

Adversarially Trained Deep Neural Semantic Hashing Scheme for Subjective Search in Fashion Inventory

2019-06-30 · Saket Singh, Debdoot Sheet, Mithun Dasgupta

The simple approach of retrieving a closest match of a query image from one in the gallery, compares an image pair using sum of absolute difference in pixel or feature space. The process is computationally expensive, ill…

Retrieval

Cross-Modal Hamming Hashing

2018-09-01 · ECCV 2018 9 · Yue Cao , Bin Liu, Mingsheng Long, Jian-Min Wang

Cross-modal hashing enables similarity retrieval across different content modalities, such as searching relevant images in response to text queries. It provides with the advantages of computation efficiency and retrieval…

Cross-Modal RetrievalRetrieval

Transfer Adversarial Hashing for Hamming Space Retrieval

2017-12-13 · Zhangjie Cao, Mingsheng Long, Chao Huang, Jian-Min Wang

Hashing is widely applied to large-scale image retrieval due to the storage and retrieval efficiency. Existing work on deep hashing assumes that the database in the target domain is identically distributed with the train…

Deep HashingImage RetrievalRetrieval

Maximum-Margin Hamming Hashing

2019-10-01 · ICCV 2019 10 · Rong Kang, Yue Cao, Mingsheng Long, Jianmin Wang 외

Deep hashing enables computation and memory efficient image search through end-to-end learning of feature representations and binary codes. While linear scan over binary hash codes is more efficient than over the high-di…

Deep HashingImage RetrievalRetrieval

Error-Corrected Margin-Based Deep Cross-Modal Hashing for Facial Image Retrieval

2020-04-03 · Fariborz Taherkhani, Veeru Talreja, Matthew C. Valenti, Nasser M. Nasrabadi

Cross-modal hashing facilitates mapping of heterogeneous multimedia data into a common Hamming space, which can beutilized for fast and flexible retrieval across different modalities. In this paper, we propose a novel cr…

AttributeDecoderFace Image RetrievalImage Retrieval+1