Spatial-Temporal State Propagation Autoregressive Model for 4D Object Generation
Liying Yang, Jialun Liu, Jiakui Hu, Chenhao Guan, Haibin Huang, Fangqiu Yi, Chi Zhang, Yanyan Liang
TL;DR
4DSTAR tackles the challenge of spatial-temporal inconsistency in 4D object generation by introducing a feed-forward autoregressive framework that leverages long-term dependencies across timesteps. It combines a Dynamic Spatial-Temporal State Propagation AutoRegressive Model (STAR) with a 4D Vector Quantized Variational Autoencoder (4D VQ-VAE) that decodes tokens into temporally coherent dynamic 3D Gaussians, refined by a Spatial-Temporal Offset Predictor. Key contributions include the first autoregressive approach for 4D object generation, the Spatial-Temporal Container that builds long-term dependencies via clustering of historical features, and the STOP module that enforces temporal alignment across frames. Experimental results on Objaverse-based data show that 4DSTAR achieves strong spatial-temporal consistency and competitive performance with diffusion-based methods on reconstruction and video-to-4D generation, while enabling efficient, feed-forward generation of dynamic 4D content. This work enables robust text/video-to-4D and text/image-to-3D generation with improved temporal stability and fidelity.
Abstract
Generating high-quality 4D objects with spatial-temporal consistency is still formidable. Existing diffusion-based methods often struggle with spatial-temporal inconsistency, as they fail to leverage outputs from all previous timesteps to guide the generation at the current timestep. Therefore, we propose a Spatial-Temporal State Propagation AutoRegressive Model (4DSTAR), which generates 4D objects maintaining temporal-spatial consistency. 4DSTAR formulates the generation problem as the prediction of tokens that represent the 4D object. It consists of two key components: (1) The dynamic spatial-temporal state propagation autoregressive model (STAR) is proposed, which achieves spatial-temporal consistent generation. Unlike standard autoregressive models, STAR divides prediction tokens into groups based on timesteps. It models long-term dependencies by propagating spatial-temporal states from previous groups and utilizes these dependencies to guide generation at the next timestep. To this end, a spatial-temporal container is proposed, which dynamically updating the effective spatial-temporal state features from all historical groups, then updated features serve as conditional features to guide the prediction of the next token group. (2) The 4D VQ-VAE is proposed, which implicitly encodes the 4D structure into discrete space and decodes the discrete tokens predicted by STAR into temporally coherent dynamic 3D Gaussians. Experiments demonstrate that 4DSTAR generates spatial-temporal consistent 4D objects, and achieves performance competitive with diffusion models.
