paper-with-me

Papers

NeFL: Nested Model Scaling for Federated Learning with System Heterogeneous Clients

2023-08-15 · Honggu Kang, Seohyeon Cha, Jinwoo Shin, Jongmyeong Lee, Joonhyuk Kang

Federated learning (FL) enables distributed training while preserving data privacy, but stragglers-slow or incapable clients-can significantly slow down the total training time and degrade performance. To mitigate the impact of stragglers, system heterogeneity, including heterogeneous computing and network bandwidth, has been addressed. While previous studies have addressed system heterogeneity by splitting models into submodels, they offer limited flexibility in model architecture design, without considering potential inconsistencies arising from training multiple submodel architectures. We propose nested federated learning (NeFL), a generalized framework that efficiently divides deep neural networks into submodels using both depthwise and widthwise scaling. To address the inconsistency arising from training multiple submodel architectures, NeFL decouples a subset of parameters from those being trained for each submodel. An averaging method is proposed to handle these decoupled parameters during aggregation. NeFL enables resource-constrained devices to effectively participate in the FL pipeline, facilitating larger datasets for model training. Experiments demonstrate that NeFL achieves performance gain, especially for the worst-case submodel compared to baseline approaches (7.63% improvement on CIFAR-100). Furthermore, NeFL aligns with recent advances in FL, such as leveraging pre-trained models and accounting for statistical heterogeneity. Our code is available online.

📄 PDF Abstract BibTeX arXiv:2308.07761

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Zone-based Federated Learning for Mobile Sensing Data

2023-03-10 · Xiaopeng Jiang, Thinh On, NhatHai Phan, Hessamaldin Mohammadi 외

Mobile apps, such as mHealth and wellness applications, can benefit from deep learning (DL) models trained with mobile sensing data collected by smart phones or wearable devices. However, currently there is no mobile sen…

Activity RecognitionFederated LearningHuman Activity Recognition

DroneFL: Federated Learning for Multi-UAV Visual Target Tracking

2025-09-25 · Xiaofan Yu, Yuwei Wu, Katherine Mao, Ye Tian 외 arxiv

Multi-robot target tracking is a fundamental problem that requires coordinated monitoring of dynamic entities in applications such as precision agriculture, environmental monitoring, disaster response, and security surve…

Trajectory PredictionFederated Learning

PreLort: Prefix-Nested LoRA for Federated Fine-Tuning under Rank Heterogeneity

2026-06-14 · Muhammad Waseem, Nurbek Tastan, Andrej Jovanovic, Nicholas D. Lane 외 arxiv

Federated fine-tuning of large language models using parameter-efficient methods such as LoRA enables privacy-preserving adaptation of foundation models. Heterogeneous hardware resources introduce challenges, as clients …

Federated Learning with Multi-Partner OneFlorida+ Consortium Data for Predicting Major Postoperative Complications

2026-03-17 · Yuanfang Ren, Varun Sai Vemuri, Zhenhong Hu, Benjamin Shickel 외 arxiv

Background: This study aims to develop and validate federated learning models for predicting major postoperative complications and mortality using a large multicenter dataset from the OneFlorida Data Trust. We hypothesiz…

Federated Learning

FedNest: Federated Bilevel, Minimax, and Compositional Optimization

2022-05-04 · Davoud Ataee Tarzanagh, Mingchen Li, Christos Thrampoulidis, Samet Oymak

Standard federated optimization methods successfully apply to stochastic problems with single-level structure. However, many contemporary ML problems -- including adversarial robustness, hyperparameter tuning, and actor-…

Adversarial RobustnessHyperparameter OptimizationRepresentation Learning