paper-with-me

홈 › Papers

CommFuse: Hiding Tail Latency via Communication Decomposition and Fusion for Distributed LLM Training

2026-04-27 · Rezaul Karim, Austin Wen, Wang Zongzuo, Weiwei Zhang, Yang Liu, Walid Ahmed arxiv

The rapid growth in the size of large language models has necessitated the partitioning of computational workloads across accelerators such as GPUs, TPUs, and NPUs. However, these parallelization strategies incur substantial data communication overhead significantly hindering computational efficiency. While communication-computation overlap presents a promising direction, existing data slicing based solutions suffer from tail latency. To overcome this limitation, this research introduces a novel communication-computation overlap technique to eliminate this tail latency in state of the art overlap methods for distributed LLM training. The aim of this technique is to effectively mitigate communication bottleneck of tensor parallelism and data parallelism for distributed training and inference. In particular, we propose a novel method termed CommFuse that replaces conventional collective operations of reduce-scatter and all-gather with decomposed peer-to-peer (P2P) communication and schedules partitioned computations to enable fine-grained overlap. Our method provides an exact algorithm for reducing communication overhead that eliminates tail latency. Moreover, it presents a versatile solution compatible with data-parallel training and various tensor-level parallelism strategies, including TPSP and UP. Experimental evaluations demonstrate that our technique consistently achieves lower latency, superior Model FLOPS Utilization (MFU), and high throughput.

📄 PDF Abstract BibTeX arXiv:2604.24013

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

ChunkFlow: Communication-Aware Chunked Prefetching for Layerwise Offloading in Distributed Diffusion Transformer Inference

2026-05-11 · Han Meng, Danny Willow Liu, Dong Li arxiv

Layerwise offloading reduces the GPU memory footprint of large diffusion transformer (DiT) inference by prefetching upcoming layers from host memory, but its effectiveness hinges on hiding prefetch latency behind per-lay…

High-Fidelity Network Management for Federated AI-as-a-Service: Cross-Domain Orchestration

2026-02-17 · Mohaned Chraiti, Ozgur Ercetin, Merve Saimler arxiv

To support the emergence of AI-as-a-Service (AIaaS), communication service providers (CSPs) are on the verge of a radical transformation-from pure connectivity providers to AIaaS a managed network service (control-and-or…

SUDS: Sanitizing Universal and Dependent Steganography

2023-09-23 · Preston K. Robinette, Hanchen D. Wang, Nishan Shehadeh, Daniel Moyer 외

Steganography, or hiding messages in plain sight, is a form of information hiding that is most commonly used for covert communication. As modern steganographic mediums include images, text, audio, and video, this communi…

Steganalysis

Deep adaptive hiding network for image hiding using attentive frequency extraction and gradual depth extraction

2023-01-28 · Neural Computing and Applications 2023 1 · Le Zhang, Yao Lu, Jinxing Li, Fanglin Chen 외

Image hiding secures information security in multimedia communication. Existing deep image hiding methods usually process the secret and cover information at first, and then fuse such entire processed information. This c…

Image SteganographySteganographics

Data Hiding with Deep Learning: A Survey Unifying Digital Watermarking and Steganography

2021-07-20 · Zihan Wang, Olivia Byrnes, Hu Wang, Ruoxi Sun 외

The advancement of secure communication and identity verification fields has significantly increased through the use of deep learning techniques for data hiding. By embedding information into a noise-tolerant signal such…

Deep Learning