paper-with-me

Papers

FedBIAD: Communication-Efficient and Accuracy-Guaranteed Federated Learning with Bayesian Inference-Based Adaptive Dropout

2023-07-14 · Jingjing Xue, Min Liu, Sheng Sun, Yuwei Wang, Hui Jiang, Xuefeng Jiang

Federated Learning (FL) emerges as a distributed machine learning paradigm without end-user data transmission, effectively avoiding privacy leakage. Participating devices in FL are usually bandwidth-constrained, and the uplink is much slower than the downlink in wireless networks, which causes a severe uplink communication bottleneck. A prominent direction to alleviate this problem is federated dropout, which drops fractional weights of local models. However, existing federated dropout studies focus on random or ordered dropout and lack theoretical support, resulting in unguaranteed performance. In this paper, we propose Federated learning with Bayesian Inference-based Adaptive Dropout (FedBIAD), which regards weight rows of local models as probability distributions and adaptively drops partial weight rows based on importance indicators correlated with the trend of local training loss. By applying FedBIAD, each client adaptively selects a high-quality dropping pattern with accurate approximations and only transmits parameters of non-dropped weight rows to mitigate uplink costs while improving accuracy. Theoretical analysis demonstrates that the convergence rate of the average generalization error of FedBIAD is minimax optimal up to a squared logarithmic factor. Extensive experiments on image classification and next-word prediction show that compared with status quo approaches, FedBIAD provides 2x uplink reduction with an accuracy increase of up to 2.41% even on non-Independent and Identically Distributed (non-IID) data, which brings up to 72% decrease in training time.

📄 PDF Abstract BibTeX arXiv:2307.07172

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferenceFederated Learningimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Focus 설명 없음
Adaptive Dropout Adaptive Dropout is a regularization technique that extends dropout by allowing the dropout probability to be different for different units. The intuition is that there may be…

Similar Papers 제목 키워드 기반

Federated Generalized Bayesian Learning via Distributed Stein Variational Gradient Descent

2020-09-11 · Rahif Kassab, Osvaldo Simeone

This paper introduces Distributed Stein Variational Gradient Descent (DSVGD), a non-parametric generalized Bayesian inference framework for federated learning. DSVGD maintains a number of non-random and interacting parti…

Bayesian InferenceFederated LearningScheduling

Federated Learning with Bayesian Differential Privacy

2019-11-22 · Aleksei Triastcyn, Boi Faltings

We consider the problem of reinforcing federated learning with formal privacy guarantees. We propose to employ Bayesian differential privacy, a relaxation of differential privacy for similarly distributed data, to provid…

Federated Learningimage-classificationImage Classification

Content Popularity Prediction Based on Quantized Federated Bayesian Learning in Fog Radio Access Networks

2022-06-23 · Yunwei Tao, Yanxiang Jiang, Fu-Chun Zheng, Pengcheng Zhu 외

In this paper, we investigate the content popularity prediction problem in cache-enabled fog radio access networks (F-RANs). In order to predict the content popularity with high accuracy and low complexity, we propose a …

Federated Learning

Bayesian Federated Model Compression for Communication and Computation Efficiency

2024-04-11 · Chengyu Xia, Danny H. K. Tsang, Vincent K. N. Lau

In this paper, we investigate Bayesian model compression in federated learning (FL) to construct sparse models that can achieve both communication and computation efficiencies. We propose a decentralized Turbo variationa…

Bayesian InferenceFederated LearningModel Compression

FedSLoP: Memory-Efficient Federated Learning with Low-Rank Gradient Projection

2026-04-27 · Yutong He, Zhengyang Huang, Jiahe Geng, Kun Yuan arxiv

Federated learning enables a population of clients to collaboratively train machine learning models without exchanging their raw data, but standard algorithms such as FedAvg suffer from slow convergence and high communic…

Federated Learning