# ERTACache: Error Rectification and Timesteps Adjustment for Efficient Diffusion

**Authors:** Xurui Peng, Chenqian Yan, Hong Liu, Rui Ma, Fangmin Chen, Xing Wang, Zhihua Wu, Songwei Liu, Mingbao Lin

arXiv: 2508.21091 · 2026-02-11

## TL;DR

ERTACache introduces a novel caching framework that rectifies errors and adjusts timesteps to accelerate diffusion model inference by up to 2x while maintaining high visual quality.

## Contribution

It provides a formal analysis of caching errors and proposes a joint rectification method with dynamic adjustment for efficient diffusion sampling.

## Key findings

- Achieves up to 2x inference speedup on standard benchmarks.
- Maintains or improves visual quality despite aggressive caching.
- Effectively accelerates state-of-the-art video diffusion models with minimal fidelity loss.

## Abstract

Diffusion models suffer from substantial computational overhead due to their inherently iterative inference process. While feature caching offers a promising acceleration strategy by reusing intermediate outputs across timesteps, naive reuse often incurs noticeable quality degradation. In this work, we formally analyze the cumulative error introduced by caching and decompose it into two principal components: feature shift error, caused by inaccuracies in cached outputs, and step amplification error, which arises from error propagation under fixed timestep schedules. To address these issues, we propose ERTACache, a principled caching framework that jointly rectifies both error types. Our method employs an offline residual profiling stage to identify reusable steps, dynamically adjusts integration intervals via a trajectory-aware correction coefficient, and analytically approximates cache-induced errors through a closed-form residual linearization model. Together, these components enable accurate and efficient sampling under aggressive cache reuse. Extensive experiments across standard image and video generation benchmarks show that ERTACache achieves up to 2x inference speedup while consistently preserving or even improving visual quality. Notably, on the state-of-the-art Wan2.1 video diffusion model, ERTACache delivers 2x acceleration with minimal VBench degradation, effectively maintaining baseline fidelity while significantly improving efficiency. The code is available at https://github.com/bytedance/ERTACache.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2508.21091/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/2508.21091/full.md

## References

37 references — full list in the complete paper: https://tomesphere.com/paper/2508.21091/full.md

---
Source: https://tomesphere.com/paper/2508.21091