CVApr 20

AeroRAG: Structured Multimodal Retrieval-Augmented LLM for Fine-Grained Aerial Visual Reasoning

arXiv:2604.1788933.9h-index: 2
AI Analysis

For practitioners needing reliable VQA in aerial scenes, this work addresses the misalignment between dense visual tokens and structured semantics, offering a practical design direction for grounded visual reasoning.

AeroRAG introduces a scene-graph-guided retrieval-augmented generation framework for aerial visual question answering, converting images into structured visual knowledge (object categories, quantities, locations, relations) and retrieving relevant chunks for LLM prompting. It achieves consistent improvements over six MLLM baselines on aerial and general-domain benchmarks, with largest gains in dense scenes and relation-sensitive reasoning.

Despite recent progress in multimodal large language models (MLLMs), reliable visual question answering in aerial scenes remains challenging. In such scenes, task-critical evidence is often carried by small objects, explicit quantities, coarse locations, and inter-object relations, whereas conventional dense visual-token representations are not well aligned with these structured semantics. To address this interface mismatch, we propose AeroRAG, a scene-graph-guided multimodal retrieval-augmented generation framework for visual question answering. The framework first converts an input image into structured visual knowledge, including object categories, quantities, spatial locations, and semantic relations, and then retrieves query-relevant semantic chunks to construct compact prompts for a text-based large language model. Rather than relying on direct reasoning over dense visual tokens, our method introduces a more explicit intermediate interface between perception and language reasoning. Experiments on the AUG aerial dataset and the general-domain VG-150 benchmark show consistent improvements over six strong MLLM baselines, with the largest gains observed in dense aerial scenes and relation-sensitive reasoning. We further evaluate the framework on VQAv2 to verify that the proposed interface remains compatible with standard visual reasoning settings. These results suggest that structured retrieval is a practical design direction for deployment-oriented and grounded visual reasoning systems.

Foundations

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

Your Notes