SMG: Semantic Motion Graph for Monocular Dynamic Gaussian Splatting
2026-08-31 • Computer Vision and Pattern Recognition
Computer Vision and Pattern Recognition
AI summaryⓘ
The authors study a way to represent dynamic 3D scenes from single-camera videos using something called Gaussian splatting, but existing methods struggle with confusing movements or when parts of the scene are hidden. They introduce Semantic Motion Graph (SMG), which groups nearby and related parts of the scene together so their movements stay consistent. This helps avoid errors by letting more reliable parts guide less certain ones. Their experiments show that SMG works better on tricky real-world videos, and they also provide a new dataset to test these methods.
Dynamic Gaussian SplattingMonocular VideoSemantic Motion GraphLow-rank MotionOcclusionRegularization3D Scene ReconstructionEgo-exo SetupMotion EstimationComputer Vision
Authors
Haozheng Yu, Xinyu Yang, Rundong Luo, Jennifer J. Sun, Bharath Hariharan
Abstract
We study dynamic Gaussian Splatting from monocular videos. While recent advancements in dynamic Gaussian splatting offer a promising foundation for modeling dynamic scenes, they often overfit to the training views and fail under occlusion or complex scene motion due to the lack of reliable regularization signals in under-constrained regions. We propose Semantic Motion Graph (SMG), a novel approach models the Gaussian motion as the low-rank semantic motion. Our key insight is that the real-world scene motion is often structured by semantic coherence: regions that are spatially close and semantically related tend to exhibit consistent dynamics. To leverage this prior, we construct SMG to model structured motion of the scene. The Gaussian motion is driven by the motion of SMG nodes. We further observe that the uncertainty of Gaussian motion arises from both unreliable off-the-shelf priors and weakly constrained regions during optimization. SMG addresses this by using reliable graph nodes to guide the motion of nearby unreliable nodes. To evaluate dynamic Gaussian splatting under challenging real-world scenarios, we introduce a new multiview dataset collected under an ego-exo setup. Extensive experiments demonstrate that SMG achieves state-of-the-art performance on monocular dynamic Gaussian splatting across challenging real-world benchmarks. Project page: https://smg-gaussian.github.io/.