paper-with-me

Papers

Analytic Federated Learning

2024-05-25 · Huiping Zhuang, Run He, Kai Tong, Di Fang, Han Sun, Haoran Li, Tianyi Chen, Ziqian Zeng

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) community. 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, removing the need for multiple aggregation rounds. More importantly, the AFL exhibits a \textit{weight-invariant} property, 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, client-number invariance, absolute convergence, and being hyperparameter-free (our AFL is the first hyperparameter-free method in FL history). 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. Code is available at \url{https://github.com/ZHUANGHP/Analytic-federated-learning}

📄 PDF Abstract BibTeX arXiv:2405.16240

Code (1)

zhuanghp/analytic-federated-learning 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Federated Analytics: A survey

2023-02-02 · Ahmed Roushdy Elkordy, Yahya H. Ezzeldin, Shanshan Han, Shantanu Sharma 외

Federated analytics (FA) is a privacy-preserving framework for computing data analytics over multiple remote parties (e.g., mobile devices) or silo-ed institutional entities (e.g., hospitals, banks) without sharing the d…

Federated LearningPrivacy PreservingSurvey

PAPAYA Federated Analytics Stack: Engineering Privacy, Scalability and Practicality

2024-12-03 · Harish Srinivas, Graham Cormode, Mehrdad Honarkhah, Samuel Lurye 외

Cross-device Federated Analytics (FA) is a distributed computation paradigm designed to answer analytics queries about and derive insights from data held locally on users' devices. On-device computations combined with ot…

Federated Learning

Federated Data Analytics: A Study on Linear Models

2022-06-15 · Xubo Yue, Raed Al Kontar, Ana María Estrada Gómez

As edge devices become increasingly powerful, data analytics are gradually moving from a centralized to a decentralized regime where edge compute resources are exploited to process more of the data locally. This regime o…

Uncertainty QuantificationVariable Selection

FedOPAL: One-Shot Federated Learning via Analytic Visual Prompt Tuning

2026-07-09 · Lingyu Qiu, Daniela Annunziata, Stefano Izzo, Fabio Giampaolo 외 arxiv

With the widespread deployment of basic models in edge intelligence, communication bandwidth has become a core bottleneck restricting the scalability of federated learning. Although one-shot federated learning alleviates…

Knowledge DistillationVisual Prompt TuningFederated Learning

Secure Bayesian Federated Analytics for Privacy-Preserving Trend Detection

2021-07-28 · Amit Chaulwar, Michael Huth

Federated analytics has many applications in edge computing, its use can lead to better decision making for service provision, product development, and user experience. We propose a Bayesian approach to trend detection i…

Decision MakingEdge-computingPrivacy Preserving