FedGRPO: Privately Optimizing Foundation Models with Group-Relative Rewards from Domain Client
Gongxi Zhu, Hanlin Gu, Lixin Fan, Qiang Yang, Yuxing Han
TL;DR
FedGRPO reframes server-side foundation-model refinement as a privacy-preserving reward-evaluation process. It combines competence-based expert selection with Group Relative Policy Optimization to aggregate scalar rewards from selected clients, eliminating the need to share data or high-dimensional updates. Empirically, FedGRPO achieves superior downstream accuracy and markedly lower communication overhead compared with FedFMs baselines, and it approaches centralized GRPO performance even when ground-truth answers are unavailable. This approach enables scalable, privacy-conscious collaboration across heterogeneous clients, offering practical impact for deploying Federated Foundation Models in real-world, data-sensitive domains.
Abstract
One important direction of Federated Foundation Models (FedFMs) is leveraging data from small client models to enhance the performance of a large server-side foundation model. Existing methods based on model level or representation level knowledge transfer either require expensive local training or incur high communication costs and introduce unavoidable privacy risks. We reformulate this problem as a reinforcement learning style evaluation process and propose FedGRPO, a privacy preserving framework comprising two modules. The first module performs competence-based expert selection by building a lightweight confidence graph from auxiliary data to identify the most suitable clients for each question. The second module leverages the "Group Relative" concept from the Group Relative Policy Optimization (GRPO) framework by packaging each question together with its solution rationale into candidate policies, dispatching these policies to a selected subset of expert clients, and aggregating solely the resulting scalar reward signals via a federated group-relative loss function. By exchanging reward values instead of data or model updates, FedGRPO reduces privacy risk and communication overhead while enabling parallel evaluation across heterogeneous devices. Empirical results on diverse domain tasks demonstrate that FedGRPO achieves superior downstream accuracy and communication efficiency compared to conventional FedFMs baselines.
