Fisher-Informed Parameterwise Aggregation for Federated Learning with Heterogeneous Data
Zhipeng Chang, Ting He, Wenrui Hao
TL;DR
This work addresses the challenge of non-IID data in federated learning by moving beyond uniform client-level scaling to parameterwise aggregation guided by the Fisher Information Matrix. FIPA uses a low-rank spectral approximation of each client's FIM to compute parameter-specific weights, enabling direction-aware updates that better reflect data informativeness. The method is paired with a two-stage training protocol (warmup followed by FIPA refinement) and supports parameter-efficient fine-tuning for large models, maintaining practicality through subspace-based computation and QR-based server merges. Empirically, FIPA improves accuracy across nonlinear function fitting, PDE learning with PINNs, and image classification under varying heterogeneity, and it can complement existing client-side optimization strategies. The results suggest that leveraging Fisher-guided, parameterwise aggregation yields robust, scalable gains in heterogeneous federated settings.
Abstract
Federated learning aggregates model updates from distributed clients, but standard first order methods such as FedAvg apply the same scalar weight to all parameters from each client. Under non-IID data, these uniformly weighted updates can be strongly misaligned across clients, causing client drift and degrading the global model. Here we propose Fisher-Informed Parameterwise Aggregation (FIPA), a second-order aggregation method that replaces client-level scalar weights with parameter-specific Fisher Information Matrix (FIM) weights, enabling true parameter-level scaling that captures how each client's data uniquely influences different parameters. With low-rank approximation, FIPA remains communication- and computation-efficient. Across nonlinear function regression, PDE learning, and image classification, FIPA consistently improves over averaging-based aggregation, and can be effectively combined with state-of-the-art client-side optimization algorithms to further improve image classification accuracy. These results highlight the benefits of FIPA for federated learning under heterogeneous data distributions.
