Beyond and Free from Diffusion: Invertible Guided Consistency Training
Chia-Hong Hsu, Shiu-hong Kao, Randall Balestriero
TL;DR
The paper addresses saturation artifacts and compute bottlenecks in guidance for diffusion-based generative models by proposing invertible Guided Consistency Training (iGCT), a DM-independent, data-driven framework for guided consistency models. iGCT integrates guided consistency training with inverse consistency training and introduces a noiser component to map images to a noise latent, enabling invertible, one-stage training that supports fast, 1-step guided generation and editing. Empirical results on CIFAR-10 and ImageNet64 show improved FID and precision under high guidance compared to classifier-free guidance and distillation-based consistency models, along with rapid inversion-based editing. This approach reduces training complexity and computational cost while delivering robust guidance and inversion capabilities, though it currently exhibits some limitations on ImageNet64 and benefits from stronger theoretical grounding.
Abstract
Guidance in image generation steers models towards higher-quality or more targeted outputs, typically achieved in Diffusion Models (DMs) via Classifier-free Guidance (CFG). However, recent Consistency Models (CMs), which offer fewer function evaluations, rely on distilling CFG knowledge from pretrained DMs to achieve guidance, making them costly and inflexible. In this work, we propose invertible Guided Consistency Training (iGCT), a novel training framework for guided CMs that is entirely data-driven. iGCT, as a pioneering work, contributes to fast and guided image generation and editing without requiring the training and distillation of DMs, greatly reducing the overall compute requirements. iGCT addresses the saturation artifacts seen in CFG under high guidance scales. Our extensive experiments on CIFAR-10 and ImageNet64 show that iGCT significantly improves FID and precision compared to CFG. At a guidance of 13, iGCT improves precision to 0.8, while DM's drops to 0.47. Our work takes the first step toward enabling guidance and inversion for CMs without relying on DMs.
