paper-with-me

홈 › Papers

Flight: A FaaS-Based Framework for Complex and Hierarchical Federated Learning

2024-09-24 · Nathaniel Hudson, Valerie Hayot-Sasson, Yadu Babuji, Matt Baughman, J. Gregory Pauloski, Ryan Chard, Ian Foster, Kyle Chard

Federated Learning (FL) is a decentralized machine learning paradigm where models are trained on distributed devices and are aggregated at a central server. Existing FL frameworks assume simple two-tier network topologies where end devices are directly connected to the aggregation server. While this is a practical mental model, it does not exploit the inherent topology of real-world distributed systems like the Internet-of-Things. We present Flight, a novel FL framework that supports complex hierarchical multi-tier topologies, asynchronous aggregation, and decouples the control plane from the data plane. We compare the performance of Flight against Flower, a state-of-the-art FL framework. Our results show that Flight scales beyond Flower, supporting up to 2048 simultaneous devices, and reduces FL makespan across several models. Finally, we show that Flight's hierarchical FL model can reduce communication overheads by more than 60%.

📄 PDF Abstract BibTeX arXiv:2409.16495

Code (1)

globus-labs/flight 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

EdgeFaaS: A Function-based Framework for Edge Computing

2026-07-16 · Neha Vadnere, Yu-Ting Wang, Yitao Chen, Sreehari Sadesh 외 arxiv

Edge computing brings unique challenges as the resources on the edge are highly diverse in capabilities and capacities, and highly distributed across many users and the physical world. Existing distributed computing fram…

Audio ClassificationFederated Learning

FedLess: Secure and Scalable Federated Learning Using Serverless Computing

2021-11-05 · Andreas Grafberger, Mohak Chadha, Anshul Jindal, Jianfeng Gu 외

The traditional cloud-centric approach for Deep Learning (DL) requires training data to be collected and processed at a central server which is often challenging in privacy-sensitive domains like healthcare. Towards this…

Federated LearningManagement

A Framework for SLO, Carbon, and Wastewater-Aware Sustainable FaaS Cloud Platform Management

2024-10-09 · Sirui Qi, Hayden Moore, Ninad Hogade, Dejan Milojicic 외

Function-as-a-Service (FaaS) is a growing cloud computing paradigm that is expected to reduce the user cost of service over traditional serverful approaches. However, the environmental impact of FaaS has not received muc…

Cloud ComputingManagementScheduling

FaaSMoE: A Serverless Framework for Multi-Tenant Mixture-of-Experts Serving

2026-04-29 · Minghe Wang, Trever Schirmer, Mohammadreza Malekabbasi, David Bermbach arxiv

Mixture-of-Experts (MoE) models offer high capacity with efficient inference cost by activating a small subset of expert models per input. However, deploying MoE models requires all experts to reside in memory, creating …

Transformer-Based Model for Cold Start Mitigation in FaaS Architecture

2025-04-15 · Alexandre Savi Fayam Mbala Mouen, Jerry Lacmou Zeutouo, Vianney Kengne Tchendji

Serverless architectures, particularly the Function as a Service (FaaS) model, have become a cornerstone of modern cloud computing due to their ability to simplify resource management and enhance application deployment a…

Cloud ComputingManagement