paper-with-me

Papers

Communication-Efficient Diffusion Denoising Parallelization via Reuse-then-Predict Mechanism

2025-05-20 · Kunyun Wang, Bohan Li, Kai Yu, Minyi Guo, Jieru Zhao

Diffusion models have emerged as a powerful class of generative models across various modalities, including image, video, and audio synthesis. However, their deployment is often limited by significant inference latency, primarily due to the inherently sequential nature of the denoising process. While existing parallelization strategies attempt to accelerate inference by distributing computation across multiple devices, they typically incur high communication overhead, hindering deployment on commercial hardware. To address this challenge, we propose \textbf{ParaStep}, a novel parallelization method based on a reuse-then-predict mechanism that parallelizes diffusion inference by exploiting similarity between adjacent denoising steps. Unlike prior approaches that rely on layer-wise or stage-wise communication, ParaStep employs lightweight, step-wise communication, substantially reducing overhead. ParaStep achieves end-to-end speedups of up to \textbf{3.88}$\times$ on SVD, \textbf{2.43}$\times$ on CogVideoX-2b, and \textbf{6.56}$\times$ on AudioLDM2-large, while maintaining generation quality. These results highlight ParaStep as a scalable and communication-efficient solution for accelerating diffusion inference, particularly in bandwidth-constrained environments.

📄 PDF Abstract BibTeX arXiv:2505.14741

Code (0)

등록된 구현이 없습니다.

Tasks

Audio SynthesisDenoising

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

DiTango: Cost-Effective Parallel Diffusion Generation with Selective Attention State Reuse

2026-07-17 · Yuyang Chen, Runxin Zhong, Zan Zong, Hengjie Li 외 arxiv

Recent advances in AI-generated content have driven widespread adoption of Diffusion Transformers (DiTs) for high-resolution, long-duration content generation. While parallelization techniques accelerate diffusion infere…

FlashDiff: Efficient Regional Execution and Scheduling for Diffusion Model Serving

2026-07-13 · Yaqi Qiao, Ping He, Songrun Xie, Ayush Barik 외 arxiv

Diffusion models have become the central backbone for modern image, video, and audio generation, but their efficient service remains a challenge. Unlike autoregressive decoding, diffusion inference repeatedly updates hig…

Audio Generation

X-Cache: Cross-Chunk Block Caching for Few-Step Autoregressive World Models Inference

2026-04-22 · Yixiao Zeng, Jianlei Zheng, Chaoda Zheng, Shijia Chen 외 arxiv

Real-time world simulation is becoming a key infrastructure for scalable evaluation and online reinforcement learning of autonomous driving systems. Recent driving world models built on autoregressive video diffusion ach…

Reinforcement LearningAutonomous DrivingVideo Generation

Beyond Few-Step Inference: Accelerating Video Diffusion Transformer Model Serving with Inter-Request Caching Reuse

2026-04-06 · Hao Liu, Ye Huang, Chenghuan Huang, Zhenyi Zheng 외 arxiv

Video Diffusion Transformer (DiT) models are a dominant approach for high-quality video generation but suffer from high inference cost due to iterative denoising. Existing caching approaches primarily exploit similarity …

Video Generation

CHIMERA: Adaptive Cache Injection and Semantic Anchor Prompting for Zero-shot Image Morphing with Morphing-oriented Metrics

2025-12-08 · Dahyeon Kye, Jeahun Sung, Minkyu Jeon, Jihyong Oh arxiv

Recent diffusion-based image morphing methods typically interpolate inverted latents and reuse limited conditioning signals, which often yields unstable intermediates for heterogeneous endpoint pairs. In particular, (i) …