paper-with-me

Papers

FedHPD: Heterogeneous Federated Reinforcement Learning via Policy Distillation

2025-02-02 · Wenzheng Jiang, Ji Wang, Xiongtao Zhang, Weidong Bao, Cheston Tan, Flint Xiaofeng Fan

Federated Reinforcement Learning (FedRL) improves sample efficiency while preserving privacy; however, most existing studies assume homogeneous agents, limiting its applicability in real-world scenarios. This paper investigates FedRL in black-box settings with heterogeneous agents, where each agent employs distinct policy networks and training configurations without disclosing their internal details. Knowledge Distillation (KD) is a promising method for facilitating knowledge sharing among heterogeneous models, but it faces challenges related to the scarcity of public datasets and limitations in knowledge representation when applied to FedRL. To address these challenges, we propose Federated Heterogeneous Policy Distillation (FedHPD), which solves the problem of heterogeneous FedRL by utilizing action probability distributions as a medium for knowledge sharing. We provide a theoretical analysis of FedHPD's convergence under standard assumptions. Extensive experiments corroborate that FedHPD shows significant improvements across various reinforcement learning benchmark tasks, further validating our theoretical findings. Moreover, additional experiments demonstrate that FedHPD operates effectively without the need for an elaborate selection of public datasets.

📄 PDF Abstract BibTeX arXiv:2502.00870

Code (1)

winzhengkong/fedhpd 공식 구현 pytorch

Tasks

Knowledge Distillationreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Federated Ensemble Model-based Reinforcement Learning in Edge Computing

2021-09-12 · Jin Wang, Jia Hu, Jed Mills, Geyong Min 외

Federated learning (FL) is a privacy-preserving distributed machine learning paradigm that enables collaborative training among geographically distributed and heterogeneous devices without gathering their data. Extending…

Autonomous Drivingcontinuous-controlContinuous ControlDecision Making+9

FedHQL: Federated Heterogeneous Q-Learning

2023-01-26 · Flint Xiaofeng Fan, Yining Ma, Zhongxiang Dai, Cheston Tan 외

Federated Reinforcement Learning (FedRL) encourages distributed agents to learn collectively from each other's experience to improve their performance without exchanging their raw trajectories. The existing work on FedRL…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Proxy Experience Replay: Federated Distillation for Distributed Reinforcement Learning

2020-05-13 · Han Cha, Jihong Park, Hyesung Kim, Mehdi Bennis 외

Traditional distributed deep reinforcement learning (RL) commonly relies on exchanging the experience replay memory (RM) of each agent. Since the RM contains all state observations and action policy history, it may incur…

ClusteringData AugmentationDeep Reinforcement LearningPrivacy Preserving+3

Heterogeneity-aware Personalized Federated Learning via Adaptive Dual-Agent Reinforcement Learning

2025-01-28 · Xi Chen, Qin Li, Haibin Cai, Ting Wang

Federated Learning (FL) empowers multiple clients to collaboratively train machine learning models without sharing local data, making it highly applicable in heterogeneous Internet of Things (IoT) environments. However, …

Federated LearningKnowledge DistillationPersonalized Federated LearningReinforcement Learning (RL)

Feature Distillation is the Better Choice for Model-Heterogeneous Federated Learning

2025-07-14 · Yichen Li

Model-Heterogeneous Federated Learning (Hetero-FL) has attracted growing attention for its ability to aggregate knowledge from heterogeneous models while keeping private data locally. To better aggregate knowledge from c…

Federated LearningKnowledge Distillation