DynamicTree: Interactive Real Tree Animation via Sparse Voxel Spectrum
Yaokun Li, Lihe Ding, Xiao Chen, Guang Tan, Tianfan Xue
TL;DR
DynamicTree tackles realistic, long-term 4D animation of real-world trees reconstructed with 3D Gaussian Splatting by introducing a sparse voxel spectrum to represent mesh motion and a two-stage mesh-to-3DGS deformation pipeline. Motion is encoded in the temporal frequency domain via FFT on sparse voxels, enabling compact, controllable generation that is then devoxelized and bound to Gaussian primitives for full 3DGS animation. The framework further supports real-time interaction through modal analysis, treating the mesh as a mass-spring-damper system and solving in modal space to achieve ~18 ms simulation per frame. To train and evaluate, the authors build 4DTree, a large synthetic dataset with 8,786 animated trees and 100-frame sequences, and demonstrate superior visual quality, temporal coherence, and efficiency over state-of-the-art 4D and physics-based baselines on real and synthetic trees.
Abstract
Generating dynamic and interactive 3D trees has wide applications in virtual reality, games, and world simulation. However, existing methods still face various challenges in generating structurally consistent and realistic 4D motion for complex real trees. In this paper, we propose DynamicTree, the first framework that can generate long-term, interactive 3D motion for 3DGS reconstructions of real trees. Unlike prior optimization-based methods, our approach generates dynamics in a fast feed-forward manner. The key success of our approach is the use of a compact sparse voxel spectrum to represent the tree movement. Given a 3D tree from Gaussian Splatting reconstruction, our pipeline first generates mesh motion using the sparse voxel spectrum and then binds Gaussians to deform the mesh. Additionally, the proposed sparse voxel spectrum can also serve as a basis for fast modal analysis under external forces, allowing real-time interactive responses. To train our model, we also introduce 4DTree, the first large-scale synthetic 4D tree dataset containing 8,786 animated tree meshes with 100-frame motion sequences. Extensive experiments demonstrate that our method achieves realistic and responsive tree animations, significantly outperforming existing approaches in both visual quality and computational efficiency.
