paper-with-me

Papers

FlexCache: Flexible Approximate Cache System for Video Diffusion

2024-12-18 · Desen Sun, Henry Tian, Tim Lu, Sihang Liu

Text-to-Video applications receive increasing attention from the public. Among these, diffusion models have emerged as the most prominent approach, offering impressive quality in visual content generation. However, it still suffers from substantial computational complexity, often requiring several minutes to generate a single video. While prior research has addressed the computational overhead in text-to-image diffusion models, the techniques developed are not directly suitable for video diffusion models due to the significantly larger cache requirements and enhanced computational demands associated with video generation. We present FlexCache, a flexible approximate cache system that addresses the challenges in two main designs. First, we compress the caches before saving them to storage. Our compression strategy can reduce 6.7 times consumption on average. Then we find that the approximate cache system can achieve higher hit rate and computation savings by decoupling the object and background. We further design a tailored cache replacement policy to support the two techniques mentioned above better. Through our evaluation, FlexCache reaches 1.26 times higher throughput and 25% lower cost compared to the state-of-the-art diffusion approximate cache system.

📄 PDF Abstract BibTeX arXiv:2501.04012

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

SWIFT: Prompt-Adaptive Memory for Efficient Interactive Long Video Generation

2026-05-10 · Shanwen Tan, Hao Li, Jingtao Zhang, Xiaosong Jia 외 arxiv

Streaming long-video generation faces a central challenge in continuous semantic switching, requiring adaptive memory to preserve coherent visual evolution. Current approaches rely on cache rebuilding at prompt boundarie…

Video Generation

Adaptive Hybrid Caching for Efficient Text-to-Video Diffusion Model Acceleration

2025-08-18 · Yuanxin Wei, Lansong Diao, Bujiao Chen, Shenggan Cheng 외 arxiv

Efficient video generation models are increasingly vital for multimedia synthetic content generation. Leveraging the Transformer architecture and the diffusion process, video DiT models have emerged as a dominant approac…

Video Generation

Future Forcing: Future-aware Training-free KV Cache Policy for Autoregressive Video Generation

2026-05-28 · Jiayi Luo, Qiyan Liu, Tengyang Wang, JunHao Liu 외 arxiv

Autoregressive (AR) video generation has emerged as a promising paradigm for long-horizon video synthesis, where each frame is generated conditioned on previously generated tokens. To accelerate inference, the KV cache i…

Video Generation

DeepCache: Principled Cache for Mobile Deep Vision

2017-12-01 · Mengwei Xu, Mengze Zhu, Yunxin Liu, Felix Xiaozhu Lin 외

We present DeepCache, a principled cache design for deep learning inference in continuous mobile vision. DeepCache benefits model execution efficiency by exploiting temporal locality in input video streams. It addresses …

Video Compression

Lexico: Extreme KV Cache Compression via Sparse Coding over Universal Dictionaries

2024-12-12 · Junhyuck Kim, Jongho Park, Jaewoong Cho, Dimitris Papailiopoulos

We introduce Lexico, a novel KV cache compression method that leverages sparse coding with a universal dictionary. Our key finding is that key-value cache in modern LLMs can be accurately approximated using sparse linear…

4kGSM8KQuantization