Single-Round Scalable Analytic Federated Learning

arXiv stat.ML / 3/31/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • Federated Learning (FL) often suffers from high communication costs and accuracy collapse on non-IID (heterogeneous) data, motivating improvements to analytic FL (AFL) approaches.
  • The paper introduces SAFLe, a framework that enables scalable non-linear expressivity while preserving AFL’s single-round, data-distribution-invariant aggregation advantage.
  • SAFLe uses a structured head with bucketed features and sparse, grouped embeddings, and the authors prove the resulting non-linear model is mathematically equivalent to a high-dimensional linear regression.
  • Because of this equivalence, SAFLe can be trained/solved using AFL’s single-shot aggregation law rather than requiring multi-round federated optimization.
  • Experiments on federated vision benchmarks show SAFLe sets new state-of-the-art results, outperforming both linear AFL and multi-round non-linear DeepAFL methods in accuracy.

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.