一致性模型

Consistency Models

宋飏 Yang Song · OpenAI · 2023-03-02 · arXiv:2303.01469 ↗ · 被引 1999

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

扩散模型在图像、音频和视频生成领域取得了显著进展,但它们依赖于迭代采样过程,导致生成速度缓慢。为了克服这一限制,我们提出了一致性模型,这是一种新的模型家族,通过直接将噪声映射到数据来生成高质量样本。它们设计上支持快速单步生成,同时仍允许多步采样以在计算量和样本质量之间进行权衡。此外,它们还支持零样本数据编辑,如图像修复、着色和超分辨率,无需针对这些任务进行显式训练。一致性模型可以通过蒸馏预训练的扩散模型来训练,也可以作为独立的生成模型进行训练。通过大量实验,我们证明它们在一步和少步采样中优于现有的扩散模型蒸馏技术,在 CIFAR-10 上实现了新的最先进 FID 为 3.55,在 ImageNet 64x64 上为 6.20。当单独训练时,一致性模型成为一种新的生成模型家族,在标准基准测试(如 CIFAR-10、ImageNet 64x64 和 LSUN 256x256)上优于现有的单步非对抗生成模型。

Diffusion models have significantly advanced the fields of image, audio, and video generation, but they depend on an iterative sampling process that causes slow generation. To overcome this limitation, we propose consistency models, a new family of models that generate high quality samples by directly mapping noise to data. They support fast one-step generation by design, while still allowing multistep sampling to trade compute for sample quality. They also support zero-shot data editing, such as image inpainting, colorization, and super-resolution, without requiring explicit training on these tasks. Consistency models can be trained either by distilling pre-trained diffusion models, or as standalone generative models altogether. Through extensive experiments, we demonstrate that they outperform existing distillation techniques for diffusion models in one- and few-step sampling, achieving the new state-of-the-art FID of 3.55 on CIFAR-10 and 6.20 on ImageNet 64x64 for one-step generation. When trained in isolation, consistency models become a new family of generative models that can outperform existing one-step, non-adversarial generative models on standard benchmarks such as CIFAR-10, ImageNet 64x64 and LSUN 256x256.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 12)

阅读逐段中英对照全文 →