Single-Round Scalable Analytic Federated Learning
Alan T. L. Bacellar, Mustafa Munir, Felipe M. G. França, Priscila M. V. Lima, Radu Marculescu, Lizy K. John
TL;DR
Federated Learning suffers from high communication costs and performance degradation on non-IID data. SAFLe introduces a non-linear analytic head built from bucketing feature spaces and sparse grouped embeddings, preserving AFL's single-round, gradient-free aggregation. The authors prove a high-dimensional linear-equivalence for the non-linear head, enabling exact solutions via Absolute Aggregation with Regularization Intermediary. Empirically, SAFLe achieves state-of-the-art accuracy among analytic FL approaches, outperforming AFL and DeepAFL on CIFAR-10/100 and Tiny-ImageNet while maintaining single-round efficiency and robustness to heterogeneity.
Abstract
Federated Learning (FL) is plagued by two key challenges: high communication overhead and performance collapse on heterogeneous (non-IID) data. Analytic FL (AFL) provides a single-round, data distribution invariant solution, but is limited to linear models. Subsequent non-linear approaches, like DeepAFL, regain accuracy but sacrifice the single-round benefit. In this work, we break this trade-off. We propose SAFLe, a framework that achieves scalable non-linear expressivity by introducing a structured head of bucketed features and sparse, grouped embeddings. We prove this non-linear architecture is mathematically equivalent to a high-dimensional linear regression. This key equivalence allows SAFLe to be solved with AFL's single-shot, invariant aggregation law. Empirically, SAFLe establishes a new state-of-the-art for analytic FL, significantly outperforming both linear AFL and multi-round DeepAFL in accuracy across all benchmarks, demonstrating a highly efficient and scalable solution for federated vision.
