CVDec 30, 2024

Enhanced Multimodal RAG-LLM for Accurate Visual Question Answering

arXiv:2412.20927v116 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses the challenge of precise visual understanding for applications like aerial imagery analysis, though it appears incremental as it builds on existing RAG and scene graph methods.

The paper tackled the problem of multimodal large language models struggling with accurate object identification, counting, and spatial localization in complex visual scenes, and proposed a novel multimodal RAG framework with structured scene graphs, resulting in consistent outperformance over existing MLLMs in VQA tasks on datasets like VG-150 and AUG.

Multimodal large language models (MLLMs), such as GPT-4o, Gemini, LLaVA, and Flamingo, have made significant progress in integrating visual and textual modalities, excelling in tasks like visual question answering (VQA), image captioning, and content retrieval. They can generate coherent and contextually relevant descriptions of images. However, they still face challenges in accurately identifying and counting objects and determining their spatial locations, particularly in complex scenes with overlapping or small objects. To address these limitations, we propose a novel framework based on multimodal retrieval-augmented generation (RAG), which introduces structured scene graphs to enhance object recognition, relationship identification, and spatial understanding within images. Our framework improves the MLLM's capacity to handle tasks requiring precise visual descriptions, especially in scenarios with challenging perspectives, such as aerial views or scenes with dense object arrangements. Finally, we conduct extensive experiments on the VG-150 dataset that focuses on first-person visual understanding and the AUG dataset that involves aerial imagery. The results show that our approach consistently outperforms existing MLLMs in VQA tasks, which stands out in recognizing, localizing, and quantifying objects in different spatial contexts and provides more accurate visual descriptions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes