SemanticGen: Video Generation in Semantic Space
Jianhong Bai, Xiaoshi Wu, Xintao Wang, Xiao Fu, Yuanxing Zhang, Qinghe Wang, Xiaoyu Shi, Menghan Xia, Zuozhu Liu, Haoji Hu, Pengfei Wan, Kun Gai
TL;DR
SemanticGen tackles slow convergence and drift in long-video diffusion methods by first generating compact semantic representations and then mapping them to VAE latents in a two-stage diffusion pipeline. By compressing semantic space with a learnable MLP and using in-context conditioning, the approach achieves faster training and better long-video coherence, while extending naturally to longer videos via Swin-attention in the latent stage. Experiments show competitive short-video quality and clear improvements in long-video consistency, with ablations validating the benefits of semantic-space modeling. The work advances practical, scalable text-to-video generation by decoupling global semantic planning from detail synthesis, enabling efficient generation of longer videos with high fidelity.
Abstract
State-of-the-art video generative models typically learn the distribution of video latents in the VAE space and map them to pixels using a VAE decoder. While this approach can generate high-quality videos, it suffers from slow convergence and is computationally expensive when generating long videos. In this paper, we introduce SemanticGen, a novel solution to address these limitations by generating videos in the semantic space. Our main insight is that, due to the inherent redundancy in videos, the generation process should begin in a compact, high-level semantic space for global planning, followed by the addition of high-frequency details, rather than directly modeling a vast set of low-level video tokens using bi-directional attention. SemanticGen adopts a two-stage generation process. In the first stage, a diffusion model generates compact semantic video features, which define the global layout of the video. In the second stage, another diffusion model generates VAE latents conditioned on these semantic features to produce the final output. We observe that generation in the semantic space leads to faster convergence compared to the VAE latent space. Our method is also effective and computationally efficient when extended to long video generation. Extensive experiments demonstrate that SemanticGen produces high-quality videos and outperforms state-of-the-art approaches and strong baselines.
