paper-with-me

Papers

Node Selection Toward Faster Convergence for Federated Learning on Non-IID Data

2021-05-14 · Hongda Wu, Ping Wang

Federated Learning (FL) is a distributed learning paradigm that enables a large number of resource-limited nodes to collaboratively train a model without data sharing. The non-independent-and-identically-distributed (non-i.i.d.) data samples invoke discrepancies between the global and local objectives, making the FL model slow to converge. In this paper, we proposed Optimal Aggregation algorithm for better aggregation, which finds out the optimal subset of local updates of participating nodes in each global round, by identifying and excluding the adverse local updates via checking the relationship between the local gradient and the global gradient. Then, we proposed a Probabilistic Node Selection framework (FedPNS) to dynamically change the probability for each node to be selected based on the output of Optimal Aggregation. FedPNS can preferentially select nodes that propel faster model convergence. The unbiasedness of the proposed FedPNS design is illustrated and the convergence rate improvement of FedPNS over the commonly adopted Federated Averaging (FedAvg) algorithm is analyzed theoretically. Experimental results demonstrate the effectiveness of FedPNS in accelerating the FL convergence rate, as compared to FedAvg with random node selection.

📄 PDF Abstract BibTeX arXiv:2105.07066

Code (1)

HongdaWu1226/FedPNS 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Client Selection in Federated Learning: Convergence Analysis and Power-of-Choice Selection Strategies

2020-10-03 · Yae Jee Cho, Jianyu Wang, Gauri Joshi

Federated learning is a distributed optimization paradigm that enables a large number of resource-limited client nodes to cooperatively train a model without data sharing. Several works have analyzed the convergence of f…

Distributed OptimizationFederated LearningSelection bias

EvoCSFL: Surrogate-Assisted Evolutionary Client Selection for Efficient and Robust Federated Learning

2026-06-05 · Lin Qiang, Sun Xiaoyan, Hu Yao, Fang Wei arxiv

The heterogeneity of client data and systems makes it difficult to achieve satisfactory convergence speed and robustness in federated learning with random client selection. To address this issue, this paper proposes a su…

Federated Learning

Mobility-Aware Federated Learning: Multi-Armed Bandit Based Selection in Vehicular Network

2024-10-14 · Haoyu Tu, Lin Chen, Zuguang Li, Xiaopei Chen 외

In this paper, we study a vehicle selection problem for federated learning (FL) over vehicular networks. Specifically, we design a mobility-aware vehicular federated learning (MAVFL) scheme in which vehicles drive throug…

Federated Learning

Bandit-based Communication-Efficient Client Selection Strategies for Federated Learning

2020-12-14 · Yae Jee Cho, Samarth Gupta, Gauri Joshi, Osman Yağan

Due to communication constraints and intermittent client availability in federated learning, only a subset of clients can participate in each training round. While most prior works assume uniform and unbiased client sele…

FairnessFederated Learning

A Decentralized Federated Learning Framework via Committee Mechanism with Convergence Guarantee

2021-08-01 · Chunjiang Che, XiaoLi Li, Chuan Chen, Xiaoyu He 외

Federated learning allows multiple participants to collaboratively train an efficient model without exposing data privacy. However, this distributed machine learning training method is prone to attacks from Byzantine cli…

Federated Learning