CVDec 30, 2025

CorGi: Contribution-Guided Block-Wise Interval Caching for Training-Free Acceleration of Diffusion Transformers

arXiv:2512.24195v1h-index: 2
Originality Incremental advance
AI Analysis

This addresses the problem of slow inference for users of DiT models in visual generation tasks, offering a practical speedup with minimal quality loss, though it is incremental as it builds on known redundancy in iterative processes.

The paper tackled the high inference cost of diffusion transformers (DiT) by proposing CorGi, a training-free acceleration framework that reduces redundant computation through selective caching and reuse of transformer block outputs, achieving up to 2.0x speedup on average while preserving generation quality.

Diffusion transformer (DiT) achieves remarkable performance in visual generation, but its iterative denoising process combined with larger capacity leads to a high inference cost. Recent works have demonstrated that the iterative denoising process of DiT models involves substantial redundant computation across steps. To effectively reduce the redundant computation in DiT, we propose CorGi (Contribution-Guided Block-Wise Interval Caching), training-free DiT inference acceleration framework that selectively reuses the outputs of transformer blocks in DiT across denoising steps. CorGi caches low-contribution blocks and reuses them in later steps within each interval to reduce redundant computation while preserving generation quality. For text-to-image tasks, we further propose CorGi+, which leverages per-block cross-attention maps to identify salient tokens and applies partial attention updates to protect important object details. Evaluation on the state-of-the-art DiT models demonstrates that CorGi and CorGi+ achieve up to 2.0x speedup on average, while preserving high generation quality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes