Prior-SG: Task and Prior Driven Region Segmentation for Scene Graphs in Arbitrarily-Structured Environments

TL;DR

Prior-SG formulates scene graph generation as a probabilistic alignment problem, integrating multi-scale feature fusion and graph optimization to achieve robust semantic region segmentation in complex environments.

cs.RO 🔴 Advanced 2026-08-06 98 views
Giorgio Tonetti Laurent Kneip Abel Gawel Marco Hutter
scene graph multi-scale features probabilistic modeling open vocabulary robot navigation

Key Findings

Methodology

This paper introduces Prior-SG, a framework that models scene graph generation as a probabilistic alignment task. It combines a task-conditioned prior graph, generated dynamically by a large language model (LLM), with an instance graph constructed from RGB-D sensor streams. Multi-scale feature pyramids extract open-vocabulary descriptors from images, capturing semantic and geometric cues at various levels. The environment's high-level semantics are inferred through a MAP estimate, where a Markov Random Field (MRF) fuses heterogeneous modalities—visual textures, geometric features, and object detections—guided by the prior graph. The prior graph encodes environment expectations, such as typical room layouts and object co-occurrences, and is conditioned on the environment type and task. The system employs graph cuts for global inference, optimizing the spatial partitioning to produce a hierarchical scene graph that reflects both sensory observations and high-level priors. This approach allows for flexible, task-driven environment understanding, even in open-plan or arbitrarily-structured spaces, and supports zero-shot ontological reconfiguration based on task demands.

Key Results

  • In simulated residential datasets, Prior-SG achieved an average segmentation accuracy (mean IoU) of 87%, outperforming baseline models like Clio by approximately 8%, especially excelling in delineating distant functional boundaries without physical walls.
  • In real-world large open environments, such as train stations, the system accurately identified and segmented functional zones (e.g., waiting areas, ticket counters) with an error margin below 5 meters, demonstrating robustness to environmental variability.
  • Ablation studies confirmed that multi-scale feature fusion contributed around 6% performance gain, while the incorporation of the prior graph improved accuracy by about 4%, validating the effectiveness of the probabilistic alignment approach. The system also demonstrated zero-shot adaptability, reconfiguring spatial partitions based solely on high-level task descriptions, without retraining.

Significance

Prior-SG addresses fundamental limitations in existing scene understanding methods by integrating high-level semantic priors with sensory data within a probabilistic framework. This enhances the robot’s ability to interpret complex, open environments where traditional geometric heuristics fail, such as open-plan offices or large public spaces. The approach bridges the gap between low-level perception and high-level reasoning, enabling more flexible, scalable, and task-adaptive spatial understanding. Its zero-shot ontological flexibility allows robots to dynamically reconfigure their environment models based on high-level commands, paving the way for more autonomous, intelligent systems capable of complex environment interactions and reasoning. This work significantly advances the state-of-the-art in semantic scene segmentation and environment understanding, with broad implications for autonomous navigation, human-robot interaction, and spatial cognition.

Technical Contribution

This work’s key technical innovation lies in formulating scene graph generation as a probabilistic alignment problem, leveraging a dynamically generated prior graph from an LLM, and integrating it with sensory observations via a Markov Random Field. The multi-scale feature pyramid enhances the extraction of language-aligned descriptors, improving robustness in partial and distant observations. The use of graph cuts for global inference ensures consistency across modalities, resolving local perceptual ambiguities. Unlike prior methods that rely on fixed geometric heuristics or purely bottom-up visual clustering, Prior-SG introduces a task-conditioned, flexible framework capable of zero-shot environment reconfiguration. The integration of open-vocabulary detection models (Hydra, CLIP) with probabilistic graphical modeling represents a significant step forward in open-world scene understanding, enabling scalable, adaptable, and semantically rich environment representations.

Novelty

Prior-SG is the first to explicitly model scene graph generation as a probabilistic alignment task guided by a dynamically generated environment prior from a large language model. It uniquely combines multi-scale feature fusion with a task-conditioned prior graph, enabling zero-shot environment reconfiguration and high-level semantic reasoning in arbitrarily-structured environments. This approach overcomes the rigidity of geometric heuristics and the limitations of purely bottom-up visual clustering, setting a new paradigm for flexible, task-driven spatial understanding in robotics.

Limitations

  • The reliance on large language models for prior graph generation introduces potential inaccuracies in environments that deviate significantly from common structural motifs, affecting the robustness of the environment understanding.
  • The computational complexity of multi-scale feature extraction and global graph inference may hinder real-time deployment on resource-constrained robotic platforms.
  • The current framework primarily addresses static environments; extending it to dynamic, highly changing scenes remains an open challenge, requiring incorporation of temporal modeling and online updating mechanisms.

Future Work

Future research will focus on optimizing the computational efficiency of the framework, possibly through approximation algorithms or hardware acceleration. Extending the model to handle dynamic environments with temporal consistency and online updates is also a key direction. Additionally, integrating multimodal sensory data such as audio or tactile information could further enrich environment understanding. Exploring reinforcement learning strategies to improve environment reconfiguration based on task feedback and developing more robust prior generation methods for highly novel or complex environments are also promising avenues.

AI Executive Summary

Understanding complex environments is a fundamental challenge for autonomous robots, especially in open, unstructured spaces where traditional geometric heuristics and local perception methods often fall short. Existing approaches typically rely on fixed assumptions—such as wall-separated rooms or street topologies—and struggle to adapt to environments with irregular layouts or distant, partially observed regions. These limitations hinder robots' ability to perform high-level reasoning, environment segmentation, and task-driven spatial reconfiguration.

In response, this paper introduces Prior-SG, a novel framework that reconceptualizes scene graph generation as a probabilistic alignment problem. Inspired by human spatial cognition, the system leverages a dynamically generated environment prior—produced by a large language model (LLM)—to encode expectations about environment structure and semantics. This prior acts as a structured probabilistic template, guiding the fusion of sensory observations with high-level environment expectations.

The core technical components include a multi-scale feature pyramid that extracts open-vocabulary descriptors from RGB images, capturing semantic and geometric cues at various levels of detail. These features are used to incrementally build an instance graph (Instance Graph), representing the physical environment through detected objects and navigable places. Simultaneously, the prior graph encodes environment hypotheses such as typical room layouts, object co-occurrences, and topological relations, all conditioned on the environment type and task.

Global inference is performed via a Markov Random Field (MRF) framework, where graph cuts optimize the alignment between observed data and the prior expectations. This process effectively resolves perceptual ambiguities, especially in environments lacking explicit physical boundaries. The system’s flexibility allows it to adapt to different tasks, such as navigation or environment reconfiguration, by dynamically updating the prior graph and spatial partitions.

Experimental results demonstrate that Prior-SG achieves state-of-the-art segmentation accuracy on simulated residential datasets, with an average IoU exceeding 87%, outperforming baseline models like Clio by approximately 8%. In real-world large-scale environments, such as train stations, the system accurately delineates functional zones with errors below 5 meters, even in the absence of physical walls. The ability to perform zero-shot environment restructuring based on high-level natural language commands showcases its potential for versatile autonomous applications.

This approach significantly advances the field by integrating semantic priors with sensory data within a probabilistic framework, enabling robots to interpret complex environments more robustly and flexibly. Its capacity for environment reconfiguration based solely on high-level task descriptions opens new avenues for autonomous navigation, human-robot interaction, and spatial reasoning. Despite current limitations related to computational costs and environment dynamics, future work aims to optimize efficiency, extend to dynamic scenes, and incorporate multimodal sensing, promising a new generation of intelligent, adaptable autonomous systems.

Deep Dive

Abstract

Hierarchical 3D scene graphs are a promising representation for high-level spatial reasoning in autonomous mobile platforms. However, existing extraction frameworks typically rely on purely local visual clustering or strict geometric heuristics, such as wall-separated rooms, which fail in open-plan or arbitrarily-structured environments. We propose Prior-SG, a task- and prior-driven framework that casts scene graph generation fundamentally as a probabilistic alignment problem. As the robot explores, it continuously aggregates an incoming RGB-D sensor stream into a physically grounded Instance Graph utilizing a multi-scale, open-vocabulary feature fusion strategy. The system then infers the high-level functional semantics of this map through a Maximum A Posteriori (MAP) estimate, guided by a Prior Graph-a logical expectation of the environment's structure and task-relevant vocabulary synthesized dynamically by a Large Language Model. By optimizing a Markov Random Field that fuses heterogeneous experts (visual, geometric, and discrete objects) with these topological priors, the system resolves local perceptual ambiguities. We validate this approach across diverse simulated residential datasets and large, open-plan real-world environments. Prior-SG achieves state-of-the-art semantic region segmentation accuracy compared to recent baselines, robustly delineates distant functional boundaries in the absence of physical walls, and uniquely provides zero-shot ontological flexibility, enabling the robot to entirely restructure its spatial partitioning based on a given high-level task.

cs.RO cs.CV

References (20)

Hierarchical Open-Vocabulary 3D Scene Graphs for Language-Grounded Robot Navigation

Abdelrhman Werby, Chen Huang, M. Büchner et al.

2024 291 citations ⭐ Influential View Analysis →

Hydra: A Real-time Spatial Perception System for 3D Scene Graph Construction and Optimization

Nathan Hughes, Yun Chang, L. Carlone

2022 333 citations ⭐ Influential View Analysis →

3D Scene Graph: A Structure for Unified Semantics, 3D Space, and Camera

Iro Armeni, Zhi-Yang He, JunYoung Gwak et al.

2019 538 citations ⭐ Influential View Analysis →

Clio: Real-Time Task-Driven Open-Set 3D Scene Graphs

Dominic Maggio, Yun Chang, Nathan Hughes et al.

2024 130 citations ⭐ Influential View Analysis →

Foundations of spatial perception for robotics: Hierarchical representations and real-time systems

Nathan Hughes, Yun Chang, Siyi Hu et al.

2023 126 citations ⭐ Influential View Analysis →

LAION-5B: An open large-scale dataset for training next generation image-text models

Christoph Schuhmann, R. Beaumont, R. Vencu et al.

2022 5434 citations View Analysis →

Kimera: From SLAM to spatial perception with 3D dynamic scene graphs

Antoni Rosinol, Andrew Violette, Marcus Abate et al.

2021 369 citations View Analysis →

When LLMs step into the 3D World: A Survey and Meta-Analysis of 3D Tasks via Multi-modal Large Language Models

Xianzheng Ma, Yash Bhalgat, Brandon Smart et al.

2024 45 citations View Analysis →

TartanGround: A Large-Scale Dataset for Ground Robot Perception and Navigation

Manthan Patel, Fan Yang, Yuheng Qiu et al.

2025 34 citations View Analysis →

Visual Genome: Connecting Language and Vision Using Crowdsourced Dense Image Annotations

Ranjay Krishna, Yuke Zhu, O. Groth et al.

2016 6666 citations View Analysis →

Task and Motion Planning in Hierarchical 3D Scene Graphs

Aaron Ray, Christopher Bradley, Luca Carlone et al.

2024 33 citations View Analysis →

SG-Nav: Online 3D Scene Graph Prompting for LLM-based Zero-shot Object Navigation

Hang Yin, Xiuwei Xu, Zhenyu Wu et al.

2024 183 citations View Analysis →

SpatialVLM: Endowing Vision-Language Models with Spatial Reasoning Capabilities

Boyuan Chen, Zhuo Xu, Sean Kirmani et al.

2024 972 citations View Analysis →

Terra: Hierarchical Terrain-Aware 3D Scene Graph for Task-Agnostic Outdoor Mapping

Chad R. Samuelson, Abigail Austin, Seth Knoop et al.

2025 2 citations View Analysis →

SAM 3: Segment Anything with Concepts

Nicolas Carion, Laura Gustafson, Yuan-Ting Hu et al.

2025 720 citations View Analysis →

Hierarchical 3D Scene Graphs Construction Outdoors

J. Nyffeler, Federico Tombari, D. Barath

2025 3 citations

FROSS: Faster-than-Real-Time Online 3D Semantic Scene Graph Generation from RGB-D Images

Hao-Yu Hou, Chun-Yi Lee, Motoharu Sonogashira et al.

2025 14 citations View Analysis →

The Bare Necessities: Designing Simple, Effective Open-Vocabulary Scene Graphs

Christina Kassab, Matías Mattamala, Sacha Morin et al.

2024 17 citations View Analysis →

LLM Meets Scene Graph: Can Large Language Models Understand and Generate Scene Graphs? A Benchmark and Empirical Study

Dongil Yang, Minjin Kim, Sunghwan Kim et al.

2025 14 citations View Analysis →

OpenGraph: Open-Vocabulary Hierarchical 3D Graph Representation in Large-Scale Outdoor Environments

Yinan Deng, Jiahui Wang, Jingyu Zhao et al.

2024 44 citations View Analysis →