paper-with-me

Papers

Logic-RAG: Augmenting Large Multimodal Models with Visual-Spatial Knowledge for Road Scene Understanding

2025-03-16 · Imran Kabir, Md Alimoor Reza, Syed Billah

Large multimodal models (LMMs) are increasingly integrated into autonomous driving systems for user interaction. However, their limitations in fine-grained spatial reasoning pose challenges for system interpretability and user trust. We introduce Logic-RAG, a novel Retrieval-Augmented Generation (RAG) framework that improves LMMs' spatial understanding in driving scenarios. Logic-RAG constructs a dynamic knowledge base (KB) about object-object relationships in first-order logic (FOL) using a perception module, a query-to-logic embedder, and a logical inference engine. We evaluated Logic-RAG on visual-spatial queries using both synthetic and real-world driving videos. When using popular LMMs (GPT-4V, Claude 3.5) as proxies for an autonomous driving system, these models achieved only 55% accuracy on synthetic driving scenes and under 75% on real-world driving scenes. Augmenting them with Logic-RAG increased their accuracies to over 80% and 90%, respectively. An ablation study showed that even without logical inference, the fact-based context constructed by Logic-RAG alone improved accuracy by 15%. Logic-RAG is extensible: it allows seamless replacement of individual components with improved versions and enables domain experts to compose new knowledge in both FOL and natural language. In sum, Logic-RAG addresses critical spatial reasoning deficiencies in LMMs for autonomous driving applications. Code and data are available at https://github.com/Imran2205/LogicRAG.

📄 PDF Abstract BibTeX arXiv:2503.12663

Code (1)

imran2205/logicrag 공식 구현 pytorch

Tasks

Autonomous DrivingRAGRetrieval-augmented Generationroad scene understandingScene UnderstandingSpatial Reasoning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Bridging the Dynamic Perception Gap: Training-Free Draft Chain-of-Thought for Dynamic Multimodal Spatial Reasoning

2025-05-22 · Siqu Ou, Hongcheng Liu, Pingjie Wang, Yusheng Liao 외

While chains-of-thought (CoT) have advanced complex reasoning in multimodal large language models (MLLMs), existing methods remain confined to text or static visual domains, often faltering in dynamic spatial reasoning t…

Spatial Reasoning

Taming a Retrieval Framework to Read Images in Humanlike Manner for Augmenting Generation of MLLMs

2025-10-12 · Suyang Xi, Chenxi Yang, Hong Ding, Yiqing Ni 외 arxiv

Multimodal large language models (MLLMs) often fail in fine-grained visual question answering, producing hallucinations about object identities, positions, and relations because textual queries are not explicitly anchore…

Visual Question AnsweringMultimodal Reasoning

CellGAN: Conditional Cervical Cell Synthesis for Augmenting Cytopathological Image Classification

2023-07-12 · Zhenrong Shen, Maosong Cao, Sheng Wang, Lichi Zhang 외

Automatic examination of thin-prep cytologic test (TCT) slides can assist pathologists in finding cervical abnormality for accurate and efficient cancer screening. Current solutions mostly need to localize suspicious cel…

image-classificationImage ClassificationImage Generationwhole slide images

Augmenting a Large Language Model with a Combination of Text and Visual Data for Conversational Visualization of Global Geospatial Data

2025-01-16 · Omar Mena, Alexandre Kouyoumdjian, Lonni Besançon, Michael Gleicher 외

We present a method for augmenting a Large Language Model (LLM) with a combination of text and visual data to enable accurate question answering in visualization of scientific data, making conversational visualization po…

Data InteractionDescriptiveLanguage ModelingLanguage Modelling+2

Rule-Compliant Visual Spatial Planning for Multimodal Large Language Models

2026-08-20 · Yu Chen, Ting Lei, Yaoyi Li, Jia Cai 외 arxiv

Multimodal large language models (MLLMs) combine linguistic reasoning with visual perception, yet their ability to perform visual spatial planning under explicit or previously unseen rule constraints remains underexplore…