paper-with-me

Papers

Efficient Token-Guided Image-Text Retrieval with Consistent Multimodal Contrastive Training

2023-06-15 · Chong Liu, Yuqi Zhang, Hongsong Wang, Weihua Chen, Fan Wang, Yan Huang, Yi-Dong Shen, Liang Wang

Image-text retrieval is a central problem for understanding the semantic relationship between vision and language, and serves as the basis for various visual and language tasks. Most previous works either simply learn coarse-grained representations of the overall image and text, or elaborately establish the correspondence between image regions or pixels and text words. However, the close relations between coarse- and fine-grained representations for each modality are important for image-text retrieval but almost neglected. As a result, such previous works inevitably suffer from low retrieval accuracy or heavy computational cost. In this work, we address image-text retrieval from a novel perspective by combining coarse- and fine-grained representation learning into a unified framework. This framework is consistent with human cognition, as humans simultaneously pay attention to the entire sample and regional elements to understand the semantic content. To this end, a Token-Guided Dual Transformer (TGDT) architecture which consists of two homogeneous branches for image and text modalities, respectively, is proposed for image-text retrieval. The TGDT incorporates both coarse- and fine-grained retrievals into a unified framework and beneficially leverages the advantages of both retrieval approaches. A novel training objective called Consistent Multimodal Contrastive (CMC) loss is proposed accordingly to ensure the intra- and inter-modal semantic consistencies between images and texts in the common embedding space. Equipped with a two-stage inference method based on the mixed global and local cross-modal similarity, the proposed method achieves state-of-the-art retrieval performances with extremely low inference time when compared with representative recent approaches.

📄 PDF Abstract BibTeX arXiv:2306.08789

Code (1)

lcfractal/tgdt pytorch

Tasks

Image-text RetrievalRepresentation LearningRetrievalText Retrieval

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Multi-Vector Index Compression in Any Modality

2026-02-24 · Hanxiang Qin, Alexander Martin, Rohan Jha, Chunsheng Zuo 외 arxiv

We study efficient multi-vector retrieval for late interaction in any modality. Late interaction has emerged as a dominant paradigm for information retrieval in text, images, visual documents, and videos, but its computa…

Information Retrieval

Zero-shot sketch-based remote sensing image retrieval based on multi-level and attention-guided tokenization

2024-02-03 · Bo Yang, Chen Wang, Xiaoshuang Ma, Beiping Song 외

Effectively and efficiently retrieving images from remote sensing databases is a critical challenge in the realm of remote sensing big data. Utilizing hand-drawn sketches as retrieval inputs offers intuitive and user-fri…

Cross-Modal RetrievalImage RetrievalRetrievalZero-Shot Learning

MLLM-Guided VLM Fine-Tuning with Joint Inference for Zero-Shot Composed Image Retrieval

2025-05-26 · Rong-Cheng Tu, Zhao Jin, Jingyi Liao, Xiao Luo 외

Existing Zero-Shot Composed Image Retrieval (ZS-CIR) methods typically train adapters that convert reference images into pseudo-text tokens, which are concatenated with the modifying text and processed by frozen text enc…

Image RetrievalLarge Language ModelMultimodal Large Language ModelRetrieval+2

Align, Adapt and Inject: Sound-guided Unified Image Generation

2023-06-20 · Yue Yang, Kaipeng Zhang, Yuying Ge, Wenqi Shao 외

Text-guided image generation has witnessed unprecedented progress due to the development of diffusion models. Beyond text and image, sound is a vital element within the sphere of human perception, offering vivid represen…

Image GenerationRetrievalText Retrieval

Cross-Resolution Semantic Transfer for Robust Text-to-Image Retrieval in Low-Resolution Surveillance

2026-06-29 · Wenjie Qian, Bin Yang, Xiao Wang, Wenke Huang 외 arxiv

Text-to-image person re-identification (TIPR) retrieves target persons using natural language descriptions. However, existing methods largely overlook resolution variance in real-world surveillance. They characterize cro…

Person Re-IdentificationImage Retrieval