paper-with-me

Papers

Contrastive Quantization with Code Memory for Unsupervised Image Retrieval

2021-09-11 · Jinpeng Wang, Ziyun Zeng, Bin Chen, Tao Dai, Shu-Tao Xia

The high efficiency in computation and storage makes hashing (including binary hashing and quantization) a common strategy in large-scale retrieval systems. To alleviate the reliance on expensive annotations, unsupervised deep hashing becomes an important research problem. This paper provides a novel solution to unsupervised deep quantization, namely Contrastive Quantization with Code Memory (MeCoQ). Different from existing reconstruction-based strategies, we learn unsupervised binary descriptors by contrastive learning, which can better capture discriminative visual semantics. Besides, we uncover that codeword diversity regularization is critical to prevent contrastive learning-based quantization from model degeneration. Moreover, we introduce a novel quantization code memory module that boosts contrastive learning with lower feature drift than conventional feature memories. Extensive experiments on benchmark datasets show that MeCoQ outperforms state-of-the-art methods. Code and configurations are publicly available at https://github.com/gimpong/AAAI22-MeCoQ.

📄 PDF Abstract BibTeX arXiv:2109.05205

Code (1)

gimpong/AAAI22-MeCoQ 공식 구현 pytorch

Tasks

Contrastive LearningDeep HashingDiversityImage RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Self-Supervised Consistent Quantization for Fully Unsupervised Image Retrieval

2022-06-20 · Guile Wu, Chao Zhang, Stephan Liwicki

Unsupervised image retrieval aims to learn an efficient retrieval system without expensive data annotations, but most existing methods rely heavily on handcrafted feature descriptors or pre-trained feature extractors. To…

Contrastive LearningImage RetrievalQuantizationRetrieval

Transformer-based Clipped Contrastive Quantization Learning for Unsupervised Image Retrieval

2024-01-27 · Ayush Dubey, Shiv Ram Dubey, Satish Kumar Singh, Wei-Ta Chu

Unsupervised image retrieval aims to learn the important visual characteristics without any given level to retrieve the similar images for a given query image. The Convolutional Neural Network (CNN)-based approaches have…

Contrastive LearningImage RetrievalQuantizationRetrieval

Contrastive Quant: Quantization Makes Stronger Contrastive Learning

2021-09-29 · Yonggan Fu, Qixuan Yu, Meng Li, Xu Ouyang 외

Contrastive learning, which learns visual representations by enforcing feature consistency under different augmented views, has emerged as one of the most effective unsupervised learning methods. In this work, we explore…

Contrastive LearningQuantization

HiHPQ: Hierarchical Hyperbolic Product Quantization for Unsupervised Image Retrieval

2024-01-14 · Zexuan Qiu, Jiahong Liu, Yankai Chen, Irwin King

Existing unsupervised deep product quantization methods primarily aim for the increased similarity between different views of the identical image, whereas the delicate multi-level semantic similarities preserved between …

Contrastive LearningImage RetrievalQuantizationRetrieval+2

Self-supervised Product Quantization for Deep Unsupervised Image Retrieval

2021-09-06 · ICCV 2021 10 · Young Kyun Jang, Nam Ik Cho

Supervised deep learning-based hash and vector quantization are enabling fast and large-scale image retrieval systems. By fully exploiting label annotations, they are achieving outstanding retrieval performances compared…

Contrastive LearningDescriptiveImage RetrievalQuantization+1