arXiv:2411.06449cs.CVeess.IV2024-11CVPR被引 47

改进视频VAE结构,提升生成效率与质量

Improved Video VAE for Latent Video Diffusion Model

  • 采用关键帧分路压缩与分组因果卷积,缓解时空冲突
  • 在5个数据集上实现当前最优视频重建与生成性能
  • 适合关注视频生成模型底层架构优化的研究者

变分自编码器(VAE)旨在将像素数据压缩至低维隐空间,在OpenAI Sora等潜在视频扩散生成模型中起关键作用。现有视频VAE多将预训练图像VAE扩展为3D因果结构以实现时空压缩,但本文发现:(1) 使用相同隐空间维度的高质量图像VAE初始化会抑制后续时序压缩能力;(2) 因果推理导致帧间信息交互不均,性能失衡。为此,提出关键帧基时序压缩(KTC)架构与分组因果卷积(GCConv)模块,构建IV-VAE。KTC将隐空间分为两路:一路继承低维图像VAE的关键帧压缩先验,另一路通过3D分组因果卷积实现时序压缩,减少时空冲突并加速收敛。GCConv在每帧组内使用标准卷积保证帧间等价性,组间采用因果逻辑填充以支持可变长度视频处理。五个基准测试结果表明,所提IV-VAE在视频重建与生成方面达到当前最优水平。

原文摘要 · Abstract (English)

Variational Autoencoder (VAE) aims to compress pixel data into low-dimensional latent space, playing an important role in OpenAI's Sora and other latent video diffusion generation models. While most of existing video VAEs inflate a pretrained image VAE into the 3D causal structure for temporal-spatial compression, this paper presents two astonishing findings: (1) The initialization from a well-trained image VAE with the same latent dimensions suppresses the improvement of subsequent temporal compression capabilities. (2) The adoption of causal reasoning leads to unequal information interactions and unbalanced performance between frames. To alleviate these problems, we propose a keyframe-based temporal compression (KTC) architecture and a group causal convolution (GCConv) module to further improve video VAE (IV-VAE). Specifically, the KTC architecture divides the latent space into two branches, in which one half completely inherits the compression prior of keyframes from a lower-dimension image VAE while the other half involves temporal compression through 3D group causal convolution, reducing temporal-spatial conflicts and accelerating the convergence speed of video VAE. The GCConv in above 3D half uses standard convolution within each frame group to ensure inter-frame equivalence, and employs causal logical padding between groups to maintain flexibility in processing variable frame video. Extensive experiments on five benchmarks demonstrate the SOTA video reconstruction and generation capabilities of the proposed IV-VAE (https://wpy1999.github.io/IV-VAE/).

视频生成扩散模型VAE

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。