paper-with-me

Papers

Weakly Supervised Deep Hyperspherical Quantization for Image Retrieval

2024-04-07 · Proceedings of the AAAI Conference on Artificial Intelligence 2021 5 · Jinpeng Wang, Bin Chen, Qiang Zhang, Zaiqiao Meng, Shangsong Liang, Shu-Tao Xia

Deep quantization methods have shown high efficiency on large-scale image retrieval. However, current models heavily rely on ground-truth information, hindering the application of quantization in label-hungry scenarios. A more realistic demand is to learn from inexhaustible uploaded images that are associated with informal tags provided by amateur users. Though such sketchy tags do not obviously reveal the labels, they actually contain useful semantic information for supervising deep quantization. To this end, we propose Weakly-Supervised Deep Hyperspherical Quantization (WSDHQ), which is the first work to learn deep quantization from weakly tagged images. Specifically, 1) we use word embeddings to represent the tags and enhance their semantic information based on a tag correlation graph. 2) To better preserve semantic information in quantization codes and reduce quantization error, we jointly learn semantics-preserving embeddings and supervised quantizer on hypersphere by employing a well-designed fusion layer and tailor-made loss functions. Extensive experiments show that WSDHQ can achieve state-of-art performance on weakly-supervised compact coding. Code is available at https://github.com/gimpong/AAAI21-WSDHQ.

📄 PDF Abstract BibTeX arXiv:2404.04998

Code (1)

gimpong/AAAI21-WSDHQ 공식 구현 tf

Tasks

Image RetrievalQuantizationRetrievalTAGWord Embeddings

Similar Papers 제목 키워드 기반

Hyperspherical Quantization: Toward Smaller and More Accurate Models

2022-12-24 · Dan Liu, Xi Chen, Chen Ma, Xue Liu

Model quantization enables the deployment of deep neural networks under resource-constrained devices. Vector quantization aims at reducing the model size by indexing model weights with full-precision embeddings, i.e., co…

Quantization

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

Hyperspherical Consistency Regularization

2022-06-02 · CVPR 2022 1 · Cheng Tan, Zhangyang Gao, Lirong Wu, Siyuan Li 외

Recent advances in contrastive learning have enlightened diverse applications across various semi-supervised fields. Jointly training supervised learning and unsupervised learning with a shared feature encoder becomes a …

Contrastive LearningSelf-Supervised LearningWeakly-supervised Learning

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

Generalized Product Quantization Network for Semi-supervised Image Retrieval

2020-02-26 · CVPR 2020 6 · Young Kyun Jang, Nam Ik Cho

Image retrieval methods that employ hashing or vector quantization have achieved great success by taking advantage of deep learning. However, these approaches do not meet expectations unless expensive label information i…

Image RetrievalMetric LearningQuantizationRetrieval+3