pith. sign in

arxiv: 2405.16240 · v3 · submitted 2024-05-25 · 💻 cs.LG

AFL: A Single-Round Analytic Approach for Federated Learning with Pre-trained Models

classification 💻 cs.LG
keywords aggregationlearninganalyticfederatedinvariancetrainingvariousanalytical
0
0 comments X
read the original abstract

In this paper, we introduce analytic federated learning (AFL), a new training paradigm that brings analytical (i.e., closed-form) solutions to the federated learning (FL) with pre-trained models. Our AFL draws inspiration from analytic learning -- a gradient-free technique that trains neural networks with analytical solutions in one epoch. In the local client training stage, the AFL facilitates a one-epoch training, eliminating the necessity for multi-epoch updates. In the aggregation stage, we derive an absolute aggregation (AA) law. This AA law allows a single-round aggregation, reducing heavy communication overhead and achieving fast convergence by removing the need for multiple aggregation rounds. More importantly, the AFL exhibits a property that \textit{invariance to data partitioning}, meaning that regardless of how the full dataset is distributed among clients, the aggregated result remains identical. This could spawn various potentials, such as data heterogeneity invariance and client-number invariance. We conduct experiments across various FL settings including extremely non-IID ones, and scenarios with a large number of clients (e.g., $\ge 1000$). In all these settings, our AFL constantly performs competitively while existing FL techniques encounter various obstacles. Our codes are available at https://github.com/ZHUANGHP/Analytic-federated-learning.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Analytic Personalized Federated Meta-Learning

    cs.DC 2025-02 unverdicted novelty 7.0

    Proposes FedACnnL for analytic layer-wise DNN training in federated settings and pFedACnnL for analytic personalized meta-learning, claiming 83-99% training time reduction and 4-8% accuracy gains over baselines with S...