paper-with-me

Papers

CogVideoX: Text-to-Video Diffusion Models with An Expert Transformer

2024-08-12 · Zhuoyi Yang, Jiayan Teng, Wendi Zheng, Ming Ding, Shiyu Huang, Jiazheng Xu, Yuanming Yang, Wenyi Hong, Xiaohan Zhang, Guanyu Feng, Da Yin, Yuxuan Zhang, Weihan Wang, Yean Cheng, Bin Xu, Xiaotao Gu, Yuxiao Dong, Jie Tang

We present CogVideoX, a large-scale text-to-video generation model based on diffusion transformer, which can generate 10-second continuous videos aligned with text prompt, with a frame rate of 16 fps and resolution of 768 * 1360 pixels. Previous video generation models often had limited movement and short durations, and is difficult to generate videos with coherent narratives based on text. We propose several designs to address these issues. First, we propose a 3D Variational Autoencoder (VAE) to compress videos along both spatial and temporal dimensions, to improve both compression rate and video fidelity. Second, to improve the text-video alignment, we propose an expert transformer with the expert adaptive LayerNorm to facilitate the deep fusion between the two modalities. Third, by employing a progressive training and multi-resolution frame pack technique, CogVideoX is adept at producing coherent, long-duration, different shape videos characterized by significant motions. In addition, we develop an effective text-video data processing pipeline that includes various data preprocessing strategies and a video captioning method, greatly contributing to the generation quality and semantic alignment. Results show that CogVideoX demonstrates state-of-the-art performance across both multiple machine metrics and human evaluations. The model weight of both 3D Causal VAE, Video caption model and CogVideoX are publicly available at https://github.com/THUDM/CogVideo.

📄 PDF Abstract BibTeX arXiv:2408.06072

Code (2)

thudm/cogvideo 공식 구현 pytorch
gulucaptain/dynamictrl pytorch

Tasks

Text-to-Video GenerationVideo AlignmentVideo CaptioningVideo Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

SRDiffusion: Accelerate Video Diffusion Inference via Sketching-Rendering Cooperation

2025-05-25 · Shenggan Cheng, Yuanxin Wei, Lansong Diao, Yong liu 외

Leveraging the diffusion transformer (DiT) architecture, models like Sora, CogVideoX and Wan have achieved remarkable progress in text-to-video, image-to-video, and video editing tasks. Despite these advances, diffusion-…

Video EditingVideo Generation

BLADE: Block-Sparse Attention Meets Step Distillation for Efficient Video Generation

2025-08-14 · Youping Gu, Xiaolong Li, Yuhao Hu, Minqi Chen 외 arxiv

Diffusion Transformers currently lead the field in high-quality video generation, but their slow iterative denoising process and prohibitive quadratic attention costs for long sequences create significant inference bottl…

Video Generation

TeDiO: Temporal Diagonal Optimization for Training-Free Coherent Video Diffusion

2026-05-13 · Nurislam Tursynbek, Zhiqiang Lao, Heather Yu, Gedas Bertasius 외 arxiv

Recent text-to-video diffusion transformers generate visually compelling frames, yet still struggle with temporal coherence, often producing flickering, drifting, or unstable motion. We show that these failures leave a c…

Video Generation

Early Failure Detection and Intervention in Video Diffusion Models

2026-03-15 · Kwon Byung-Ki, Sohwi Lim, Nam Hyeon-Woo, Moon Ye-Bin 외 arxiv

Text-to-video (T2V) diffusion models have rapidly advanced, yet generations still occasionally fail in practice, such as low text-video alignment or low perceptual quality. Since diffusion sampling is non-deterministic, …

Video Alignment

Sparse VideoGen: Accelerating Video Diffusion Transformers with Spatial-Temporal Sparsity

2025-02-03 · Haocheng Xi, Shuo Yang, Yilong Zhao, Chenfeng Xu 외

Diffusion Transformers (DiTs) dominate video generation but their high computational cost severely limits real-world applicability, usually requiring tens of minutes to generate a few seconds of video even on high-perfor…

Video Generation