paper-with-me

홈 › Papers

Cross-modal Image Retrieval with Deep Mutual Information Maximization

2021-03-10 · Chunbin Gu, Jiajun Bu, Xixi Zhou, Chengwei Yao, Dongfang Ma, Zhi Yu, Xifeng Yan

In this paper, we study the cross-modal image retrieval, where the inputs contain a source image plus some text that describes certain modifications to this image and the desired image. Prior work usually uses a three-stage strategy to tackle this task: 1) extract the features of the inputs; 2) fuse the feature of the source image and its modified text to obtain fusion feature; 3) learn a similarity metric between the desired image and the source image + modified text by using deep metric learning. Since classical image/text encoders can learn the useful representation and common pair-based loss functions of distance metric learning are enough for cross-modal retrieval, people usually improve retrieval accuracy by designing new fusion networks. However, these methods do not successfully handle the modality gap caused by the inconsistent distribution and representation of the features of different modalities, which greatly influences the feature fusion and similarity learning. To alleviate this problem, we adopt the contrastive self-supervised learning method Deep InforMax (DIM) to our approach to bridge this gap by enhancing the dependence between the text, the image, and their fusion. Specifically, our method narrows the modality gap between the text modality and the image modality by maximizing mutual information between their not exactly semantically identical representation. Moreover, we seek an effective common subspace for the semantically same fusion feature and desired image's feature by utilizing Deep InforMax between the low-level layer of the image encoder and the high-level layer of the fusion network. Extensive experiments on three large-scale benchmark datasets show that we have bridged the modality gap between different modalities and achieve state-of-the-art retrieval performance.

📄 PDF Abstract BibTeX arXiv:2103.06032

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Modal RetrievalImage RetrievalMetric LearningRetrievalSelf-Supervised Learning

Similar Papers 제목 키워드 기반

A Novel Self-Supervised Cross-Modal Image Retrieval Method In Remote Sensing

2022-02-23 · Gencer Sumbul, Markus Müller, Begüm Demir

Due to the availability of multi-modal remote sensing (RS) image archives, one of the most important research topics is the development of cross-modal RS image retrieval (CM-RSIR) methods that search semantically similar…

Image RetrievalRetrieval

Variational Autoencoder with CCA for Audio-Visual Cross-Modal Retrieval

2021-12-05 · Jiwei Zhang, Yi Yu, Suhua Tang, Jianming Wu 외

Cross-modal retrieval is to utilize one modality as a query to retrieve data from another modality, which has become a popular topic in information retrieval, machine learning, and database. How to effectively measure th…

Cross-Modal RetrievalInformation RetrievalRetrieval

Distributional Vision-Language Alignment by Cauchy-Schwarz Divergence

2025-02-24 · Wenzhe Yin, Zehao Xiao, Pan Zhou, Shujian Yu 외

Multimodal alignment is crucial for various downstream tasks such as cross-modal generation and retrieval. Previous multimodal approaches like CLIP utilize InfoNCE to maximize mutual information, primarily aligning pairw…

Image GenerationRetrievalText to Image GenerationText-to-Image Generation

Multi-Modal Mutual Information Maximization: A Novel Approach for Unsupervised Deep Cross-Modal Hashing

2021-12-13 · Tuan Hoang, Thanh-Toan Do, Tam V. Nguyen, Ngai-Man Cheung

In this paper, we adopt the maximizing mutual information (MI) approach to tackle the problem of unsupervised learning of binary hash codes for efficient cross-modal retrieval. We proposed a novel method, dubbed Cross-Mo…

Cross-Modal RetrievalRetrieval

BayesRAG: Probabilistic Mutual Evidence Corroboration for Multimodal Retrieval-Augmented Generation

2026-01-12 · Xuan Li, Yining Wang, Haocai Luo, Shengping Liu 외 arxiv

Retrieval-Augmented Generation (RAG) has become a pivotal paradigm for Large Language Models (LLMs), yet current approaches struggle with visually rich documents by treating text and images as isolated retrieval targets.…

Bayesian Inference