paper-with-me

Papers

Peering Beyond the Gradient Veil with Distributed Auto Differentiation

2021-02-18 · Bradley T. Baker, Aashis Khanal, Vince D. Calhoun, Barak Pearlmutter, Sergey M. Plis

Although distributed machine learning has opened up many new and exciting research frontiers, fragmentation of models and data across different machines, nodes, and sites still results in considerable communication overhead, impeding reliable training in real-world contexts. The focus on gradients as the primary shared statistic during training has spawned a number of intuitive algorithms for distributed deep learning; however, gradient-centric training of large deep neural networks (DNNs) tends to be communication-heavy, often requiring additional adaptations such as sparsity constraints, compression, quantization, and more, to curtail bandwidth. We introduce an innovative, communication-friendly approach for training distributed DNNs, which capitalizes on the outer-product structure of the gradient as revealed by the mechanics of auto-differentiation. The exposed structure of the gradient evokes a new class of distributed learning algorithm, which is naturally more communication-efficient than full gradient sharing. Our approach, called distributed auto-differentiation (dAD), builds off a marriage of rank-based compression and the innate structure of the gradient as an outer-product. We demonstrate that dAD trains more efficiently than other state of the art distributed methods on modern architectures, such as transformers, when applied to large-scale text and imaging datasets. The future of distributed learning, we determine, need not be dominated by gradient-centric algorithms.

📄 PDF Abstract BibTeX arXiv:2102.09631

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Peering Partner Recommendation for ISPs using Machine Learning

2025-09-11 · Md Ibrahim Ibne Alam, Ankur Senapati, Anindo Mahmood, Murat Yuksel 외 arxiv

Internet service providers (ISPs) need to connect with other ISPs to provide global connectivity services to their users. To ensure global connectivity, ISPs can either use transit service(s) or establish direct peering …

How Robot Dogs See the Unseeable: Improving Visual Interpretability via Peering for Exploratory Robots

2025-11-20 · Oliver Bimber, Karl Dietrich von Ellenrieder, Michael Haller, Rakesh John Amala Arokia Nathan 외 arxiv

In vegetated environments, such as forests, exploratory robots play a vital role in navigating complex, cluttered environments where human access is limited and traditional equipment struggles. Visual occlusion from obst…

Scene UnderstandingVisual Reasoning

Gradient Diversity: a Key Ingredient for Scalable Distributed Learning

2017-06-18 · Dong Yin, Ashwin Pananjady, Max Lam, Dimitris Papailiopoulos 외

It has been experimentally observed that distributed implementations of mini-batch stochastic gradient descent (SGD) algorithms exhibit speedup saturation and decaying generalization ability beyond a particular batch-siz…

DiversityQuantization

Feature Encoding in Band-limited Distributed Surveillance Systems

2016-12-19 · Alireza Rahimpour, Ali Taalimi, Hairong Qi

Distributed surveillance systems have become popular in recent years due to security concerns. However, transmitting high dimensional data in bandwidth-limited distributed systems becomes a major challenge. In this paper…

Bayesian Distributed Stochastic Gradient Descent

2018-12-01 · NeurIPS 2018 12 · Michael Teng, Frank Wood

We introduce Bayesian distributed stochastic gradient descent (BDSGD), a high-throughput algorithm for training deep neural networks on parallel clusters. This algorithm uses amortized inference in a deep generative mode…