paper-with-me

Papers

Shard the Gradient, Scale the Model: Serverless Federated Aggregation via Gradient Partitioning

2026-04-23 · Amine Barrak arxiv

Federated learning (FL) aggregation on serverless platforms faces a hard scalability ceiling: existing architectures (lambda-FL, LIFL) partition clients across aggregators, but every aggregator must hold the complete model gradient in memory. When gradients exceed the per-function memory limit (e.g., 10 GB on AWS Lambda), aggregation becomes infeasible regardless of tree depth or branching factor. We propose GradsSharding, which instead partitions the gradient tensor into M shards, each averaged independently by a serverless function that receives contributions from all clients. Because FedAvg averaging is element-wise, this produces bit-identical results to tree-based approaches, so model accuracy is invariant by construction. Per-function memory is bounded at O(|θ|/M), independent of client count, enabling aggregation of arbitrarily large models. We evaluate GradsSharding against lambda-FL and LIFL through HPC experiments and real AWS Lambda deployments across model sizes from 43 MB to 5 GB. Results show a cost crossover at approximately 500 MB gradient size, 2.7x cost reduction at VGG-16 scale, and that GradsSharding is the only architecture that remains deployable beyond the serverless memory ceiling.

📄 PDF Abstract BibTeX arXiv:2604.22072

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

LIFL: A Lightweight, Event-driven Serverless Platform for Federated Learning

2024-05-05 · Shixiong Qi, K. K. Ramakrishnan, Myungjin Lee

Federated Learning (FL) typically involves a large-scale, distributed system with individual user devices/servers training models locally and then aggregating their model updates on a trusted central server. Existing sys…

Federated LearningManagement

Scalable and Verifiable Federated Learning for Cross-Institution Financial Fraud Detection

2026-04-25 · Prajwal Panth, Nishant Nigam arxiv

Financial fraud increasingly exploits institutional boundaries: laundering networks distribute transactions across multiple banks because no single institution can observe the full pattern. Federated Learning (FL) enable…

Federated LearningFraud Detection

ERIS: Enhancing Privacy and Scalability in Federated Learning via Federated Shard Aggregation

2026-02-09 · Dario Fenoglio, Pasquale Polverino, Jacopo Quizi, Martin Gjoreski 외 arxiv

Scaling Federated Learning (FL) to billion-parameter models forces a challenging trade-off between privacy, scalability, and model utility. Existing solutions often tackle these challenges in isolation, sacrificing accur…

Federated Learning

Towards Bidirectional Protection in Federated Learning

2020-10-02 · Lun Wang, Qi Pang, Shuai Wang, Dawn Song

Prior efforts in enhancing federated learning (FL) security fall into two categories. At one end of the spectrum, some work uses secure aggregation techniques to hide the individual client's updates and only reveal the a…

Federated Learning

F^2ed-Learning: Good Fences Make Good Neighbors

2021-01-01 · Lun Wang, Qi Pang, Shuai Wang, Dawn Song

In this paper, we present F^2ed-Learning, the first federated learning protocol simultaneously defending against both semi-honest server and Byzantine malicious clients. Using a robust mean estimator called FilterL2, F^2…

Federated Learning