paper-with-me

홈 › Papers

Unsupervised Hashing with Semantic Concept Mining

2022-09-23 · Rong-Cheng Tu, Xian-Ling Mao, Kevin Qinghong Lin, Chengfei Cai, Weize Qin, Hongfa Wang, Wei Wei, Heyan Huang

Recently, to improve the unsupervised image retrieval performance, plenty of unsupervised hashing methods have been proposed by designing a semantic similarity matrix, which is based on the similarities between image features extracted by a pre-trained CNN model. However, most of these methods tend to ignore high-level abstract semantic concepts contained in images. Intuitively, concepts play an important role in calculating the similarity among images. In real-world scenarios, each image is associated with some concepts, and the similarity between two images will be larger if they share more identical concepts. Inspired by the above intuition, in this work, we propose a novel Unsupervised Hashing with Semantic Concept Mining, called UHSCM, which leverages a VLP model to construct a high-quality similarity matrix. Specifically, a set of randomly chosen concepts is first collected. Then, by employing a vision-language pretraining (VLP) model with the prompt engineering which has shown strong power in visual representation learning, the set of concepts is denoised according to the training images. Next, the proposed method UHSCM applies the VLP model with prompting again to mine the concept distribution of each image and construct a high-quality semantic similarity matrix based on the mined concept distributions. Finally, with the semantic similarity matrix as guiding information, a novel hashing loss with a modified contrastive loss based regularization item is proposed to optimize the hashing network. Extensive experiments on three benchmark datasets show that the proposed method outperforms the state-of-the-art baselines in the image retrieval task.

📄 PDF Abstract BibTeX arXiv:2209.11475

Code (1)

rongchengtu1/uhscm 공식 구현 pytorch

Tasks

Image RetrievalPrompt EngineeringRepresentation LearningRetrievalSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

Object Detection based Deep Unsupervised Hashing

2018-11-24 · Rong-Cheng Tu, Xian-Ling Mao, Bo-Si Feng, Bing-Bing Bian 외

Recently, similarity-preserving hashing methods have been extensively studied for large-scale image retrieval. Compared with unsupervised hashing, supervised hashing methods for labeled data have usually better performan…

Image RetrievalNovel Object DetectionObjectobject-detection+2

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

A Survey on Deep Hashing Methods

2020-03-04 · Xiao Luo, Haixin Wang, Daqing Wu, Chong Chen 외

Nearest neighbor search aims to obtain the samples in the database with the smallest distances from them to the queries, which is a basic task in a range of fields, including computer vision and data mining. Hashing is o…

Deep HashingDomain AdaptationPseudo LabelQuantization+3

Weighted Contrastive Hashing

2022-09-28 · Jiaguo Yu, Huming Qiu, Dubing Chen, Haofeng Zhang

The development of unsupervised hashing is advanced by the recent popular contrastive learning paradigm. However, previous contrastive learning-based works have been hampered by (1) insufficient data similarity mining ba…

Contrastive LearningData AugmentationRetrieval

Unsupervised Semantic Deep Hashing

2018-03-19 · Sheng Jin

In recent years, deep hashing methods have been proved to be efficient since it employs convolutional neural network to learn features and hashing codes simultaneously. However, these methods are mostly supervised. In re…

Deep HashingImage RetrievalQuantizationRetrieval