在语义空间生成视频,提速且更省算力。
SemanticGen: Video Generation in Semantic Space
- 先生成紧凑语义特征规划全局布局,再添细节
- 生成速度比传统方法快,长视频也高效
- 适合追求高效高质量视频生成的研究者
当前顶尖视频生成模型通常在VAE隐空间学习视频潜在表示,并通过VAE解码器映射到像素。尽管能生成高质量视频,但收敛慢且生成长视频时计算开销大。本文提出SemanticGen,通过在语义空间生成视频来解决上述问题。核心思想是:由于视频存在固有冗余,应先在紧凑的高层语义空间进行全局规划,再逐步添加高频细节,而非直接用双向注意力建模大量低层视频标记。SemanticGen采用两阶段生成流程:第一阶段用扩散模型生成紧凑的语义视频特征,定义视频全局布局;第二阶段用另一扩散模型基于这些语义特征生成VAE隐向量,输出最终视频。实验表明,语义空间生成显著加快收敛,扩展至长视频时仍具高效性。大量实验证明,SemanticGen生成视频质量高,优于现有方法和强基线。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。