Relationship-Aware Hierarchical 3D Scene Graph for Task Reasoning
Albert Gassol Puigjaner, Angelos Zacharia, Kostas Alexis
TL;DR
Problem: SLAM-based maps lack high-level abstraction and relational reasoning. Approach: ReasoningGraph constructs a five-layer hierarchical 3D scene graph enriched with open-vocabulary features and object-relational edges, coupled with a task reasoning module that fuses LLMs and VLMs to interpret scenes and decompose tasks. Contributions: online, incremental graph construction; multi-level open-vocabulary embeddings; explicit object relationships; and a VLM-LLM reasoning pipeline validated on a quadruped across diverse environments with strong object retrieval and planning capabilities. Significance: enables richer, context-aware robotic understanding and task planning in open-world settings with scalable, runtime-efficient reasoning.
Abstract
Representing and understanding 3D environments in a structured manner is crucial for autonomous agents to navigate and reason about their surroundings. While traditional Simultaneous Localization and Mapping (SLAM) methods generate metric reconstructions and can be extended to metric-semantic mapping, they lack a higher level of abstraction and relational reasoning. To address this gap, 3D scene graphs have emerged as a powerful representation for capturing hierarchical structures and object relationships. In this work, we propose an enhanced hierarchical 3D scene graph that integrates open-vocabulary features across multiple abstraction levels and supports object-relational reasoning. Our approach leverages a Vision Language Model (VLM) to infer semantic relationships. Notably, we introduce a task reasoning module that combines Large Language Models (LLM) and a VLM to interpret the scene graph's semantic and relational information, enabling agents to reason about tasks and interact with their environment more intelligently. We validate our method by deploying it on a quadruped robot in multiple environments and tasks, highlighting its ability to reason about them.
