From Tokens to Nodes: Semantic-Guided Motion Control for Dynamic 3D Gaussian Splatting
Jianing Chen, Zehao Li, Yujun Cai, Hao Jiang, Shuqin Gao, Honglong Zhao, Tianlu Mao, Yucheng Zhang
TL;DR
This work tackles monocular dynamic 3D reconstruction by addressing the mismatch between sparse control point allocation and motion complexity in existing methods. It introduces a motion-adaptive framework that leverages semantic and motion priors from vision foundation models to populate and compress a node-based deformation basis, followed by a spline-parameterized trajectory model that provides smooth, compact motion representation. A dual-quaternion-based blending scheme propagates node motion to Gaussians, while patch-to-node initialization and adaptive compression focus modeling capacity on dynamic regions. Extensive experiments on Hyper-NeRF and N3DV demonstrate superior reconstruction quality and efficiency, with ablations confirming the benefits of semantic-guided node initialization and spline-based motion, highlighting practical impact for real-time dynamic 3D rendering and editing.
Abstract
Dynamic 3D reconstruction from monocular videos remains difficult due to the ambiguity inferring 3D motion from limited views and computational demands of modeling temporally varying scenes. While recent sparse control methods alleviate computation by reducing millions of Gaussians to thousands of control points, they suffer from a critical limitation: they allocate points purely by geometry, leading to static redundancy and dynamic insufficiency. We propose a motion-adaptive framework that aligns control density with motion complexity. Leveraging semantic and motion priors from vision foundation models, we establish patch-token-node correspondences and apply motion-adaptive compression to concentrate control points in dynamic regions while suppressing redundancy in static backgrounds. Our approach achieves flexible representational density adaptation through iterative voxelization and motion tendency scoring, directly addressing the fundamental mismatch between control point allocation and motion complexity. To capture temporal evolution, we introduce spline-based trajectory parameterization initialized by 2D tracklets, replacing MLP-based deformation fields to achieve smoother motion representation and more stable optimization. Extensive experiments demonstrate significant improvements in reconstruction quality and efficiency over existing state-of-the-art methods.
