paper-with-me

Papers

ProCache: Constraint-Aware Feature Caching with Selective Computation for Diffusion Transformer Acceleration

2025-12-19 · Fanpu Cao, Yaofo Chen, Zeng You, Wei Luo arxiv

Diffusion Transformers (DiTs) have achieved state-of-the-art performance in generative modeling, yet their high computational cost hinders real-time deployment. While feature caching offers a promising training-free acceleration solution by exploiting temporal redundancy, existing methods suffer from two key limitations: (1) uniform caching intervals fail to align with the non-uniform temporal dynamics of DiT, and (2) naive feature reuse with excessively large caching intervals can lead to severe error accumulation. In this work, we analyze the evolution of DiT features during denoising and reveal that both feature changes and error propagation are highly time- and depth-varying. Motivated by this, we propose ProCache, a training-free dynamic feature caching framework that addresses these issues via two core components: (i) a constraint-aware caching pattern search module that generates non-uniform activation schedules through offline constrained sampling, tailored to the model's temporal characteristics; and (ii) a selective computation module that selectively computes within deep blocks and high-importance tokens for cached segments to mitigate error accumulation with minimal overhead. Extensive experiments on PixArt-alpha and DiT demonstrate that ProCache achieves up to 1.96x and 2.90x acceleration with negligible quality degradation, significantly outperforming prior caching-based methods.

📄 PDF Abstract BibTeX arXiv:2512.17298

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BAG: Budget-Aware Gating for Diffusion Caching

2026-08-10 · Tong Zhao, Mingkun Lei, Yucheng Han, Chi Zhang arxiv

Diffusion caching is a lightweight strategy that accelerates Diffusion Transformers (DiTs) by reusing intermediate features across denoising steps, but existing paradigms face a fundamental trade-off: online heuristics l…

Token Pruning for Caching Better: 9 Times Acceleration on Stable Diffusion for Free

2024-12-31 · Evelyn Zhang, Bang Xiao, Jiayi Tang, Qianli Ma 외

Stable Diffusion has achieved remarkable success in the field of text-to-image generation, with its powerful generative capabilities and diverse generation results making a lasting impact. However, its iterative denoisin…

DenoisingImage GenerationText to Image GenerationText-to-Image Generation

Reinforcement Learning Based Approaches to Adaptive Context Caching in Distributed Context Management Systems

2022-12-22 · Shakthi Weerasinghe, Arkady Zaslavsky, Seng W. Loke, Amin Abken 외

Performance metrics-driven context caching has a profound impact on throughput and response time in distributed context management systems for real-time context queries. This paper proposes a reinforcement learning based…

Managementreinforcement-learningReinforcement Learning (RL)

StepCache: Step-Level Reuse with Lightweight Verification and Selective Patching for LLM Serving

2026-03-24 · Azam Nouri arxiv

We address LLM serving workloads where repeated requests share a common solution structure but differ in localized constraints, such as output schema, variable names, or numeric constants. Prior caching approaches typica…

QCFuse: Query-Centric Cache Fusion for Efficient RAG Inference

2026-03-30 · Jianxin Yan, Zeheng Qian, Wangze Ni, Zhitao Shen 외 arxiv

Cache fusion accelerates generation process of LLMs equipped with RAG through KV caching and selective token recomputation, thereby reducing computational costs and improving efficiency. However, existing methods primari…