Technical note on Fisher Information for Robust Federated Cross-Validation
Behraj Khan, Tahir Qasim Syed
TL;DR
FIRE introduces a Fisher-information-based regularizer to mitigate fragmentation-induced covariate shift (FICS) in both batch/fold and federated learning settings by aligning training to a fixed validation distribution $P_{val}$. It formalizes a unified framework, derives a tractable Fisher Information Matrix surrogate for $D_{KL}(P_i \\| P_{val})$, and aggregates FIM across batches or clients to guide updates with a Fisher-regularized objective. Empirically, FIRE yields consistent accuracy gains over importance-weighting and FL baselines across 39 datasets, with notable improvements under varying fragmentation frequencies and non-IID client conditions, while maintaining stability. The work provides theoretical bounds linking KL divergence to the Fisher surrogate and demonstrates practical, low-overhead computation via diagonal or low-rank FIM approximations. Overall, FIRE offers a principled, scalable approach to robust validation-time distribution alignment in fragmented and federated learning scenarios, enhancing generalization to the target validation distribution.
Abstract
When training data are fragmented across batches or federated-learned across different geographic locations, trained models manifest performance degradation. That degradation partly owes to covariate shift induced by data having been fragmented across time and space and producing dissimilar empirical training distributions. Each fragment's distribution is slightly different to a hypothetical unfragmented training distribution of covariates, and to the single validation distribution. To address this problem, we propose Fisher Information for Robust fEderated validation (\textbf{FIRE}). This method accumulates fragmentation-induced covariate shift divergences from the global training distribution via an approximate Fisher information. That term, which we prove to be a more computationally-tractable estimate, is then used as a per-fragment loss penalty, enabling scalable distribution alignment. FIRE outperforms importance weighting benchmarks by $5.1\%$ at maximum and federated learning (FL) benchmarks by up to $5.3\%$ on shifted validation sets.
