paper-with-me

홈 › Papers

Structured Interfaces for Automated Reasoning with 3D Scene Graphs

2025-10-18 · Aaron Ray, Jacob Arkin, Harel Biggie, Chuchu Fan, Luca Carlone, Nicholas Roy arxiv

In order to provide a robot with the ability to understand and react to a user's natural language inputs, the natural language must be connected to the robot's underlying representations of the world. Recently, large language models (LLMs) and 3D scene graphs (3DSGs) have become a popular choice for grounding natural language and representing the world. In this work, we address the challenge of using LLMs with 3DSGs to ground natural language. Existing methods encode the scene graph as serialized text within the LLM's context window, but this encoding does not scale to large or rich 3DSGs. Instead, we propose to use a form of Retrieval Augmented Generation to select a subset of the 3DSG relevant to the task. We encode a 3DSG in a graph database and provide a query language interface (Cypher) as a tool to the LLM with which it can retrieve relevant data for language grounding. We evaluate our approach on instruction following and scene question-answering tasks and compare against baseline context window and code generation methods. Our results show that using Cypher as an interface to 3D scene graphs scales significantly better to large, rich graphs on both local and cloud-based models. This leads to large performance improvements in grounded language tasks while also substantially reducing the token count of the scene graph content. A video supplement is available at https://www.youtube.com/watch?v=zY_YI9giZSA.

📄 PDF Abstract BibTeX arXiv:2510.16643

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingCode Generation

Similar Papers 제목 키워드 기반

Scene Graph Thinking: Reinforcing Structured Visual Reasoning for Multimodal Large Language Models

2026-07-07 · Zhiwei Yang, Yuanchen Wu, Nan Zhang, Yucong Meng 외 arxiv

Multimodal Large Language Models (MLLMs) have demonstrated strong perception and reasoning capabilities. However, most existing models focus on isolated objects and neglect structured relationships for efficient target n…

Visual Reasoning

Learning to Evolve Scenes: Reasoning about Human Activities with Scene Graphs

2026-07-02 · Francesca Pistilli, Simone Alberto Peirone, Giuseppe Averta arxiv

Understanding human behavior while interacting with the surrounding world is crucial for many applications of embodied AI. First-person videos are particularly informative for this problem, as they well capture how activ…

Scene Graph Modification Based on Natural Language Commands

2020-10-06 · Findings of the Association for Computational Linguistics 2020 · Xuanli He, Quan Hung Tran, Gholamreza Haffari, Walter Chang 외

Structured representations like graphs and parse trees play a crucial role in many Natural Language Processing systems. In recent years, the advancements in multi-turn user interfaces necessitate the need for controlling…

Graph GenerationMachine TranslationTranslation

Grounding LLM Reasoning with Knowledge Graphs

2025-02-18 · Alfonso Amayuelas, Joy Sain, Simerjot Kaur, Charese Smiley

Knowledge Graphs (KGs) are valuable tools for representing relationships between entities in a structured format. Traditionally, these knowledge bases are queried to extract specific information. However, question-answer…

Knowledge GraphsQuestion Answering

SSI-Policy: Learning Structured Scene Interfaces for Vision-Language Robotic Manipulation

2026-06-25 · Kaijun Wang, Zikai Ouyang, Xuping Wu, Jinyi Hong 외 arxiv

Real-world robotic manipulation demands spatial grounding, task-aware reasoning, and precise control. Learning such capabilities becomes particularly challenging in the low-data regime. Prior methods often trade off scal…

Spatial Reasoning