TGSFormer: Scalable Temporal Gaussian Splatting for Embodied Semantic Scene Completion
Rui Qian, Haozhi Cao, Tianchen Deng, Tianxin Hu, Weixiang Guo, Shenghai Yuan, Lihua Xie
TL;DR
Embodied semantic scene completion with Gaussian primitives often suffers from redundant memory and unbounded growth as exploration scales. The proposed TGSFormer maintains a persistent Gaussian memory, uses a Dual Temporal Encoder for confidence-aware temporal fusion, and applies Confidence-aware Voxel Fusion to keep memory compact, enabling scalable, frame-agnostic scene completion. Through a two-stage training regime (monocular pretraining followed by embodied fine-tuning) and extensive ablations, the method achieves state-of-the-art results on both monocular and embodied SSC benchmarks while using markedly fewer primitives. This framework advances memory-efficient, long-horizon 3D perception for embodied agents and provides practical pathways for robust large-scale scene understanding.
Abstract
Embodied 3D Semantic Scene Completion (SSC) infers dense geometry and semantics from continuous egocentric observations. Most existing Gaussian-based methods rely on random initialization of many primitives within predefined spatial bounds, resulting in redundancy and poor scalability to unbounded scenes. Recent depth-guided approach alleviates this issue but remains local, suffering from latency and memory overhead as scale increases. To overcome these challenges, we propose TGSFormer, a scalable Temporal Gaussian Splatting framework for embodied SSC. It maintains a persistent Gaussian memory for temporal prediction, without relying on image coherence or frame caches. For temporal fusion, a Dual Temporal Encoder jointly processes current and historical Gaussian features through confidence-aware cross-attention. Subsequently, a Confidence-aware Voxel Fusion module merges overlapping primitives into voxel-aligned representations, regulating density and maintaining compactness. Extensive experiments demonstrate that TGSFormer achieves state-of-the-art results on both local and embodied SSC benchmarks, offering superior accuracy and scalability with significantly fewer primitives while maintaining consistent long-term scene integrity. The code will be released upon acceptance.
