Search papers, labs, and topics across Lattice.
AeroRAG addresses the challenge of fine-grained visual question answering in aerial scenes by converting input images into structured visual knowledge graphs representing objects, quantities, locations, and relations. This structured representation is then used to retrieve relevant semantic chunks, forming compact prompts for a text-based LLM, bypassing the need for direct reasoning over dense visual tokens. Experiments on aerial and general-domain datasets demonstrate consistent improvements over strong MLLM baselines, particularly in dense scenes and relation-sensitive reasoning.
Scene graphs are all you need: AeroRAG shows that structured knowledge retrieval from visual data significantly boosts LLM performance on fine-grained visual reasoning tasks.
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.