paper-with-me

홈 › Papers

A block-random algorithm for learning on distributed, heterogeneous data

2019-02-28 · Prakash Mohan, Marc T. Henry de Frahan, Ryan King, Ray W. Grout

Most deep learning models are based on deep neural networks with multiple layers between input and output. The parameters defining these layers are initialized using random values and are "learned" from data, typically using stochastic gradient descent based algorithms. These algorithms rely on data being randomly shuffled before optimization. The randomization of the data prior to processing in batches that is formally required for stochastic gradient descent algorithm to effectively derive a useful deep learning model is expected to be prohibitively expensive for in situ model training because of the resulting data communications across the processor nodes. We show that the stochastic gradient descent (SGD) algorithm can still make useful progress if the batches are defined on a per-processor basis and processed in random order even though (i) the batches are constructed from data samples from a single class or specific flow region, and (ii) the overall data samples are heterogeneous. We present block-random gradient descent, a new algorithm that works on distributed, heterogeneous data without having to pre-shuffle. This algorithm enables in situ learning for exascale simulations. The performance of this algorithm is demonstrated on a set of benchmark classification models and the construction of a subgrid scale large eddy simulations (LES) model for turbulent channel flow using a data model similar to that which will be encountered in exascale simulation.

📄 PDF Abstract BibTeX arXiv:1903.00091

Code (1)

NREL/block-random 공식 구현

Similar Papers 제목 키워드 기반

ZorBA: Zeroth-order Federated Fine-tuning of LLMs with Heterogeneous Block Activation

2026-02-19 · Chuiyang Meng, Ming Tang, Vincent W. S. Wong arxiv

Federated fine-tuning of large language models (LLMs) enables collaborative tuning across distributed clients. However, due to the large size of LLMs, local updates in federated learning (FL) may incur substantial video …

Federated Learning

Heterogeneous Multi-agent Multi-armed Bandits on Stochastic Block Models

2025-02-11 · Mengfan Xu, Liren Shan, Fatemeh Ghaffari, Xuchuang Wang 외

We study a novel heterogeneous multi-agent multi-armed bandit problem with a cluster structure induced by stochastic block models, influencing not only graph topology, but also reward heterogeneity. Specifically, agents …

Multi-Armed BanditsStochastic Block Model

Accelerating Parallel Stochastic Gradient Descent via Non-blocking Mini-batches

2022-11-02 · Haoze He, Parijat Dube

SOTA decentralized SGD algorithms can overcome the bandwidth bottleneck at the parameter server by using communication collectives like Ring All-Reduce for synchronization. While the parameter updates in distributed SGD …

BlockingComputational Efficiency

Federated Matrix Factorization: Algorithm Design and Application to Data Clustering

2020-02-12 · Shuai Wang, Tsung-Hui Chang

Recent demands on data privacy have called for federated learning (FL) as a new distributed learning paradigm in massive and heterogeneous networks. Although many FL algorithms have been proposed, few of them have consid…

ClusteringFederated Learning

DSCOVR: Randomized Primal-Dual Block Coordinate Algorithms for Asynchronous Distributed Optimization

2017-10-13 · Lin Xiao, Adams Wei Yu, Qihang Lin, Weizhu Chen

Machine learning with big data often involves large optimization models. For distributed optimization over a cluster of machines, frequent communication and synchronization of all model parameters (optimization variables…

Distributed ComputingDistributed Optimization