paper-with-me

Papers

Spatial-Temporal State Propagation Autoregressive Model for 4D Object Generation

2026-02-21 · Liying Yang, Jialun Liu, Jiakui Hu, Chenhao Guan, Haibin Huang, Fangqiu Yi, Chi Zhang, Yanyan Liang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.18830

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VideoAR: Autoregressive Video Generation via Next-Frame & Scale Prediction

2026-01-09 · Longbin Ji, Xiaoxiong Liu, Junyuan Shang, Shuohuan Wang 외 arxiv

Recent advances in video generation have been dominated by diffusion and flow-matching models, which produce high-quality results but remain computationally intensive and difficult to scale. In this work, we introduce Vi…

Video Generation

Improving Spatio-Temporal Residual Error Propagation by Mitigating Over-Squashing

2026-05-18 · Seyed Mohamad Moghadas, Esther Rodrigo Bonet, Bruno Cornelis, Adrian Munteanu arxiv

Residual error propagation remains a fundamental problem in recurrent models, where small prediction inaccuracies compound over time and degrade long-horizon performance. Accurately modeling the correlation structure of …

VAR RL Done Right: Tackling Asynchronous Policy Conflicts in Visual Autoregressive Generation

2026-01-05 · Shikun Sun, Liao Qu, Huichao Zhang, Yiheng Liu 외 arxiv

Visual generation is dominated by three paradigms: AutoRegressive (AR), diffusion, and Visual AutoRegressive (VAR) models. Unlike AR and diffusion, VARs operate on heterogeneous input structures across their generation s…

Reinforcement Learning

The Devil is in Temporal Token: High Quality Video Reasoning Segmentation

2025-01-15 · CVPR 2025 1 · Sitong Gong, Yunzhi Zhuge, Lu Zhang, Zongxin Yang 외

Existing methods for Video Reasoning Segmentation rely heavily on a single special token to represent the object in the keyframe or the entire video, inadequately capturing spatial complexity and inter-frame motion. To o…

Reasoning SegmentationReferring Expression SegmentationReferring Video Object SegmentationSegmentation

Early Decisions Matter: Proximity Bias and Initial Trajectory Shaping in Non-Autoregressive Diffusion Language Models

2026-04-12 · Jiyeon Kim, Sungik Choi, Yongrae Jo, Moontae Lee 외 arxiv

Diffusion-based language models (dLLMs) have emerged as a promising alternative to autoregressive language models, offering the potential for parallel token generation and bidirectional context modeling. However, harness…