LOST-3DSG: Lightweight Open-Vocabulary 3D Scene Graphs with Semantic Tracking in Dynamic Environments
Sara Micol Ferraina, Michele Brienza, Francesco Argenziano, Emanuele Musumeci, Vincenzo Suriani, Domenico D. Bloisi, Daniele Nardi
TL;DR
LOST-3DSG tackles dynamic object tracking under open vocabulary by replacing dense CLIP-based semantics with compact attribute-level representations derived from word2vec and sentence embeddings. The model comprises a Perception Module that builds a 3D scene graph with semantic attributes, a Lost Similarity Function that fuses semantic and appearance cues, and a Scene Update Module that updates the graph across time via exploration and tracking behaviors. The approach achieves accurate object identity maintenance with dramatically reduced memory usage compared to dense CLIP embeddings, validated on a TIAGo robot in real indoor environments. This work provides a scalable, open-vocabulary paradigm for 3D scene understanding that favors efficiency and real-time applicability, while outlining avenues for improved temporal aggregation and integration with higher-level reasoning.
Abstract
Tracking objects that move within dynamic environments is a core challenge in robotics. Recent research has advanced this topic significantly; however, many existing approaches remain inefficient due to their reliance on heavy foundation models. To address this limitation, we propose LOST-3DSG, a lightweight open-vocabulary 3D scene graph designed to track dynamic objects in real-world environments. Our method adopts a semantic approach to entity tracking based on word2vec and sentence embeddings, enabling an open-vocabulary representation while avoiding the necessity of storing dense CLIP visual features. As a result, LOST-3DSG achieves superior performance compared to approaches that rely on high-dimensional visual embeddings. We evaluate our method through qualitative and quantitative experiments conducted in a real 3D environment using a TIAGo robot. The results demonstrate the effectiveness and efficiency of LOST-3DSG in dynamic object tracking. Code and supplementary material are publicly available on the project website at https://lab-rococo-sapienza.github.io/lost-3dsg/.
