🤖 AI Summary
Text-to-image diffusion models suffer from slow sampling and high latency; existing acceleration methods typically require retraining or fine-tuning. This paper proposes a zero-training, inference-only acceleration framework: guided by ODE stability theory, it determines optimal timing for attention map reuse and introduces a caching-and-strided-reuse mechanism—fully plug-and-play without modifying the original model. Its key insight is that later-stage attention map reuse preserves higher image fidelity, thereby breaking the inherent quality–speed trade-off in few-step sampling. Experiments demonstrate that, at equivalent latency, our method significantly improves generation quality—achieving superior FID and LPIPS scores compared to diverse few-step sampling baselines. This work establishes a new paradigm for efficient, high-fidelity text-to-image synthesis.
📝 Abstract
Text-to-image diffusion models have demonstrated unprecedented capabilities for flexible and realistic image synthesis. Nevertheless, these models rely on a time-consuming sampling procedure, which has motivated attempts to reduce their latency. When improving efficiency, researchers often use the original diffusion model to train an additional network designed specifically for fast image generation. In contrast, our approach seeks to reduce latency directly, without any retraining, fine-tuning, or knowledge distillation. In particular, we find the repeated calculation of attention maps to be costly yet redundant, and instead suggest reusing them during sampling. Our specific reuse strategies are based on ODE theory, which implies that the later a map is reused, the smaller the distortion in the final image. We empirically compare our reuse strategies with few-step sampling procedures of comparable latency, finding that reuse generates images that are closer to those produced by the original high-latency diffusion model.