paper-with-me

홈 › Papers

Generative Multi-Modal Knowledge Retrieval with Large Language Models

2024-01-16 · Xinwei Long, Jiali Zeng, Fandong Meng, Zhiyuan Ma, Kaiyan Zhang, BoWen Zhou, Jie zhou

Knowledge retrieval with multi-modal queries plays a crucial role in supporting knowledge-intensive multi-modal applications. However, existing methods face challenges in terms of their effectiveness and training efficiency, especially when it comes to training and integrating multiple retrievers to handle multi-modal queries. In this paper, we propose an innovative end-to-end generative framework for multi-modal knowledge retrieval. Our framework takes advantage of the fact that large language models (LLMs) can effectively serve as virtual knowledge bases, even when trained with limited data. We retrieve knowledge via a two-step process: 1) generating knowledge clues related to the queries, and 2) obtaining the relevant document by searching databases using the knowledge clue. In particular, we first introduce an object-aware prefix-tuning technique to guide multi-grained visual learning. Then, we align multi-grained visual features into the textual feature space of the LLM, employing the LLM to capture cross-modal interactions. Subsequently, we construct instruction data with a unified format for model training. Finally, we propose the knowledge-guided generation strategy to impose prior constraints in the decoding steps, thereby promoting the generation of distinctive knowledge clues. Through experiments conducted on three benchmarks, we demonstrate significant improvements ranging from 3.0% to 14.6% across all evaluation metrics when compared to strong baselines.

📄 PDF Abstract BibTeX arXiv:2401.08206

Code (1)

xinwei666/mmgenerativeir 공식 구현 pytorch

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar 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 외

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 pr…

Cross-Modal RetrievalRetrieval

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

MuRAG: Multimodal Retrieval-Augmented Generator for Open Question Answering over Images and Text

2022-10-06 · Wenhu Chen, Hexiang Hu, Xi Chen, Pat Verga 외

While language Models store a massive amount of world knowledge implicitly in their parameters, even very large models often fail to encode information about rare entities and events, while incurring huge computational c…

Open-Ended Question AnsweringQuestion AnsweringRAGRetrieval+2

AnomalyLMM: Bridging Generative Knowledge and Discriminative Retrieval for Text-Based Person Anomaly Search

2025-09-04 · Hao Ju, Hu Zhang, Zhedong Zheng arxiv

With growing public safety demands, text-based person anomaly search has emerged as a critical task, aiming to retrieve individuals with abnormal behaviors via natural language descriptions. Unlike conventional person se…

Saliency PredictionAnomaly DetectionPerson Search

ACE: A Generative Cross-Modal Retrieval Framework with Coarse-To-Fine Semantic Modeling

2024-06-25 · Minghui Fang, Shengpeng Ji, Jialong Zuo, Hai Huang 외

Generative retrieval, which has demonstrated effectiveness in text-to-text retrieval, utilizes a sequence-to-sequence model to directly generate candidate identifiers based on natural language queries. Without explicitly…

Cross-Modal RetrievalNatural Language QueriesRetrievalText Retrieval+1