paper-with-me

홈 › Papers

Cross-modal RAG: Sub-dimensional Retrieval-Augmented Text-to-Image Generation

2025-05-28 · Mengdan Zhu, Senhao Cheng, Guangji Bai, Yifei Zhang, Liang Zhao

Text-to-image generation increasingly demands access to domain-specific, fine-grained, and rapidly evolving knowledge that pretrained models cannot fully capture. Existing Retrieval-Augmented Generation (RAG) methods attempt to address this by retrieving globally relevant images, but they fail when no single image contains all desired elements from a complex user query. We propose Cross-modal RAG, a novel framework that decomposes both queries and images into sub-dimensional components, enabling subquery-aware retrieval and generation. Our method introduces a hybrid retrieval strategy - combining a sub-dimensional sparse retriever with a dense retriever - to identify a Pareto-optimal set of images, each contributing complementary aspects of the query. During generation, a multimodal large language model is guided to selectively condition on relevant visual features aligned to specific subqueries, ensuring subquery-aware image synthesis. Extensive experiments on MS-COCO, Flickr30K, WikiArt, CUB, and ImageNet-LT demonstrate that Cross-modal RAG significantly outperforms existing baselines in both retrieval and generation quality, while maintaining high efficiency.

📄 PDF Abstract BibTeX arXiv:2505.21956

Code (1)

mengdanzhu/cross-modal-rag 공식 구현

Tasks

Image GenerationLanguage ModelingLanguage ModellingLarge Language ModelMultimodal Large Language ModelRAGRetrievalRetrieval-augmented GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
WordPiece 설명 없음
BART BART is a denoising autoencoder for pretraining sequence-to-sequence models. It is trained by (1) corrupting text…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Paired Cross-Modal Data Augmentation for Fine-Grained Image-to-Text Retrieval

2022-07-29 · Hao Wang, Guosheng Lin, Steven C. H. Hoi, Chunyan Miao

This paper investigates an open research problem of generating text-image pairs to improve the training of fine-grained image-to-text cross-modal retrieval task, and proposes a novel framework for paired data augmentatio…

Cross-Modal RetrievalData AugmentationImage to textImage-to-Text Retrieval+2

MultiFinRAG: An Optimized Multimodal Retrieval-Augmented Generation (RAG) Framework for Financial Question Answering

2025-06-25 · Chinmay Gondhalekar, Urjitkumar Patel, Fang-Chun Yeh

Financial documents--such as 10-Ks, 10-Qs, and investor presentations--span hundreds of pages and combine diverse modalities, including dense narrative text, structured tables, and complex figures. Answering questions ov…

Multimodal ReasoningQuestion AnsweringRAGRetrieval+1

Fine-grained Late-interaction Multi-modal Retrieval for Retrieval Augmented Visual Question Answering

2023-09-29 · NeurIPS 2023 11 · Weizhe Lin, Jinghong Chen, Jingbiao Mei, Alexandru Coca 외

Knowledge-based Visual Question Answering (KB-VQA) requires VQA systems to utilize knowledge from external knowledge bases to answer visually-grounded questions. Retrieval-Augmented Visual Question Answering (RA-VQA), a …

Image to textPassage RetrievalQuestion AnsweringRetrieval+2

MG$^2$-RAG: Multi-Granularity Graph for Multimodal Retrieval-Augmented Generation

2026-04-04 · Sijun Dai, Qiang Huang, Xiaoxing You, Jun Yu arxiv

Retrieval-Augmented Generation (RAG) mitigates hallucinations in Multimodal Large Language Models (MLLMs), yet existing systems struggle with complex cross-modal reasoning. Flat vector retrieval often ignores structural …

Cross-Modal RetrievalVisual Grounding

DSRAG: A Domain-Specific Retrieval Framework Based on Document-derived Multimodal Knowledge Graph

2025-08-22 · Mengzheng Yang, Yanfei Ren, David Osei Opoku, Ruochang Li 외 arxiv

Current general-purpose large language models (LLMs) commonly exhibit knowledge hallucination and insufficient domain-specific adaptability in domain-specific tasks, limiting their effectiveness in specialized question a…

Question AnsweringKnowledge Graphs