paper-with-me

홈 › Papers

Log-Scale Quantization in Distributed First-Order Methods: Gradient-based Learning from Distributed Data

2024-06-02 · Mohammadreza Doostmohammadian, Muhammad I. Qureshi, Mohammad Hossein Khalesi, Hamid R. Rabiee, Usman A. Khan

Decentralized strategies are of interest for learning from large-scale data over networks. This paper studies learning over a network of geographically distributed nodes/agents subject to quantization. Each node possesses a private local cost function, collectively contributing to a global cost function, which the considered methodology aims to minimize. In contrast to many existing papers, the information exchange among nodes is log-quantized to address limited network-bandwidth in practical situations. We consider a first-order computationally efficient distributed optimization algorithm (with no extra inner consensus loop) that leverages node-level gradient correction based on local data and network-level gradient aggregation only over nearby nodes. This method only requires balanced networks with no need for stochastic weight design. It can handle log-scale quantized data exchange over possibly time-varying and switching network setups. We study convergence over both structured networks (for example, training over data-centers) and ad-hoc multi-agent networks (for example, training over dynamic robotic networks). Through experimental validation, we show that (i) structured networks generally result in a smaller optimality gap, and (ii) log-scale quantization leads to a smaller optimality gap compared to uniform quantization.

📄 PDF Abstract BibTeX arXiv:2406.00621

Code (0)

등록된 구현이 없습니다.

Tasks

Distributed OptimizationQuantization

Similar Papers 제목 키워드 기반

Quantized Adam with Error Feedback

2020-04-29 · Congliang Chen, Li Shen, Hao-Zhi Huang, Wei Liu

In this paper, we present a distributed variant of adaptive stochastic gradient method for training deep neural networks in the parameter-server model. To reduce the communication cost among the workers and server, we in…

Quantization

Optimized Quantization in Distributed Graph Signal Filtering

2019-09-27

Distributed graph signal processing algorithms require the network nodes to communicate by exchanging messages in order to achieve a common objective. These messages have a finite precision in realistic networks, which m…

Quantization

Distributed Optimization for Quadratic Cost Functions over Large-Scale Networks with Quantized Communication and Finite-Time Convergence

2023-04-02 · Apostolos I. Rikos, Andreas Grammenos, Evangelia Kalyvianaki, Christoforos N. Hadjicostis 외

We propose two distributed iterative algorithms that can be used to solve, in finite time, the distributed optimization problem over quadratic local cost functions in large-scale networks. The first algorithm exhibits sy…

Distributed OptimizationFederated LearningQuantizationScheduling

Distributed Optimization via Gradient Descent with Event-Triggered Zooming over Quantized Communication

2023-09-08 · Apostolos I. Rikos, Wei Jiang, Themistoklis Charalambous, Karl H. Johansson

In this paper, we study unconstrained distributed optimization strongly convex problems, in which the exchange of information in the network is captured by a directed graph topology over digital channels that have limite…

Distributed OptimizationQuantization

LLMEasyQuant: Scalable Quantization for Parallel and Distributed LLM Inference

2024-06-28 · Dong Liu, Yanxuan Yu

As large language models (LLMs) grow in size and deployment scale, quantization has become an essential technique for reducing memory footprint and improving inference efficiency. However, existing quantization toolkits …

GPUQuantization