paper-with-me

Papers

Asymmetric Deep Supervised Hashing

2017-07-26 · Qing-Yuan Jiang, Wu-Jun Li

Hashing has been widely used for large-scale approximate nearest neighbor search because of its storage and search efficiency. Recent work has found that deep supervised hashing can significantly outperform non-deep supervised hashing in many applications. However, most existing deep supervised hashing methods adopt a symmetric strategy to learn one deep hash function for both query points and database (retrieval) points. The training of these symmetric deep supervised hashing methods is typically time-consuming, which makes them hard to effectively utilize the supervised information for cases with large-scale database. In this paper, we propose a novel deep supervised hashing method, called asymmetric deep supervised hashing (ADSH), for large-scale nearest neighbor search. ADSH treats the query points and database points in an asymmetric way. More specifically, ADSH learns a deep hash function only for query points, while the hash codes for database points are directly learned. The training of ADSH is much more efficient than that of traditional symmetric deep supervised hashing methods. Experiments show that ADSH can achieve state-of-the-art performance in real applications.

📄 PDF Abstract BibTeX arXiv:1707.08325

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

An Asymmetric Augmented Self-Supervised Learning Method for Unsupervised Fine-Grained Image Hashing

2024-01-01 · CVPR 2024 1 · Feiran Hu, Chenlin Zhang, Jiangliang Guo, Xiu-Shen Wei 외

Unsupervised fine-grained image hashing aims to learn compact binary hash codes in unsupervised settings addressing challenges posed by large-scale datasets and dependence on supervision. In this paper we first ident…

Contrastive LearningSelf-Supervised Learning

Asymmetric Transfer Hashing with Adaptive Bipartite Graph Learning

2022-06-25 · Jianglin Lu, Jie zhou, Yudong Chen, Witold Pedrycz 외

Thanks to the efficient retrieval speed and low storage consumption, learning to hash has been widely used in visual retrieval tasks. However, existing hashing methods assume that the query and retrieval samples lie in h…

Graph LearningRetrievalTransfer Learning

Dual Asymmetric Deep Hashing Learning

2018-01-25 · Jinxing Li, Bob Zhang, Guangming Lu, David Zhang

Due to the impressive learning power, deep learning has achieved a remarkable performance in supervised hash function learning. In this paper, we propose a novel asymmetric supervised deep hashing method to preserve the …

Deep HashingRetrieval

Adaptive Structural Similarity Preserving for Unsupervised Cross Modal Hashing

2022-07-09 · Liang Li, Baihua Zheng, Weiwei Sun

Cross-modal hashing is an important approach for multimodal data management and application. Existing unsupervised cross-modal hashing algorithms mainly rely on data features in pre-trained models to mine their similarit…

ManagementRepresentation Learning

Self-supervised asymmetric deep hashing with margin-scalable constraint

2020-12-07 · Zhengyang Yu, Song Wu, Zhihao Dou, Erwin M. Bakker

Due to its effectivity and efficiency, deep hashing approaches are widely used for large-scale visual search. However, it is still challenging to produce compact and discriminative hash codes for images associated with m…

Code GenerationDeep HashingImage Retrieval