arXiv:2510.15301cs.CVcs.AI2025-10中稿 · ICLR被引 75

不用VAE的扩散模型,用自监督特征提升生成效率和质量

Latent Diffusion Model without Variational Autoencoder

  • 用冻结的DINO特征构建语义清晰的潜在空间,替代VAE
  • 训练速度更快,支持少步采样,生成质量更高
  • 适合需要高效高质视觉生成的开发者与研究者

基于扩散模型的图像生成近年依赖于带有变分自编码器(VAE)的潜空间模型。尽管能生成高质量图像,但该范式存在训练效率低、推理慢、迁移能力差的问题,根源在于VAE潜空间缺乏清晰的语义分离和强判别结构。本文分析表明,这些特性不仅对感知理解任务重要,也影响潜空间扩散模型的稳定高效训练。为此,我们提出SVG——一种无需VAE的新型潜空间扩散模型,利用冻结的DINO自监督特征构建具备明确语义判别力的特征空间,同时通过轻量残差分支捕捉细节以实现高保真重建。扩散模型直接在这一语义结构化的潜空间中训练,显著提升了学习效率。实验显示,SVG实现更快速的训练、支持少步采样,并提升生成质量;同时保留了底层自监督表示的语义与判别能力,为通用化、高质量视觉表征提供可解释路径。代码与解释见https://howlin-wang.github.io/svg/

原文摘要 · Abstract (English)

Recent progress in diffusion-based visual generation has largely relied on latent diffusion models with variational autoencoders (VAEs). While effective for high-fidelity synthesis, this VAE+diffusion paradigm suffers from limited training efficiency, slow inference, and poor transferability to broader vision tasks. These issues stem from a key limitation of VAE latent spaces: the lack of clear semantic separation and strong discriminative structure. Our analysis confirms that these properties are crucial not only for perception and understanding tasks, but also for the stable and efficient training of latent diffusion models. Motivated by this insight, we introduce SVG, a novel latent diffusion model without variational autoencoders, which leverages self-supervised representations for visual generation. SVG constructs a feature space with clear semantic discriminability by leveraging frozen DINO features, while a lightweight residual branch captures fine-grained details for high-fidelity reconstruction. Diffusion models are trained directly on this semantically structured latent space to facilitate more efficient learning. As a result, SVG enables accelerated diffusion training, supports few-step sampling, and improves generative quality. Experimental results further show that SVG preserves the semantic and discriminative capabilities of the underlying self-supervised representations, providing a principled pathway toward task-general, high-quality visual representations. Code and interpretations are available at https://howlin-wang.github.io/svg/.

扩散模型自监督生成模型潜空间

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