paper-with-me

Papers

Parallel Training of Deep Networks with Local Updates

2020-12-07 · Michael Laskin, Luke Metz, Seth Nabarro, Mark Saroufim, Badreddine Noune, Carlo Luschi, Jascha Sohl-Dickstein, Pieter Abbeel

Deep learning models trained on large data sets have been widely successful in both vision and language domains. As state-of-the-art deep learning architectures have continued to grow in parameter count so have the compute budgets and times required to train them, increasing the need for compute-efficient methods that parallelize training. Two common approaches to parallelize the training of deep networks have been data and model parallelism. While useful, data and model parallelism suffer from diminishing returns in terms of compute efficiency for large batch sizes. In this paper, we investigate how to continue scaling compute efficiently beyond the point of diminishing returns for large batches through local parallelism, a framework which parallelizes training of individual layers in deep networks by replacing global backpropagation with truncated layer-wise backpropagation. Local parallelism enables fully asynchronous layer-wise parallelism with a low memory footprint, and requires little communication overhead compared with model parallelism. We show results in both vision and language domains across a diverse set of architectures, and find that local parallelism is particularly effective in the high-compute regime.

📄 PDF Abstract BibTeX arXiv:2012.03837

Code (1)

msaroufim/Discord-PDFPreview

Similar Papers 제목 키워드 기반

Accelerating Distributed ML Training via Selective Synchronization

2023-07-16 · Sahil Tyagi, Martin Swany

In distributed training, deep neural networks (DNNs) are launched over multiple workers concurrently and aggregate their local updates on each step in bulk-synchronous parallel (BSP) training. However, BSP does not linea…

Faster Multi-GPU Training with PPLL: A Pipeline Parallelism Framework Leveraging Local Learning

2024-11-19 · Xiuyuan Guo, Chengqi Xu, Guinan Guo, Feiyu Zhu 외

Currently, training large-scale deep learning models is typically achieved through parallel training across multiple GPUs. However, due to the inherent communication overhead and synchronization delays in traditional mod…

GPU

Block-local learning with probabilistic latent representations

2023-05-24 · David Kappel, Khaleelulla Khan Nazeer, Cabrel Teguemne Fokam, Christian Mayr 외

The ubiquitous backpropagation algorithm requires sequential updates through the network introducing a locking problem. In addition, back-propagation relies on the transpose of forward weight matrices to compute updates,…

Experiments on Parallel Training of Deep Neural Network using Model Averaging

2015-07-05 · Hang Su, Haoyu Chen

In this work we apply model averaging to parallel training of deep neural network (DNN). Parallelization is done in a model averaging manner. Data is partitioned and distributed to different nodes for local model updates…

TurboMap: GPU-Accelerated Local Mapping for Visual SLAM

2025-11-03 · Parsa Hosseininejad, Kimia Khabiri, Shishir Gopinath, Soudabeh Mohammadhashemi 외 arxiv

In real-time Visual SLAM systems, local mapping must operate under strict latency constraints, as delays degrade map quality and increase the risk of tracking failure. GPU parallelization offers a promising way to reduce…