paper-with-me

홈 › Papers

FedDRL: A Trustworthy Federated Learning Model Fusion Method Based on Staged Reinforcement Learning

2023-07-25 · Leiming Chen, Weishan Zhang, Cihao Dong, Sibo Qiao, Ziling Huang, Yuming Nie, Zhaoxiang Hou, Chee Wei Tan

Traditional federated learning uses the number of samples to calculate the weights of each client model and uses this fixed weight value to fusion the global model. However, in practical scenarios, each client's device and data heterogeneity leads to differences in the quality of each client's model. Thus the contribution to the global model is not wholly determined by the sample size. In addition, if clients intentionally upload low-quality or malicious models, using these models for aggregation will lead to a severe decrease in global model accuracy. Traditional federated learning algorithms do not address these issues. To solve this probelm, we propose FedDRL, a model fusion approach using reinforcement learning based on a two staged approach. In the first stage, Our method could filter out malicious models and selects trusted client models to participate in the model fusion. In the second stage, the FedDRL algorithm adaptively adjusts the weights of the trusted client models and aggregates the optimal global model. We also define five model fusion scenarios and compare our method with two baseline algorithms in those scenarios. The experimental results show that our algorithm has higher reliability than other algorithms while maintaining accuracy.

📄 PDF Abstract BibTeX arXiv:2307.13716

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Wind Power Forecasting Considering Data Privacy Protection: A Federated Deep Reinforcement Learning Approach

2022-11-02 · Yang Li, Ruinong Wang, Yuanzheng Li, Meng Zhang 외

In a modern power system with an increasing proportion of renewable energy, wind power prediction is crucial to the arrangement of power grid dispatching plans due to the volatility of wind power. However, traditional ce…

Deep Reinforcement LearningFederated LearningPredictionPrivacy Preserving+3

FedDRL: Deep Reinforcement Learning-based Adaptive Aggregation for Non-IID Data in Federated Learning

2022-08-04 · Nang Hung Nguyen, Phi Le Nguyen, Duc Long Nguyen, Trung Thanh Nguyen 외

The uneven distribution of local data across different edge devices (clients) results in slow model training and accuracy reduction in federated learning. Naive federated learning (FL) strategy and most alternative solut…

Deep Reinforcement LearningFairnessFederated Learning

Joint Channel Selection using FedDRL in V2X

2024-10-03 · Lorenzo Mancini, Safwan Labbi, Karim Abed Meraim, Fouzi Boukhalfa 외

Vehicle-to-everything (V2X) communication technology is revolutionizing transportation by enabling interactions between vehicles, devices, and infrastructures. This connectivity enhances road safety, transportation effic…

channel selectionDecision MakingDeep Reinforcement Learning

Reinforcement Learning for Scalable and Trustworthy Intelligent Systems

2026-05-08 · Guangchen Lan arxiv

Reinforcement learning has become a powerful paradigm for improving the capability of intelligent systems, but its practical deployment faces two central challenges. First, reinforcement learning must scale efficiently i…

Reinforcement Learning

Automating Staged Rollout with Reinforcement Learning

2022-04-01 · Shadow Pritchard, Vidhyashree Nagaraju, Lance Fiondella

Staged rollout is a strategy of incrementally releasing software updates to portions of the user population in order to accelerate defect discovery without incurring catastrophic outcomes such as system wide outages. Som…

Multi-Objective Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)