Skip to content

Open-Vocabulary Semantic Segmentation with Uncertainty Alignment for Robotic Scene Understanding of Indoor Building Spaces

Nov 2026 · Journal of computing in civil engineering · 0 citations · 31 references

Abstract

Society is steadily embracing the idea of coinhabitant service robots in the built environment for assistance with household tasks and chores. In particular, the growing number of older adults, individuals with disabilities, and people requiring daily assistance has further created an urgent need for intelligent coinhabitant robots capable of supporting mobility, independence, and safety within physical living spaces. The growing complexity of modern built environments and the increasing prevalence of coinhabitant robots have underscored the need for advanced computational methods to support analysis, monitoring, and management. To provide users with meaningful assistance and clear scene understanding in such settings, robots must be able to perceive, interpret, and reason about their surroundings in a way that aligns with human spatial understanding. Place segmentation, which delineates spatial regions such as rooms or functional areas, together with semantic recognition, which assigns meaningful labels to these regions, forms the basis for accurate scene understanding in building-scale environments. Existing deep learning approaches have largely relied on closed-vocabulary detection systems, which are limited to a predefined set of categories of rooms and therefore struggle to interpret diverse or naturalistic descriptions of spaces. Furthermore, most current methods neglect the uncertainty inherent in scene recognition—for example, when rooms have overlapping functions (e.g., kitchen–dining areas) or when people use linguistically similar descriptions to refer to distinct spaces—thereby reducing their effectiveness in ambiguous or complex environments. To address these challenges, we propose an open-vocabulary semantic segmentation and classification pipeline that leverages vision–language models (VLMs) and large language models. Our framework follows a “segment–detect–select” paradigm for open-vocabulary scene understanding, consisting of three modules: (1) segmentation of distinct rooms and regions in the scene; (2) VLM-based similarity scoring between descriptive queries and segmented regions; and (3) adaptive conformal prediction to select among candidate regions while explicitly accounting for uncertainty. Evaluation results on the large-scale Matterport3D dataset, which comprises diverse photorealistic indoor environments, show that the proposed framework outperforms state-of-the-art open-vocabulary methods in scene segmentation [by 30% in AP50 and 5% in mean intersection over union (mIOU)], classification (by 200% in F1 score and 263% in mean average precision), and selection (by 50% in room mIoU). These advances are significant for built environments, as improved scene understanding directly supports safer, more adaptive, and more intuitive coinhabitant assistive agents for humans in complex indoor spaces.

View source

Similar papers

Review Open access Jul 2026

Research on Scene Perception and Task Semantic Understanding for Indoor Service Robots: Based on Literature Review and Case Analysis

The study argues that scene perception and task semantic understanding constitute a continuous intelligent chain from "environment recognition" to "task execution" so as to enhance their practical performance and operational reliability.

Haoxiang Huang · 0 citations

ZIVIL: Zero-Shot Incremental Vision–Language Maps and Spatial Graph Representation of Construction Sites

This framework combines simultaneous localization and mapping (SLAM), visual-language feature extraction, incremental semantic and instance label fusion, and spatial graph construction to enable a construction robot navigation framework that supports open-vocabulary language queries.

Charles M. Raines, I. Fernandez, Mandy Sun et al. · 0 citations
Conference Jul 2026

Spatial Information and Metadata Generation in Aerial Robotics with Vision-Language Models

Unmanned aerial vehicles (UAVs) are used for a wide range of tasks, many of which are autonomous. Since UAVs operate in three-dimensional space, visual data presents a rich source of input for them. Meanwhile, the rapid development of artificial intelligence has given rise to vision-language models (VLMs). These models not only recognize objects in a scene, as traditional computer vision techniques do, but also demonstrate a strong understanding of scene context, enabled by large language models (LLMs) serving as one of their core components. However, applications as specialized as aerial robotics typically require custom-trained models, which demand significant computational resources, large datasets, and expensive hardware. Motivated by these limitations, we investigate whether a state-of-the-art, general-purpose VLM can be leveraged for UAV-relevant tasks through carefully designed prompts, without additional training. We evaluate the VLM’s understanding of aerial scenes through the task of image captioning, using visual question answering that targets spatial information within the scene. Furthermore, we utilize VLMs to automatically generate metadata for aerial datasets, enabling more complex future tasks. Results show that VLMs can generate accurate metadata with high agreement with human-annotated data even without retraining. They also demonstrate that careful prompt engineering enhances the model’s ability to reason about and attend to spatial information, highlighting its potential in aerial robotics applications.

Elena Wachtler, Antonella Barisic Kulas, Tamara Petrović et al. · 0 citations
Open access Aug 2026

Boundary Cues for Improved 3D Semantic Segmentation

A lightweight boundary-aware learning framework that explicitly models boundary regions during training is proposed, showing that incorporating boundary-aware supervision provides an effective and efficient approach to improving segmentation quality in challenging regions.

Waseem Iqbal, J. Paffenholz · 0 citations
Jun 2026

Open-Vocabulary and Referring Segmentation for 3D Gaussians Using 2D Detectors

GaussDet is presented, a method that circumvents the need for dense CLIP features by leveraging discrete, open-vocabulary 2D object detectors with referring expression capabilities and achieves a substantial 16.7% mIoU improvement in referential grounding within a strict zero-shot setting.

Jameel Hassan, Y. Ranasinghe, Vishal M. Patel · 0 citations
Open access Jul 2026

From geometric labels to semantic understanding of indoor building components using multimodal large language models

Building-MLLM is proposed, a point cloud-centered multimodal large language model (MLLM) for indoor components, which models point clouds and instructions to generate responses across Simple Recognition, Complex Captioning, and Multi-Engineering Question Answering tasks, demonstrating superior indoor component language understanding and providing initial generalizability in transfer inference on other real-world datasets.

Shuju Jing, Chao Yin · 0 citations

Related blog posts

Microsoft Research Blog Aug 31, 2026

GigaPath-Flash and GigaTIME-Flash: Toward population-scale discovery with efficient pathology foundation models

What if pathology foundation models could do more with less? GigaPath-Flash and GigaTIME-Flash cut computational demands while maintaining strong performance, opening the door to larger studies and broader exploration. The post GigaPath-Flash and GigaTIME-Flash: Toward population-scale discovery with efficient pathology foundation models appeared first on Microsoft Research.