arXiv:2502.01441cs.CVcs.LG2025-02ICLR被引 15

改进隐空间一致性模型训练,实现单步高质量图像生成

Improved Training Technique for Latent Consistency Models

  • 用柯西损失替代伪霍布克损失,缓解隐空间异常值干扰
  • 引入早期扩散损失与最优传输耦合,提升生成质量
  • 采用自适应缩放调度和非缩放层归一化,增强训练稳定性

一致性模型是一类新型生成模型,可在单步或多步内生成高质量样本。近期研究表明,其在像素空间的表现已接近扩散模型。然而,在大规模数据集(如文生图、视频生成)上扩展时,性能受限于隐空间的表现。本文分析了像素与隐空间的统计差异,发现隐空间常存在高度冲激的异常值,显著损害iCT在隐空间的性能。为此,我们用柯西损失替代伪霍布克损失,有效抑制异常值影响;在早期时间步引入扩散损失,并采用最优传输(OT)耦合进一步提升性能;同时提出自适应缩放-c调度器以保障稳健训练,并在架构中采用非缩放层归一化(Non-scaling LayerNorm),更好捕捉特征统计特性,降低异常值影响。结合上述策略,成功训练出可在单步或双步完成高质量采样的隐空间一致性模型,显著缩小了与扩散模型的性能差距。代码已开源:https://github.com/quandao10/sLCT/

原文摘要 · Abstract (English)

Consistency models are a new family of generative models capable of producing high-quality samples in either a single step or multiple steps. Recently, consistency models have demonstrated impressive performance, achieving results on par with diffusion models in the pixel space. However, the success of scaling consistency training to large-scale datasets, particularly for text-to-image and video generation tasks, is determined by performance in the latent space. In this work, we analyze the statistical differences between pixel and latent spaces, discovering that latent data often contains highly impulsive outliers, which significantly degrade the performance of iCT in the latent space. To address this, we replace Pseudo-Huber losses with Cauchy losses, effectively mitigating the impact of outliers. Additionally, we introduce a diffusion loss at early timesteps and employ optimal transport (OT) coupling to further enhance performance. Lastly, we introduce the adaptive scaling-$c$ scheduler to manage the robust training process and adopt Non-scaling LayerNorm in the architecture to better capture the statistics of the features and reduce outlier impact. With these strategies, we successfully train latent consistency models capable of high-quality sampling with one or two steps, significantly narrowing the performance gap between latent consistency and diffusion models. The implementation is released here: https://github.com/quandao10/sLCT/

一致性模型隐空间生成图像生成鲁棒训练

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