paper-with-me

홈 › Papers

Generative Cross-Modal Retrieval: Memorizing Images in Multimodal Language Models for Retrieval and Beyond

2024-02-16 · Yongqi Li, Wenjie Wang, Leigang Qu, Liqiang Nie, Wenjie Li, Tat-Seng Chua

The recent advancements in generative language models have demonstrated their ability to memorize knowledge from documents and recall knowledge to respond to user queries effectively. Building upon this capability, we propose to enable multimodal large language models (MLLMs) to memorize and recall images within their parameters. Given a user query for visual content, the MLLM is anticipated to "recall" the relevant image from its parameters as the response. Achieving this target presents notable challenges, including inbuilt visual memory and visual recall schemes within MLLMs. To address these challenges, we introduce a generative cross-modal retrieval framework, which assigns unique identifier strings to represent images and involves two training steps: learning to memorize and learning to retrieve. The first step focuses on training the MLLM to memorize the association between images and their respective identifiers. The latter step teaches the MLLM to generate the corresponding identifier of the target image, given the textual query input. By memorizing images in MLLMs, we introduce a new paradigm to cross-modal retrieval, distinct from previous discriminative approaches. The experiments demonstrate that the generative paradigm performs effectively and efficiently even with large-scale image candidate sets.

📄 PDF Abstract BibTeX arXiv:2402.10805

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Modal RetrievalRetrieval

Similar Papers 제목 키워드 기반

Generative Dense Retrieval: Memory Can Be a Burden

2024-01-19 · Peiwen Yuan, Xinglin Wang, Shaoxiong Feng, Boyuan Pan 외

Generative Retrieval (GR), autoregressively decoding relevant document identifiers given a query, has been shown to perform well under the setting of small-scale corpora. By memorizing the document corpus with model para…

Retrieval

Look, Imagine and Match: Improving Textual-Visual Cross-Modal Retrieval with Generative Models

2017-11-17 · CVPR 2018 6 · Jiuxiang Gu, Jianfei Cai, Shafiq Joty, Li Niu 외

Textual-visual cross-modal retrieval has been a hot research topic in both computer vision and natural language processing communities. Learning appropriate representations for multi-modal data is crucial for the cross-m…

Cross-Modal RetrievalImage-text RetrievalRetrievalText Retrieval

R2GAN: Cross-Modal Recipe Retrieval With Generative Adversarial Network

2019-06-01 · CVPR 2019 6 · Bin Zhu, Chong-Wah Ngo, Jingjing Chen, Yanbin Hao

Representing procedure text such as recipe for crossmodal retrieval is inherently a difficult problem, not mentioning to generate image from recipe for visualization. This paper studies a new version of GAN, named Recipe…

Generative Adversarial NetworkRetrieval

GEA: Generation-Enhanced Alignment for Text-to-Image Person Retrieval

2025-11-13 · Hao Zou, Runqing Zhang, Xue Zhou, Jianxiao Zou arxiv

Text-to-Image Person Retrieval (TIPR) aims to retrieve person images based on natural language descriptions. Although many TIPR methods have achieved promising results, sometimes textual queries cannot accurately and com…

Cross-Modal RetrievalPerson Retrieval

SemCORE: A Semantic-Enhanced Generative Cross-Modal Retrieval Framework with MLLMs

2025-04-17 · Haoxuan Li, Yi Bin, Yunshan Ma, Guoqing Wang 외

Cross-modal retrieval (CMR) is a fundamental task in multimedia research, focused on retrieving semantically relevant targets across different modalities. While traditional CMR methods match text and image via embedding-…

Cross-Modal RetrievalImage RetrievalImage to textImage-to-Text Retrieval+2