paper-with-me

홈 › Papers

DistFL: Distribution-aware Federated Learning for Mobile Scenarios

2021-10-22 · Bingyan Liu, Yifeng Cai, Ziqi Zhang, Yuanchun Li, Leye Wang, Ding Li, Yao Guo, Xiangqun Chen

Federated learning (FL) has emerged as an effective solution to decentralized and privacy-preserving machine learning for mobile clients. While traditional FL has demonstrated its superiority, it ignores the non-iid (independently identically distributed) situation, which widely exists in mobile scenarios. Failing to handle non-iid situations could cause problems such as performance decreasing and possible attacks. Previous studies focus on the "symptoms" directly, as they try to improve the accuracy or detect possible attacks by adding extra steps to conventional FL models. However, previous techniques overlook the root causes for the "symptoms": blindly aggregating models with the non-iid distributions. In this paper, we try to fundamentally address the issue by decomposing the overall non-iid situation into several iid clusters and conducting aggregation in each cluster. Specifically, we propose \textbf{DistFL}, a novel framework to achieve automated and accurate \textbf{Dist}ribution-aware \textbf{F}ederated \textbf{L}earning in a cost-efficient way. DistFL achieves clustering via extracting and comparing the \textit{distribution knowledge} from the uploaded models. With this framework, we are able to generate multiple personalized models with distinctive distributions and assign them to the corresponding clients. Extensive experiments on mobile scenarios with popular model architectures have demonstrated the effectiveness of DistFL.

📄 PDF Abstract BibTeX arXiv:2110.11619

Code (1)

yikfungtsai/distfl 공식 구현 pytorch

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Federated Learning with Partially Labeled Data: A Conditional Distillation Approach

2024-12-25 · Pochuan Wang, Chen Shen, Masahiro Oda, Chiou-Shann Fuh 외

In medical imaging, developing generalized segmentation models that can handle multiple organs and lesions is crucial. However, the scarcity of fully annotated datasets and strict privacy regulations present significant …

Federated LearningImage SegmentationMedical Image SegmentationPartially Labeled Datasets+2

Optimizing Parameters of the LinDistFlow Power Flow Approximation for Distribution Systems

2024-04-08 · Babak Taheri, Rahul K. Gupta, Daniel K. Molzahn

The DistFlow model accurately represents power flows in distribution systems, but the model's nonlinearities result in computational challenges for many applications. Accordingly, a linear approximation known as \mbox{Li…

Improving Distribution System Resilience by Undergrounding Lines and Deploying Mobile Generators

2022-04-21 · Babak Taheri, Daniel K. Molzahn, Santiago Grijalva

To improve the resilience of electric distribution systems, this paper proposes a stochastic multi-period mixed-integer linear programming model that determines where to underground distribution lines and how to coordina…

ConDistFL: Conditional Distillation for Federated Learning from Partially Annotated Data

2023-08-08 · Pochuan Wang, Chen Shen, Weichung Wang, Masahiro Oda 외

Developing a generalized segmentation model capable of simultaneously delineating multiple organs and diseases is highly desirable. Federated learning (FL) is a key technology enabling the collaborative development of a …

Federated LearningKnowledge Distillation

DISTFLASHATTN: Distributed Memory-efficient Attention for Long-context LLMs Training

2023-10-05 · Dacheng Li, Rulin Shao, Anze Xie, Eric P. Xing 외

FlashAttention (Dao, 2023) effectively reduces the quadratic peak memory usage to linear in training transformer-based large language models (LLMs) on a single GPU. In this paper, we introduce DISTFLASHATTN, a distribute…

GPU