paper-with-me

Papers

Theoretically Better and Numerically Faster Distributed Optimization with Smoothness-Aware Quantization Techniques

2021-06-07 · Bokun Wang, Mher Safaryan, Peter Richtárik

To address the high communication costs of distributed machine learning, a large body of work has been devoted in recent years to designing various compression strategies, such as sparsification and quantization, and optimization algorithms capable of using them. Recently, Safaryan et al. (2021) pioneered a dramatically different compression design approach: they first use the local training data to form local smoothness matrices and then propose to design a compressor capable of exploiting the smoothness information contained therein. While this novel approach leads to substantial savings in communication, it is limited to sparsification as it crucially depends on the linearity of the compression operator. In this work, we generalize their smoothness-aware compression strategy to arbitrary unbiased compression operators, which also include sparsification. Specializing our results to stochastic quantization, we guarantee significant savings in communication complexity compared to standard quantization. In particular, we prove that block quantization with $n$ blocks theoretically outperforms single block quantization, leading to a reduction in communication complexity by an $\mathcal{O}(n)$ factor, where $n$ is the number of nodes in the distributed system. Finally, we provide extensive numerical evidence with convex optimization problems that our smoothness-aware quantization strategies outperform existing quantization schemes as well as the aforementioned smoothness-aware sparsification strategies with respect to three evaluation metrics: the number of iterations, the total amount of bits communicated, and wall-clock time.

📄 PDF Abstract BibTeX arXiv:2106.03524

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningDistributed OptimizationQuantization

Similar Papers 제목 키워드 기반

Fractional Order Distributed Optimization

2024-12-03 · Andrei Lixandru, Marcel van Gerven, Sergio Pequito

Distributed optimization is fundamental to modern machine learning applications like federated learning, but existing methods often struggle with ill-conditioned problems and face stability-versus-speed tradeoffs. We int…

Distributed OptimizationFederated Learning

Communication-Efficient Zeroth-Order Distributed Online Optimization: Algorithm, Theory, and Applications

2023-06-09 · Ege C. Kaya, M. Berk Sahin, Abolfazl Hashemi

This paper focuses on a multi-agent zeroth-order online optimization problem in a federated learning setting for target tracking. The agents only sense their current distances to their targets and aim to maintain a minim…

Federated Learning

Proximal SCOPE for Distributed Sparse Learning: Better Data Partition Implies Faster Convergence Rate

2018-03-15 · Shen-Yi Zhao, Gong-Duo Zhang, Ming-Wei Li, Wu-Jun Li

Distributed sparse learning with a cluster of multiple machines has attracted much attention in machine learning, especially for large-scale applications with high-dimensional data. One popular way to implement sparse le…

Sparse Learning

Distributed image reconstruction for very large arrays in radio astronomy

2015-07-02 · André Ferrari, David Mary, Rémi Flamary, Cédric Richard

Current and future radio interferometric arrays such as LOFAR and SKA are characterized by a paradox. Their large number of receptors (up to millions) allow theoretically unprecedented high imaging resolution. In the sam…

AstronomyImage Reconstruction

On the Convergence of Decentralized Adaptive Gradient Methods

2021-09-07 · Xiangyi Chen, Belhal Karimi, Weijie Zhao, Ping Li

Adaptive gradient methods including Adam, AdaGrad, and their variants have been very successful for training deep learning models, such as neural networks. Meanwhile, given the need for distributed computing, distributed…

Distributed ComputingDistributed Optimization