paper-with-me

Papers

Novel Gradient Sparsification Algorithm via Bayesian Inference

2024-09-23 · Ali Bereyhi, Ben Liang, Gary Boudreau, Ali Afana

Error accumulation is an essential component of the Top-$k$ sparsification method in distributed gradient descent. It implicitly scales the learning rate and prevents the slow-down of lateral movement, but it can also deteriorate convergence. This paper proposes a novel sparsification algorithm called regularized Top-$k$ (RegTop-$k$) that controls the learning rate scaling of error accumulation. The algorithm is developed by looking at the gradient sparsification as an inference problem and determining a Bayesian optimal sparsification mask via maximum-a-posteriori estimation. It utilizes past aggregated gradients to evaluate posterior statistics, based on which it prioritizes the local gradient entries. Numerical experiments with ResNet-18 on CIFAR-10 show that at $0.1\%$ sparsification, RegTop-$k$ achieves about $8\%$ higher accuracy than standard Top-$k$.

📄 PDF Abstract BibTeX arXiv:2409.14893

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Inference

Methods 이 논문이 사용한 방법론

Gradient Sparsification Gradient Sparsification is a technique for distributed training that sparsifies stochastic gradients to reduce the communication cost, with minor increase in the number of…

Similar Papers 제목 키워드 기반

Regularized Top-$k$: A Bayesian Framework for Gradient Sparsification

2025-01-10 · Ali Bereyhi, Ben Liang, Gary Boudreau, Ali Afana

Error accumulation is effective for gradient sparsification in distributed settings: initially-unselected gradient entries are eventually selected as their accumulated error exceeds a certain level. The accumulation esse…

Bayesian sparsification for deep neural networks with Bayesian model reduction

2023-09-21 · Dimitrije Marković, Karl J. Friston, Stefan J. Kiebel

Deep learning's immense capabilities are often constrained by the complexity of its models, leading to an increasing demand for effective sparsification techniques. Bayesian sparsification for deep learning emerges as a …

Deep LearningVariational Inference

Wasserstein Measure Coresets

2018-05-18 · Sebastian Claici, Aude Genevay, Justin Solomon

The proliferation of large data sets and Bayesian inference techniques motivates demand for better data sparsification. Coresets provide a principled way of summarizing a large dataset via a smaller one that is guarantee…

Bayesian InferenceClustering

Always-Sparse Training by Growing Connections with Guided Stochastic Exploration

2024-01-12 · Mike Heddes, Narayan Srinivasa, Tony Givargis, Alexandru Nicolau

The excessive computational requirements of modern artificial neural networks (ANNs) are posing limitations on the machines that can run them. Sparsification of ANNs is often motivated by time, memory and energy savings …

Shapley-Value-Based Graph Sparsification for GNN Inference

2025-07-28 · Selahattin Akkas, Ariful Azad arxiv

Graph sparsification is a key technique for improving inference efficiency in Graph Neural Networks by removing edges with minimal impact on predictions. GNN explainability methods generate local importance scores, which…