paper-with-me

홈 › Papers

End-to-end Knowledge Retrieval with Multi-modal Queries

2023-06-01 · Man Luo, Zhiyuan Fang, Tejas Gokhale, Yezhou Yang, Chitta Baral

We investigate knowledge retrieval with multi-modal queries, i.e. queries containing information split across image and text inputs, a challenging task that differs from previous work on cross-modal retrieval. We curate a new dataset called ReMuQ for benchmarking progress on this task. ReMuQ requires a system to retrieve knowledge from a large corpus by integrating contents from both text and image queries. We introduce a retriever model ``ReViz'' that can directly process input text and images to retrieve relevant knowledge in an end-to-end fashion without being dependent on intermediate modules such as object detectors or caption generators. We introduce a new pretraining task that is effective for learning knowledge retrieval with multimodal queries and also improves performance on downstream tasks. We demonstrate superior performance in retrieval on two datasets (ReMuQ and OK-VQA) under zero-shot settings as well as further improvements when finetuned on these datasets.

📄 PDF Abstract BibTeX arXiv:2306.00424

Code (1)

luomancs/remuq 공식 구현

Tasks

BenchmarkingCross-Modal RetrievalRetrievalVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

ARK: A Dual-Axis Multimodal Retrieval Benchmark along Reasoning and Knowledge

2026-02-10 · Yijie Lin, Guofeng Ding, Haochen Zhou, Haobin Li 외 arxiv

Existing multimodal retrieval benchmarks largely emphasize semantic matching on daily-life images and offer limited diagnostics of professional knowledge and complex reasoning. To address this gap, we introduce ARK, a be…

Spatial Reasoning

Generative Multi-Modal Knowledge Retrieval with Large Language Models

2024-01-16 · Xinwei Long, Jiali Zeng, Fandong Meng, Zhiyuan Ma 외

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

Retrieval

Benchmarking Multimodal Retrieval Augmented Generation with Dynamic VQA Dataset and Self-adaptive Planning Agent

2024-11-05 · Yangning Li, Yinghui Li, Xinyu Wang, Yong Jiang 외

Multimodal Retrieval Augmented Generation (mRAG) plays an important role in mitigating the "hallucination" issue inherent in multimodal large language models (MLLMs). Although promising, existing heuristic mRAGs typicall…

BenchmarkingHallucinationQuestion AnsweringRetrieval+3

Knowledge-based Visual Question Answer with Multimodal Processing, Retrieval and Filtering

2025-10-16 · Yuyang Hong, Jiaqi Gu, Qi Yang, Lubin Fan 외 arxiv

Knowledge-based visual question answering (KB-VQA) requires visual language models (VLMs) to integrate visual understanding with external knowledge retrieval. Although retrieval-augmented generation (RAG) achieves signif…

Visual Question AnsweringReinforcement Learning

UniversalRAG: Retrieval-Augmented Generation over Corpora of Diverse Modalities and Granularities

2025-04-29 · Woongyeong Yeo, Kangsan Kim, Soyeong Jeong, Jinheon Baek 외

Retrieval-Augmented Generation (RAG) has shown substantial promise in improving factual accuracy by grounding model responses with external knowledge relevant to queries. However, most existing RAG approaches are limited…

Question AnsweringRAGRetrievalRetrieval-augmented Generation