OnlineSI: Taming Large Language Model for Online 3D Understanding and Grounding
Zixian Liu, Zhaoxi Chen, Liang Pan, Ziwei Liu
TL;DR
OnlineSI proposes an online framework for 3D scene understanding and grounding from streaming video by maintaining a bounded spatial memory and fusing 3D point clouds with semantic cues. A dedicated point cloud encoder and a semantic encoder are used to generate memory tokens that are reasoned over by a multimodal LLM, producing on-the-fly scene descriptions with object-level detections. To handle online ambiguity, the authors introduce the Fuzzy-$F_1$-Score, enabling fair evaluation under partial observations. Experiments on ScanNet and ScanNet++ show that OnlineSI achieves robust continual improvement over time and outperforms several baselines that either ignore memory or rely solely on per-frame predictions, demonstrating its potential for real-world embodied AI tasks.
Abstract
In recent years, researchers have increasingly been interested in how to enable Multimodal Large Language Models (MLLM) to possess spatial understanding and reasoning capabilities. However, most existing methods overlook the importance of the ability to continuously work in an ever-changing world, and lack the possibility of deployment on embodied systems in real-world environments. In this work, we introduce OnlineSI, a framework that can continuously improve its spatial understanding of its surroundings given a video stream. Our core idea is to maintain a finite spatial memory to retain past observations, ensuring the computation required for each inference does not increase as the input accumulates. We further integrate 3D point cloud information with semantic information, helping MLLM to better locate and identify objects in the scene. To evaluate our method, we introduce the Fuzzy $F_1$-Score to mitigate ambiguity, and test our method on two representative datasets. Experiments demonstrate the effectiveness of our method, paving the way towards real-world embodied systems.
