paper-with-me

홈 › Papers

ViD-GPT: Introducing GPT-style Autoregressive Generation in Video Diffusion Models

2024-06-16 · Kaifeng Gao, Jiaxin Shi, Hanwang Zhang, Chunping Wang, Jun Xiao

With the advance of diffusion models, today's video generation has achieved impressive quality. But generating temporal consistent long videos is still challenging. A majority of video diffusion models (VDMs) generate long videos in an autoregressive manner, i.e., generating subsequent clips conditioned on last frames of previous clip. However, existing approaches all involve bidirectional computations, which restricts the receptive context of each autoregression step, and results in the model lacking long-term dependencies. Inspired from the huge success of large language models (LLMs) and following GPT (generative pre-trained transformer), we bring causal (i.e., unidirectional) generation into VDMs, and use past frames as prompt to generate future frames. For Causal Generation, we introduce causal temporal attention into VDM, which forces each generated frame to depend on its previous frames. For Frame as Prompt, we inject the conditional frames by concatenating them with noisy frames (frames to be generated) along the temporal axis. Consequently, we present Video Diffusion GPT (ViD-GPT). Based on the two key designs, in each autoregression step, it is able to acquire long-term context from prompting frames concatenated by all previously generated frames. Additionally, we bring the kv-cache mechanism to VDMs, which eliminates the redundant computation from overlapped frames, significantly boosting the inference speed. Extensive experiments demonstrate that our ViD-GPT achieves state-of-the-art performance both quantitatively and qualitatively on long video generation. Code will be available at https://github.com/Dawn-LX/Causal-VideoGen.

📄 PDF Abstract BibTeX arXiv:2406.10981

Code (1)

dawn-lx/causal-videogen 공식 구현 pytorch

Tasks

Video Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…

Similar Papers 제목 키워드 기반

Inferix: A Block-Diffusion based Next-Generation Inference Engine for World Simulation

2025-11-25 · Inferix Team, Tianyu Feng, Yizeng Han, Jiahao He 외 arxiv

World models serve as core simulators for fields such as agentic AI, embodied AI, and gaming, capable of generating long, physically realistic, and interactive high-quality videos. Moreover, scaling these models could un…

Video Generation

Autoregressive Video Generation without Vector Quantization

2024-12-18 · Haoge Deng, Ting Pan, Haiwen Diao, Zhengxiong Luo 외

This paper presents a novel approach that enables autoregressive video generation with high efficiency. We propose to reformulate the video generation problem as a non-quantized autoregressive modeling of temporal frame-…

Image GenerationPredictionQuantizationText to Image Generation+2

Real-Time Motion-Controllable Autoregressive Video Diffusion

2025-10-09 · Kesen Zhao, Jiaxin Shi, Beier Zhu, Junbao Zhou 외 arxiv

Real-time motion-controllable video generation remains challenging due to the inherent latency of bidirectional diffusion models and the lack of effective autoregressive (AR) approaches. Existing AR video diffusion model…

Text-to-Video GenerationReinforcement Learning

Forcing-KV: Hybrid KV Cache Compression for Efficient Autoregressive Video Diffusion Models

2026-05-10 · Yicheng Ji, Zhizhou Zhong, Jun Zhang, Qin Yang 외 arxiv

Autoregressive (AR) video diffusion models adopt a streaming generation framework, enabling long-horizon video generation with real-time responsiveness, as exemplified by the Self Forcing training paradigm. However, exis…

Video Generation

EARTalking: End-to-end GPT-style Autoregressive Talking Head Synthesis with Frame-wise Control

2026-03-19 · Yuzhe Weng, Haotian Wang, Yuanhong Yu, Jun Du 외 arxiv

Audio-driven talking head generation aims to create vivid and realistic videos from a static portrait and speech. Existing AR-based methods rely on intermediate facial representations, which limit their expressiveness an…

Talking Head GenerationVideo Generation