paper-with-me

Papers

UVeQFed: Universal Vector Quantization for Federated Learning

2020-06-05 · Nir Shlezinger, Mingzhe Chen, Yonina C. Eldar, H. Vincent Poor, Shuguang Cui

Traditional deep learning models are trained at a centralized server using labeled data samples collected from end devices or users. Such data samples often include private information, which the users may not be willing to share. Federated learning (FL) is an emerging approach to train such learning models without requiring the users to share their possibly private labeled data. In FL, each user trains its copy of the learning model locally. The server then collects the individual updates and aggregates them into a global model. A major challenge that arises in this method is the need of each user to efficiently transmit its learned model over the throughput limited uplink channel. In this work, we tackle this challenge using tools from quantization theory. In particular, we identify the unique characteristics associated with conveying trained models over rate-constrained channels, and propose a suitable quantization scheme for such settings, referred to as universal vector quantization for FL (UVeQFed). We show that combining universal vector quantization methods with FL yields a decentralized training system in which the compression of the trained models induces only a minimum distortion. We then theoretically analyze the distortion, showing that it vanishes as the number of users grows. We also characterize the convergence of models trained with the traditional federated averaging method combined with UVeQFed to the model which minimizes the loss function. Our numerical results demonstrate the gains of UVeQFed over previously proposed methods in terms of both distortion induced in quantization and accuracy of the resulting aggregated model.

📄 PDF Abstract BibTeX arXiv:2006.03262

Code (1)

mzchen0/UVeQFed 공식 구현

Tasks

Federated LearningQuantization

Similar Papers 제목 키워드 기반

Universal Deep Neural Network Compression

2018-02-07 · NIPS Workshop CDNNRIA 2018 · Yoojin Choi, Mostafa El-Khamy, Jungwon Lee

In this paper, we investigate lossy compression of deep neural networks (DNNs) by weight quantization and lossless source coding for memory-efficient deployment. Whereas the previous work addressed non-universal scalar q…

Neural Network CompressionQuantization

Joint Privacy Enhancement and Quantization in Federated Learning

2022-08-23 · Natalie Lang, Elad Sofer, Tomer Shaked, Nir Shlezinger

Federated learning (FL) is an emerging paradigm for training machine learning models using possibly private data available at edge devices. The distributed operation of FL gives rise to challenges that are not encountere…

Federated LearningPrivacy PreservingQuantization

Communication-Efficient and Privacy-Adaptable Mechanism -- a Federated Learning Scheme with Convergence Analysis

2026-01-15 · Chun Hei Michael Shiu, Chih Wei Ling arxiv

Federated learning enables multiple parties to jointly train learning models without sharing their own underlying data, offering a practical pathway to privacy-preserving collaboration under data-governance constraints. …

Federated Learning

$\texttt{DoStoVoQ}$: Doubly Stochastic Voronoi Vector Quantization SGD for Federated Learning

2021-05-21 · NeurIPS 2021 12 · Louis Leconte, Aymeric Dieuleveut, Edouard Oyallon, Eric Moulines 외

The growing size of models and datasets have made distributed implementation of stochastic gradient descent (SGD) an active field of research. However the high bandwidth cost of communicating gradient updates between nod…

Federated LearningQuantization

Price of metric universality in vector quantization is at most 0.11 bit

2026-02-05 · Alina Harbuzova, Or Ordentlich, Yury Polyanskiy arxiv

Fast computation of a matrix product $W^\top X$ is a workhorse of modern LLMs. To make their deployment more efficient, a popular approach is that of using a low-precision approximation $\widehat W$ in place of true $W$ …