Plug In and Learn: Federated Intelligence over a Smart Grid of Models
S. Abdurakhmanova, Y. SarcheshmehPour, A. Jung
TL;DR
This work tackles federated learning over networks of heterogeneous data and models by introducing a graph-regularized, model-agnostic framework. The core idea is to couple local learners through a generalized total variation (GTV) penalty on an empirical graph $\mathcal{G}$, using a shared public unlabeled dataset $\mathcal{P}$ to evaluate discrepancies between neighboring models. The proposed method, FedRelax, supports both non-parametric and parametric local models and optimizes a regularized empirical risk via block-coordinate minimization, enabling decentralized updates without centralized parameter sharing. Empirical results on synthetic clustered and non-i.i.d. data demonstrate improved local performance and resilience to high $d/m$ regimes, with denoising and clustering effects observable across linear and tree-based models. Overall, FedRelax provides a flexible, privacy-preserving pathway to cooperative learning across diverse local learners by leveraging network structure and public data, with theoretical and empirical insights into how graph connectivity and regularization influence model variation.
Abstract
We present a model-agnostic federated learning method that mirrors the operation of a smart power grid: diverse local models, like energy prosumers, train independently on their own data while exchanging lightweight signals to coordinate with statistically similar peers. This coordination is governed by a graph-based regularizer that encourages connected models to produce similar predictions on a shared, public unlabeled dataset. The resulting method is a flexible instance of regularized empirical risk minimization and supports a wide variety of local models - both parametric and non-parametric - provided they can be trained via regularized loss minimization. Such training is readily supported by standard ML libraries including scikit-learn, Keras, and PyTorch.
