paper-with-me

Papers

SmoothCache: A Universal Inference Acceleration Technique for Diffusion Transformers

2024-11-15 · Joseph Liu, Joshua Geddes, Ziyu Guo, Haomiao Jiang, Mahesh Kumar Nandwana

Diffusion Transformers (DiT) have emerged as powerful generative models for various tasks, including image, video, and speech synthesis. However, their inference process remains computationally expensive due to the repeated evaluation of resource-intensive attention and feed-forward modules. To address this, we introduce SmoothCache, a model-agnostic inference acceleration technique for DiT architectures. SmoothCache leverages the observed high similarity between layer outputs across adjacent diffusion timesteps. By analyzing layer-wise representation errors from a small calibration set, SmoothCache adaptively caches and reuses key features during inference. Our experiments demonstrate that SmoothCache achieves 8% to 71% speed up while maintaining or even improving generation quality across diverse modalities. We showcase its effectiveness on DiT-XL for image generation, Open-Sora for text-to-video, and Stable Audio Open for text-to-audio, highlighting its potential to enable real-time applications and broaden the accessibility of powerful DiT models.

📄 PDF Abstract BibTeX arXiv:2411.10510

Code (1)

roblox/smoothcache 공식 구현 pytorch

Tasks

Image GenerationSpeech Synthesis

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…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

LCM-LoRA: A Universal Stable-Diffusion Acceleration Module

2023-11-09 · Simian Luo, Yiqin Tan, Suraj Patil, Daniel Gu 외

Latent Consistency Models (LCMs) have achieved impressive performance in accelerating text-to-image generative tasks, producing high-quality images with minimal inference steps. LCMs are distilled from pre-trained latent…

GPUImage Generation

SpeedUpNet: A Plug-and-Play Adapter Network for Accelerating Text-to-Image Diffusion Models

2023-12-13 · Weilong Chai, Dandan Zheng, Jiajiong Cao, Zhiquan Chen 외

Text-to-image diffusion models (SD) exhibit significant advancements while requiring extensive computational resources. Existing acceleration methods usually require extensive training and are not universally applicable.…

Image Generation

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

2026-06-21 · Yitong Li, Junsong Chen, Haopeng Li, Haozhe Liu 외 arxiv

Modern video diffusion models achieve higher generation quality through scaling, but this also increases inference cost. Although many acceleration methods have been proposed, a central challenge is that the most effecti…

Video Generation

Accelerating Masked Diffusion Large Language Models: A Survey of Efficient Inference Techniques

2026-07-14 · Daehoon Gwak, Minhyung Lee, Junwoo Park, Jaegul Choo arxiv

Diffusion large language models (dLLMs) offer a theoretical advantage in parallel generation over standard autoregressive models. However, parallel generation alone does not guarantee practical speedups. Realizing this e…

UniFL: Improve Latent Diffusion Model via Unified Feedback Learning

2024-04-08 · Jiacheng Zhang, Jie Wu, Yuxi Ren, Xin Xia 외

Latent diffusion models (LDM) have revolutionized text-to-image generation, leading to the proliferation of various advanced models and diverse downstream applications. However, despite these significant advancements, cu…

Image GenerationText to Image GenerationText-to-Image Generation