paper-with-me

Papers

FastUSP: A Multi-Level Collaborative Acceleration Framework for Distributed Diffusion Model Inference

2026-02-11 · Guandong Li arxiv

Large-scale diffusion models such as FLUX (12B parameters) and Stable Diffusion 3 (8B parameters) require multi-GPU parallelism for efficient inference. Unified Sequence Parallelism (USP), which combines Ulysses and Ring attention mechanisms, has emerged as the state-of-the-art approach for distributed attention computation. However, existing USP implementations suffer from significant inefficiencies including excessive kernel launch overhead and suboptimal computation-communication scheduling. In this paper, we propose \textbf{FastUSP}, a multi-level optimization framework that integrates compile-level optimization (graph compilation with CUDA Graphs and computation-communication reordering), communication-level optimization (FP8 quantized collective communication), and operator-level optimization (pipelined Ring attention with double buffering). We evaluate FastUSP on FLUX (12B) and Qwen-Image models across 2, 4, and 8 NVIDIA RTX 5090 GPUs. On FLUX, FastUSP achieves consistent \textbf{1.12$\times$--1.16$\times$} end-to-end speedup over baseline USP, with compile-level optimization contributing the dominant improvement. On Qwen-Image, FastUSP achieves \textbf{1.09$\times$} speedup on 2 GPUs; on 4--8 GPUs, we identify a PyTorch Inductor compatibility limitation with Ring attention that prevents compile optimization, while baseline USP scales to 1.30$\times$--1.46$\times$ of 2-GPU performance. We further provide a detailed analysis of the performance characteristics of distributed diffusion inference, revealing that kernel launch overhead -- rather than communication latency -- is the primary bottleneck on modern high-bandwidth GPU interconnects.

📄 PDF Abstract BibTeX arXiv:2602.10940

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Wireless Collaborated Inference Acceleration Framework for Plant Disease Recognition

2025-05-05 · Hele Zhu, Xinyi Huang, Haojia Gao, Mengfei Jiang 외

Plant disease is a critical factor affecting agricultural production. Traditional manual recognition methods face significant drawbacks, including low accuracy, high costs, and inefficiency. Deep learning techniques have…

Collaborative InferenceDeep Reinforcement Learning

Algorithmic Acceleration of Parallel ALS for Collaborative Filtering: Speeding up Distributed Big Data Recommendation in Spark

2016-01-10 · Winlaw Manda, Hynes Michael B., Caterini Anthony, De Sterck Hans

Collaborative filtering algorithms are important building blocks in many practical recommendation systems. For example, many large-scale data processing environments include collaborative filtering models for which the A…

Collaborative FilteringRecommendation Systems

Personalized Collaborative Learning with Affinity-Based Variance Reduction

2025-10-17 · Chenyu Zhang, Navid Azizan arxiv

Multi-agent learning faces a fundamental tension: leveraging distributed collaboration without sacrificing the personalization needed for diverse agents. This tension intensifies when aiming for full personalization whil…

Federated Learning

AMBUSH: Collaborative Capture in Complex Environments with Neural Acceleration

2026-07-01 · Junfeng Chen, YinHang Luo, Xinyi Wang, Junrui Li 외 arxiv

Collaborative capture of dynamic targets is common in nature as an essential strategy for weaker species against the strong. Similar concepts have shown to be useful for numerous robotic applications, such as security an…

Reinforcement Learning

Receptive Field-based Segmentation for Distributed CNN Inference Acceleration in Collaborative Edge Computing

2022-07-22 · Nan Li, Alexandros Iosifidis, Qi Zhang

This paper studies inference acceleration using distributed convolutional neural networks (CNNs) in collaborative edge computing network. To avoid inference accuracy loss in inference task partitioning, we propose recept…

Edge-computing