Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,341 papers · 148 categories

Trend · papers per month

96193289385 · Jun 202019922001200920182026
48 results for Synchronous Gradient Descent

K-AVG improves convergence for nonconvex optimization problems.

problem Improving the convergence of ASGD for nonconvex optimization.
method K-step averaging stochastic gradient descent (K-AVG) for nonconvex objectives.
result K-AVG converges faster and achieves better accuracies than ASGD.

Proposes DC-S3GD for efficient large-scale decentralized neural network training.

problem Training large-scale decentralized neural networks efficiently.
method Decentralized stale-synchronous version of DC-ASGD with gradient correction.
result Achieves state-of-the-art results in training Convolutional Neural Networks.

Gradient descent with delayed updates converges faster with noise, even when delays are significant.

problem Analyzing convergence of gradient descent with delayed gradients and stochastic noise.
method Novel technique using generating functions for convergence analysis.
result Convergence bounds show that stochastic noise mitigates the negative effects of delays, improving performance.

CSER improves SGD efficiency by resetting errors and partial synchronization.

problem Limited scalability of Distributed Stochastic Gradient Descent (SGD) due to communication bottlenecks.
method Introduces 'error reset' technique and partial synchronization for gradients and models.
result Proves convergence for smooth non-convex problems and accelerates distributed training significantly.

LSGD improves deep learning training efficiency by synchronizing and decentralizing SGD.

problem Asynchronous SGD's accuracy issues and synchronous SGD's communication inefficiency.
method LSGD divides nodes into subgroups with centralized communication and decentralized computation.
result LSGD achieves better accuracy and efficiency than synchronous and asynchronous SGD.

Variance reduction (VR) methods boost the performance of stochastic gradient descent (SGD) by enabling the use of larger, constant stepsizes and preserving linear convergence rates. However, current variance reduced SGD methods require either high memory usage or an exact gradient computation (using the entire dataset)…

2015-12-05abs ↗pdf ↗

FedAc accelerates Federated Averaging for distributed optimization.

problem Efficiently optimizing distributed machine learning models.
method Federated Accelerated Stochastic Gradient Descent (FedAc) using a potential-based perturbed iterate analysis.
result FedAc achieves faster convergence and lower communication costs than previous methods.

Swarming improves convergence speed in distributed stochastic optimization.

problem Faster convergence in distributed stochastic optimization.
method Inspired by swarming, each thread performs a stochastic gradient descent algorithm with a swarming potential, achieving better performance than a centralized algorithm.
result The swarming-based approach converges faster than a centralized algorithm, with a monotone decreasing error bound in network size and connectivity.

This work analyzes trade-offs between stragglers and gradient staleness in asynchronous distributed SGD.

problem Asynchronous distributed SGD suffers from gradient staleness that can affect convergence.
method Theoretical analysis of trade-offs between error and runtime, considering random straggler delays.
result Design of distributed SGD algorithms that balance stragglers and staleness, and a new learning rate schedule.

This work investigates the impact of staleness in distributed ML systems and offers insights into convergence.

problem The effects of staleness on the convergence of distributed machine learning algorithms are inconclusive and challenging to monitor.
method Extensive experiments with various ML models and algorithms under delayed updates.
result The empirical findings reveal the diverse effects of staleness on ML algorithm convergence and match the best-known convergence rate.

AD-PSGD is an asynchronous decentralized parallel SGD that converges as fast as AllReduce-SGD but is much faster in a heterogeneous environment.

problem Designing an efficient and robust asynchronous decentralized parallel SGD algorithm.
method Proposes AD-PSGD, an asynchronous decentralized parallel SGD algorithm.
result AD-PSGD converges at the optimal O(1/K)O(1/\sqrt{K}) rate and has linear speedup w.r.t. number of workers.

New method reduces synchronization costs in parallel optimization.

problem Inhibiting scalability of optimization methods due to communication costs.
method Extending Communication-Avoiding Krylov subspace methods to first-order, block coordinate descent methods.
result SA-variants attain large speedups of up to 5.1x on a supercomputer.

NHGD solves bilevel optimization problems with reduced computational time.

problem Solving bilevel optimization problems with high computational cost.
method Exploits statistical structure of inner optimization to use empirical Fisher matrix as Hessian surrogate, enabling parallel optimization and approximation.
result NHGD achieves error bounds and sample complexity guarantees matching state-of-the-art methods, with significantly reduced computational time.

New algorithm uses PSO to optimize DNN training parameters in distributed systems.

problem Reducing synchronization frequency in DNN training leads to poor convergence.
method Integrates PSO into distributed training to automatically compute new parameters.
result Proposed algorithm outperforms synchronous methods in distributed DNN training.

Adaptive batch sizes improve local gradient methods in distributed training.

problem Communication bottlenecks in distributed deep learning.
method Adaptive batch size strategies for local gradient methods.
result Adaptive batch sizes reduce minibatch gradient variance and improve training efficiency.

AdaBatch speeds up SGD for sparse problems with minimal code changes.

problem Efficiently aggregating gradients in stochastic optimization for sparse problems.
method AdaBatch: a new aggregation operator for mini-batches.
result AdaBatch achieves similar sample efficiency to standard SGD but with larger batch sizes.

Efficient deep learning on exascale supercomputers solves materials imaging inverse problems.

problem Solving scientific inverse problems in materials imaging using deep learning.
method Novel communication strategies in synchronous distributed deep learning, including decentralized gradient reduction and computational graph-aware grouping.
result Achieved near-linear scaling of distributed training up to 27,600 GPUs on Summit, reaching 2.15(4) EFLOPS16_{16}.

Paper addresses group synchronization with incomplete measurements and proves linear convergence of GPM.

problem Orthogonal group synchronization with incomplete measurements and additive noise.
method Generalized power method (GPM) with local error bound analysis.
result Linear convergence of GPM to a global maximizer under general additive noise model.

LAGS-SGD optimizes deep learning training by sparsifying gradients layer-wise.

problem Reduces long training times in large deep neural networks with distributed S-SGD.
method Layer-wise adaptive gradient sparsification combined with S-SGD.
result LAGS-SGD achieves convergence guarantees and outperforms vanilla S-SGD.

Sideways trains video models by overwriting activations as new frames arrive, potentially improving generalization.

problem Training deep video models synchronously slows down and requires storing activations, limiting parallelism.
method Sideways trains video models by overwriting activations as new frames arrive, breaking the precise correspondence between gradients and activations.
result Sideways training can converge and potentially generalize better than standard synchronized backpropagation.

New algorithm reduces communication in distributed SGD, improving efficiency.

problem Slow communication rounds bottleneck synchronous mini-batch SGD convergence.
method Proposes non-asymptotic error analysis for Local-SGD, comparing to averaging methods.
result Local-SGD reduces communication by a factor of O(√T/P^(3/2)) for large step sizes.

CodedReduce combines tree topology and gradient coding for efficient and resilient gradient aggregation.

problem Efficient and robust gradient aggregation in distributed learning.
method CodedReduce combines tree topology and gradient coding to overcome bandwidth bottlenecks and straggler delays.
result CodedReduce achieves up to 27.2x speedup over benchmarks GC and RAR.