paper-with-me

Papers

Accelerating Parallel Diffusion Model Serving with Residual Compression

2025-07-23 · Jiajun Luo, Yicheng Xiao, Jianru Xu, Yangxiu You, Rongwei Lu, Chen Tang, Jingyan Jiang, Zhi Wang arxiv

Diffusion models produce realistic images and videos but require substantial computational resources, necessitating multi-accelerator parallelism for real-time deployment. However, parallel inference introduces significant communication overhead from exchanging large activations between devices, limiting efficiency and scalability. We present CompactFusion, a compression framework that significantly reduces communication while preserving generation quality. Our key observation is that diffusion activations exhibit strong temporal redundancy-adjacent steps produce highly similar activations, saturating bandwidth with near-duplicate data carrying little new information. To address this inefficiency, we seek a more compact representation that encodes only the essential information. CompactFusion achieves this via Residual Compression that transmits only compressed residuals (step-wise activation differences). Based on empirical analysis and theoretical justification, we show that it effectively removes redundant data, enabling substantial data reduction while maintaining high fidelity. We also integrate lightweight error feedback to prevent error accumulation. CompactFusion establishes a new paradigm for parallel diffusion inference, delivering lower latency and significantly higher generation quality than prior methods. On 4xL20, it achieves 3.0x speedup while greatly improving fidelity. It also uniquely supports communication-heavy strategies like sequence parallelism on slow networks, achieving 6.7x speedup over prior overlap-based method. CompactFusion applies broadly across diffusion models and parallel settings, and integrates easily without requiring pipeline rework. Portable implementation demonstrated on xDiT is publicly available at https://github.com/Cobalt-27/CompactFusion

📄 PDF Abstract BibTeX arXiv:2507.17511

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RDEIC: Accelerating Diffusion-Based Extreme Image Compression with Relay Residual Diffusion

2024-10-03 · Zhiyuan Li, Yanhui Zhou, Hao Wei, Chenyang Ge 외

Diffusion-based extreme image compression methods have achieved impressive performance at extremely low bitrates. However, constrained by the iterative denoising process that starts from pure noise, these methods are lim…

DenoisingImage Compression

Deep Compression Autoencoder for Efficient High-Resolution Diffusion Models

2024-10-14 · Junyu Chen, Han Cai, Junsong Chen, Enze Xie 외

We present Deep Compression Autoencoder (DC-AE), a new family of autoencoder models for accelerating high-resolution diffusion models. Existing autoencoder models have demonstrated impressive results at a moderate spatia…

GPUImage Generation

ResBM: Residual Bottleneck Models for Low-Bandwidth Pipeline Parallelism

2026-04-13 · Alan Aboudib, Rodrigo Lopez Portillo A., Kalei Brady, Steffen Cruz arxiv

Unlocking large-scale low-bandwidth decentralized training has the potential to utilize otherwise untapped compute resources. In centralized settings, large-scale multi-node training is primarily enabled by data and pipe…

High Frequency Matters: Uncertainty Guided Image Compression with Wavelet Diffusion

2024-07-17 · Juan Song, Jiaxiang He, Lijie Yang, Mingtao Feng 외

Diffusion probabilistic models have recently achieved remarkable success in generating high-quality images. However, balancing high perceptual quality and low distortion remains challenging in image compression applicati…

DecoderImage CompressionPrediction

Ultra Lowrate Image Compression with Semantic Residual Coding and Compression-aware Diffusion

2025-05-13 · Anle Ke, Xu Zhang, Tong Chen, Ming Lu 외

Existing multimodal large model-based image compression frameworks often rely on a fragmented integration of semantic retrieval, latent compression, and generative models, resulting in suboptimal performance in both reco…

Image CompressionRetrievalSemantic Retrieval