CVAug 23, 2025

HiCache: Training-free Acceleration of Diffusion Models via Hermite Polynomial-based Feature Caching

arXiv:2508.16984v16 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the problem of slow inference in diffusion models for content generation, offering a significant speedup without quality loss, though it is an incremental improvement over existing caching methods.

The paper tackled the high computational cost of diffusion models by introducing HiCache, a training-free acceleration framework that uses Hermite polynomials for feature caching, achieving a 6.24x speedup on FLUX.1-dev while improving quality over baselines.

Diffusion models have achieved remarkable success in content generation but suffer from prohibitive computational costs due to iterative sampling. While recent feature caching methods tend to accelerate inference through temporal extrapolation, these methods still suffer from server quality loss due to the failure in modeling the complex dynamics of feature evolution. To solve this problem, this paper presents HiCache, a training-free acceleration framework that fundamentally improves feature prediction by aligning mathematical tools with empirical properties. Our key insight is that feature derivative approximations in Diffusion Transformers exhibit multivariate Gaussian characteristics, motivating the use of Hermite polynomials-the potentially theoretically optimal basis for Gaussian-correlated processes. Besides, We further introduce a dual-scaling mechanism that ensures numerical stability while preserving predictive accuracy. Extensive experiments demonstrate HiCache's superiority: achieving 6.24x speedup on FLUX.1-dev while exceeding baseline quality, maintaining strong performance across text-to-image, video generation, and super-resolution tasks. Core implementation is provided in the appendix, with complete code to be released upon acceptance.

Foundations

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

Your Notes