让语义先生成,用异步扩散提升图像生成质量与速度
Semantics Lead the Way: Harmonizing Semantic and Texture Modeling with Asynchronous Latent Diffusion
- 先生成语义潜变量,再异步细化纹理,模仿人类创作顺序
- ImageNet上FID低至1.04,训练速度比原版快100倍
- 适合追求高质量、高效率图像生成的研究者和开发者
潜在扩散模型(LDMs)天然遵循从粗到细的生成过程,高层语义结构比细粒度纹理更早生成。这表明语义可作为纹理生成的锚点。现有方法虽引入预训练视觉编码器的语义先验,但仍同步去噪语义与纹理潜变量,忽略了这一时序关系。为此,本文提出语义优先扩散(SFD),显式优先构建语义。SFD首先将来自预训练视觉编码器的紧凑语义潜变量(通过专用语义VAE提取)与纹理潜变量融合成复合潜变量。核心是使用独立噪声调度异步去噪:语义先于纹理,时间上存在偏移,从而为纹理精修提供更清晰的高层指导,实现自然的从粗到细生成。在ImageNet 256x256上,使用引导生成时,SFD达到FID 1.06(LightningDiT-XL)和FID 1.04(1.0B LightningDiT-XXL),收敛速度比原始DiT快达100倍。SFD还能提升ReDi和VA-VAE等现有方法,验证了异步语义主导建模的有效性。项目页与代码:https://yuemingpan.github.io/SFD.github.io/
原文摘要 · Abstract (English)
Latent Diffusion Models (LDMs) inherently follow a coarse-to-fine generation process, where high-level semantic structure is generated slightly earlier than fine-grained texture. This indicates the preceding semantics potentially benefit texture generation by providing a semantic anchor. Recent advances have integrated semantic priors from pretrained visual encoders to further enhance LDMs, yet they still denoise semantic and VAE-encoded texture synchronously, neglecting such ordering. Observing these, we propose Semantic-First Diffusion (SFD), a latent diffusion paradigm that explicitly prioritizes semantic formation. SFD first constructs composite latents by combining a compact semantic latent, which is extracted from a pretrained visual encoder via a dedicated Semantic VAE, with the texture latent. The core of SFD is to denoise the semantic and texture latents asynchronously using separate noise schedules: semantics precede textures by a temporal offset, providing clearer high-level guidance for texture refinement and enabling natural coarse-to-fine generation. On ImageNet 256x256 with guidance, SFD achieves FID 1.06 (LightningDiT-XL) and FID 1.04 (1.0B LightningDiT-XXL), while achieving up to 100x faster convergence than the original DiT. SFD also improves existing methods like ReDi and VA-VAE, demonstrating the effectiveness of asynchronous, semantics-led modeling. Project page and code: https://yuemingpan.github.io/SFD.github.io/.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。