中文
相关论文

相关论文: SimpleFSDP: Simpler Fully Sharded Data Parallel wi…

200 篇论文

In the evolving landscape of neural network models, one prominent challenge stand out: the significant memory overheads associated with training expansive models. Addressing this challenge, this study delves deep into the Rotated Tensor…

分布式、并行与集群计算 · 计算机科学 2023-11-06 Cheng Luo , Tianle Zhong , Geoffrey Fox

The rapid growth of deep learning models has increased the demand for efficient distributed training strategies. Fully sharded approaches like ZeRO-3 and FSDP partition model parameters across GPUs and apply optimizations such as…

分布式、并行与集群计算 · 计算机科学 2026-02-20 Masahiro Tanaka , Du Li , Umesh Chand , Ali Zafar , Haiying Shen , Olatunji Ruwase

To achieve high performance on modern computers, it is vital to map algorithmic parallelism to that inherent in the hardware. From an application developer's perspective, it is also important that code can be maintained in a portable manner…

分布式、并行与集群计算 · 计算机科学 2016-06-20 Alan Gray , Kevin Stratford

In this paper, we introduce DistDD, a novel approach within the federated learning framework that reduces the need for repetitive communication by distilling data directly on clients' devices. Unlike traditional federated learning that…

机器学习 · 计算机科学 2024-10-14 Peiran Wang , Haohan Wang

Following AI scaling trends, frontier models continue to grow in size and continue to be trained on larger datasets. Training these models requires huge investments in exascale computational resources, which has in turn driven developtment…

Recent years have witnessed a clear trend towards language models with an ever-increasing number of parameters, as well as the growing training overhead and memory usage. Distributed training, particularly through Sharded Data Parallelism…

机器学习 · 计算机科学 2024-11-26 Jinda Jia , Cong Xie , Hanlin Lu , Daoce Wang , Hao Feng , Chengming Zhang , Baixi Sun , Haibin Lin , Zhi Zhang , Xin Liu , Dingwen Tao

As deep learning models scale, sparse computation and specialized dataflow hardware have emerged as powerful solutions to address efficiency. We propose FuseFlow, a compiler that converts sparse machine learning models written in PyTorch to…

Modern data parallel (DP) training favors collective communication over parameter servers (PS) for its simplicity and efficiency under balanced workloads. However, the balanced workload assumption no longer holds in large language model…

分布式、并行与集群计算 · 计算机科学 2026-01-28 Xinyi Wan , Penghui Qi , Guangxing Huang , Chaoyi Ruan , Min Lin , Jialin Li

We design and develop a work-efficient multithreaded algorithm for sparse matrix-sparse vector multiplication (SpMSpV) where the matrix, the input vector, and the output vector are all sparse. SpMSpV is an important primitive in the…

分布式、并行与集群计算 · 计算机科学 2016-10-26 Ariful Azad , Aydin Buluc

Sampled Dense Times Dense Matrix Multiplication (SDDMM) and Sparse Times Dense Matrix Multiplication (SpMM) appear in diverse settings, such as collaborative filtering, document clustering, and graph embedding. Frequently, the SDDMM output…

分布式、并行与集群计算 · 计算机科学 2022-03-22 Vivek Bharadwaj , Aydin Buluç , James Demmel

Communication efficiency in federated learning (FL) remains a critical challenge for resource-constrained environments. While prototype-based FL reduces communication overhead by sharing class prototypes-mean activations in the penultimate…

机器学习 · 计算机科学 2025-07-08 Gyuejeong Lee , Daeyoung Choi

In order to satisfy their ever increasing capacity and compute requirements, machine learning models are distributed across multiple nodes using numerous parallelism strategies. As a result, collective communications are often on the…

分布式、并行与集群计算 · 计算机科学 2024-04-24 Kishore Punniyamurthy , Khaled Hamidouche , Bradford M. Beckmann

Generalized linear models (GLMs) are a widely utilized family of machine learning models in real-world applications. As data size increases, it is essential to perform efficient distributed training for these models. However, existing…

分布式、并行与集群计算 · 计算机科学 2023-05-11 Hongjing Huang , Yingtao Li , Jie Sun , Xueying Zhu , Jie Zhang , Liang Luo , Jialin Li , Zeke Wang

While knowledge distillation (transfer) has been attracting attentions from the research community, the recent development in the fields has heightened the need for reproducible studies and highly generalized frameworks to lower barriers to…

机器学习 · 计算机科学 2021-11-17 Yoshitomo Matsubara

Application of deep convolutional spiking neural networks (SNNs) to artificial intelligence (AI) tasks has recently gained a lot of interest since SNNs are hardware-friendly and energy-efficient. Unlike the non-spiking counterparts, most of…

神经与进化计算 · 计算机科学 2019-07-17 Milad Mozafari , Mohammad Ganjtabesh , Abbas Nowzari-Dalini , Timothée Masquelier

To enable the pre-trained models to be fine-tuned with local data on edge devices without sharing data with the cloud, we design an efficient split fine-tuning (SFT) framework for edge and cloud collaborative learning. We propose three…

分布式、并行与集群计算 · 计算机科学 2022-12-01 Shaohuai Shi , Qing Yang , Yang Xiang , Shuhan Qi , Xuan Wang

We present a simple hierarchical communication scheme for distributed Fast Multipole Methods (FMMs) based on MPI neighborhood collectives and uniform trees. The method targets the common case of extending an existing high-performance…

分布式、并行与集群计算 · 计算机科学 2026-05-01 Srinath Kailasa

The increasing complexity of large language models (LLMs) necessitates efficient training strategies to mitigate the high computational costs associated with distributed training. A significant bottleneck in this process is gradient…

机器学习 · 计算机科学 2025-04-09 Igor Polyakov , Alexey Dukhanov , Egor Spirin

Pre-training large neural networks at scale imposes heavy memory demands on accelerators and often requires costly communication. We introduce Subnetwork Data Parallelism (SDP), a distributed training framework that partitions a model into…

机器学习 · 计算机科学 2025-10-06 Vaibhav Singh , Zafir Khalid , Edouard Oyallon , Eugene Belilovsky

In this paper we propose SCDP, a general-purpose data transport protocol for data centres that, in contrast to all other protocols proposed to date, supports efficient one-to-many and many-to-one communication, which is extremely common in…

网络与互联网体系结构 · 计算机科学 2021-08-03 Mohammed Alasmar , George Parisis , Jon Crowcroft