Generative Pre-trained Autoregressive Diffusion Transformer
Yuan Zhang, Jiacheng Jiang, Guoqing Ma, Zhiying Lu, Haoyang Huang, Jianlong Yuan, Nan Duan, Daxin Jiang
TL;DR
GPDiT introduces Generative Pre-trained Autoregressive Diffusion Transformer, a framework that unifies autoregressive sequence modeling with diffusion under a continuous latent space to enable long-range video synthesis. It implements framewise autoregressive diffusion with a lightweight causal attention variant and a parameter-free rotation-based time-conditioning mechanism, improving efficiency while maintaining temporal coherence. Across video generation, representation, and few-shot multitask learning, GPDiT achieves competitive or state-of-the-art results on benchmarks such as MSRVTT and UCF-101, and demonstrates strong zero-shot and few-shot generalization, highlighting its potential as a unified model for video understanding and generation. The work provides practical design choices—causal attention with KV caching, rotation-based time conditioning, and latent-space diffusion—to scale diffusion-transformer video models to long sequences and multi-task scenarios.
Abstract
In this work, we present GPDiT, a Generative Pre-trained Autoregressive Diffusion Transformer that unifies the strengths of diffusion and autoregressive modeling for long-range video synthesis, within a continuous latent space. Instead of predicting discrete tokens, GPDiT autoregressively predicts future latent frames using a diffusion loss, enabling natural modeling of motion dynamics and semantic consistency across frames. This continuous autoregressive framework not only enhances generation quality but also endows the model with representation capabilities. Additionally, we introduce a lightweight causal attention variant and a parameter-free rotation-based time-conditioning mechanism, improving both the training and inference efficiency. Extensive experiments demonstrate that GPDiT achieves strong performance in video generation quality, video representation ability, and few-shot learning tasks, highlighting its potential as an effective framework for video modeling in continuous space.
