Pith. sign in

REVIEW 20 cited by

Less is Enough: Training-Free Video Diffusion Acceleration via Runtime-Adaptive Caching

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2507.02860 v1 pith:WZIS3STU submitted 2025-07-03 cs.CV

Less is Enough: Training-Free Video Diffusion Acceleration via Runtime-Adaptive Caching

classification cs.CV
keywords videoeasycacheaccelerationgenerationinferencemodelsapplicationscaching
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

Video generation models have demonstrated remarkable performance, yet their broader adoption remains constrained by slow inference speeds and substantial computational costs, primarily due to the iterative nature of the denoising process. Addressing this bottleneck is essential for democratizing advanced video synthesis technologies and enabling their integration into real-world applications. This work proposes EasyCache, a training-free acceleration framework for video diffusion models. EasyCache introduces a lightweight, runtime-adaptive caching mechanism that dynamically reuses previously computed transformation vectors, avoiding redundant computations during inference. Unlike prior approaches, EasyCache requires no offline profiling, pre-computation, or extensive parameter tuning. We conduct comprehensive studies on various large-scale video generation models, including OpenSora, Wan2.1, and HunyuanVideo. Our method achieves leading acceleration performance, reducing inference time by up to 2.1-3.3$\times$ compared to the original baselines while maintaining high visual fidelity with a significant up to 36% PSNR improvement compared to the previous SOTA method. This improvement makes our EasyCache a efficient and highly accessible solution for high-quality video generation in both research and practical applications. The code is available at https://github.com/H-EmbodVis/EasyCache.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 20 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. VDE: Training-Free Accelerating Rectified Flow Model via Velocity Decomposition and Estimation

    cs.CV 2026-05 unverdicted novelty 7.0

    VDE accelerates rectified flow models like Flux by 3.22x with LPIPS of 0.069 via velocity decomposition into parallel/orthogonal components plus periodic full-pass anchoring.

  2. Accelerating Rectified Flow Models via Trajectory-Aware Caching

    cs.CV 2026-05 unverdicted novelty 7.0

    TACache accelerates rectified flow sampling up to 4.14x for text-to-image and 2.11x for text-to-video via offline skip scheduling from cumulative variation thresholds and online velocity reconstruction using historica...

  3. 1.x-Distill: Breaking the Diversity, Quality, and Efficiency Barrier in Distribution Matching Distillation

    cs.CV 2026-04 conditional novelty 7.0

    1.x-Distill achieves better quality and diversity than prior few-step distillation methods at 1.67 and 1.74 effective NFEs on SD3 models with up to 33x speedup.

  4. WorldDynCache: Risk-Controlled Latent Dynamics Approximation for Diffusion World Model

    cs.LG 2026-08 conditional novelty 6.0

    A caching framework that approximates latent transitions with a condition-aware lifted surrogate and gates them by an online-calibrated, future-weighted risk, reporting 4.92x and 2.15x speedups on two diffusion world models.

  5. Sol-Attn: Accelerating Video Generation Inference via On-the-Fly Attention Sparsification

    cs.CV 2026-07 conditional novelty 6.0

    Sol-Attn fuses threshold-based block selection and approximate correction into a single online-softmax pass, reporting 1.9–3.0× end-to-end speedups for video generation and editing without retraining.

  6. CachedSearch: Training-Free Cached Exploration for Test-Time Search in Video Diffusion

    cs.AI 2026-07 conditional novelty 6.0

    Using cached drafts to select the winner and regenerating only that winner captures 94.7% of best-of-8 search gain at 63% of the cost.

  7. SyncCache: Exploiting Asymmetric Dynamics for Fast Audio-Driven Portrait Animation

    cs.CV 2026-06 unverdicted novelty 6.0

    SyncCache accelerates DiT-based audio-driven portrait animation up to 4.12x via spatially-asymmetric probing and modality-decoupled caching while preserving near-lossless quality and audio sync.

  8. NaviCache: Test-Time Self-Calibration Caching for Video Generation

    cs.CV 2026-06 conditional novelty 6.0

    A test-time Kalman-style dual-state tracker of the output-to-input feature ratio enables error-bounded computation skipping in video diffusion without offline calibration.

  9. LearniBridge: Learnable Calibration of Feature Caching for Diffusion Models Acceleration

    cs.CV 2026-06 unverdicted novelty 6.0

    LearniBridge learns shared low-rank calibration updates via LoRA to enable high-ratio feature caching in DiTs using only 3-5 samples, delivering up to 5.87x acceleration on FLUX with quality gains on video models.

  10. RhymeFlow: Training-Free Acceleration for Video Generation with Asynchronous Denoising Flow Scheduling

    cs.CV 2026-06 unverdicted novelty 6.0

    RhymeFlow is a training-free acceleration framework that decouples denoising trajectories across video frames by dense processing of semantic keyframes and asynchronous skipping for non-keyframes, augmented by a laten...

  11. ReCache: Learning Budget-Aware Caching Schedules for Diffusion Models via REINFORCE

    cs.CV 2026-06 unverdicted novelty 6.0

    ReCache learns recomputation schedules via policy gradients to maximize quality under a target compute budget for any caching mechanism in diffusion models.

  12. Not All Tokens Need 40 Steps: Heterogeneous Step Allocation in Diffusion Transformers for Efficient Video Generation

    cs.CV 2026-05 unverdicted novelty 6.0

    HSA assigns variable denoising steps to spatiotemporal tokens in DiTs based on velocity dynamics, with KV-cache sync and cached Euler updates, outperforming prior caching methods on quality-runtime tradeoffs for T2V a...

  13. Seeing Realism from Simulation: Efficient Video Transfer for Vision-Language-Action Data Augmentation

    cs.CV 2026-05 unverdicted novelty 6.0

    A video transfer pipeline augments simulated VLA data into realistic videos while preserving actions, yielding consistent performance gains on robot benchmarks such as 8% on Robotwin 2.0.

  14. When Numbers Speak: Aligning Textual Numerals and Visual Instances in Text-to-Video Diffusion Models

    cs.CV 2026-04 unverdicted novelty 6.0

    NUMINA improves counting accuracy in text-to-video diffusion models by up to 7.4% via a training-free identify-then-guide framework on the new CountBench dataset.

  15. OmniCache: Multidimensional Hierarchical Feature Caching For Diffusion Models

    cs.CV 2026-07 conditional novelty 5.0

    Training-free hierarchical feature caching across token, frame, block, and layer axes cuts diffusion inference latency up to 35% while preserving quality better than averaging-based token merging.

  16. ACID: Adaptive Caching for vIDeo generation

    cs.CV 2026-07 conditional novelty 5.0

    ACID dynamically switches caching thresholds based on drift-signal rate of change, recovering near-conservative quality at substantially higher video-diffusion inference speeds.

  17. ACID: Adaptive Caching for vIDeo generation

    cs.CV 2026-07 conditional novelty 5.0

    Adaptive threshold switching on the drift signal's rate of change expands the quality-vs-speed Pareto frontier of TeaCache, EasyCache, and DiCache across HunyuanVideo, Wan 2.1, and CogVideoX.

  18. NaviCache: Test-Time Self-Calibration Caching for Video Generation

    cs.CV 2026-06 unverdicted novelty 5.0

    NaviCache re-conceptualizes feature changes in video diffusion as an INS problem with dual-state estimation and uncertainty-aware updates to enable accurate test-time computation skipping.

  19. Sol Video Inference Engine: Agent-Native Full-Stack Acceleration Framework for Efficient Video Generation

    cs.CV 2026-06 unverdicted novelty 5.0

    Sol Video Inference Engine uses parallel skill agents to optimize cache, sparse attention, token pruning, quantization, and kernel fusion, delivering over 2x end-to-end acceleration with near-lossless quality on three...

  20. PixelWizard: Towards Efficient High-Fidelity Video Generation at Ultra-Large Spatial Resolution

    cs.CV 2026-05 unverdicted novelty 5.0

    PixelWizard decouples global structure from fine details via a spatiotemporal anchor and introduces Noise-Span Aligned Shortcut Training with biased sampling to achieve over 10x faster sampling for high-fidelity 2K/4K...