paper-with-me

Papers

FedCore: Straggler-Free Federated Learning with Distributed Coresets

2024-01-31 · Hongpeng Guo, Haotian Gu, Xiaoyang Wang, Bo Chen, Eun Kyung Lee, Tamar Eilam, Deming Chen, Klara Nahrstedt

Federated learning (FL) is a machine learning paradigm that allows multiple clients to collaboratively train a shared model while keeping their data on-premise. However, the straggler issue, due to slow clients, often hinders the efficiency and scalability of FL. This paper presents FedCore, an algorithm that innovatively tackles the straggler problem via the decentralized selection of coresets, representative subsets of a dataset. Contrary to existing centralized coreset methods, FedCore creates coresets directly on each client in a distributed manner, ensuring privacy preservation in FL. FedCore translates the coreset optimization problem into a more tractable k-medoids clustering problem and operates distributedly on each client. Theoretical analysis confirms FedCore's convergence, and practical evaluations demonstrate an 8x reduction in FL training time, without compromising model accuracy. Our extensive evaluations also show that FedCore generalizes well to existing FL frameworks.

📄 PDF Abstract BibTeX arXiv:2402.00219

Code (1)

hongpeng-guo/fedcore 공식 구현 pytorch

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Coresets 설명 없음

Similar Papers 제목 키워드 기반

FedCoRe: Target-Adaptive Completion for Missing Modalities in Healthcare Federated Learning

2026-08-18 · Holger R. Roth, Ziyue Xu, Peter Cnudde arxiv

Federated multimodal models often assume every site has every modality, although hospitals differ in access to EHRs, chest radiographs, and ECGs. We study this setting on a MIMIC-derived respiratory deterioration task wi…

Federated Learning

Coresets for Vertical Federated Learning: Regularized Linear Regression and $K$-Means Clustering

2022-10-26 · Lingxiao Huang, Zhize Li, Jialin Sun, Haoyu Zhao

Vertical federated learning (VFL), where data features are stored in multiple parties distributively, is an important area in machine learning. However, the communication complexity for VFL is typically very high. In thi…

ClusteringFederated LearningregressionVertical Federated Learning

CLIP: Client-Side Invariant Pruning for Mitigating Stragglers in Secure Federated Learning

2025-10-19 · Anthony DiMaggio, Raghav Sharma, Gururaj Saileshwar arxiv

Secure federated learning (FL) preserves data privacy during distributed model training. However, deploying such frameworks across heterogeneous devices results in performance bottlenecks, due to straggler clients with l…

Federated Learning

Towards Straggler-Resilient Split Federated Learning: An Unbalanced Update Approach

2025-10-24 · Dandan Liang, Jianing Zhang, Evan Chen, Zhe Li 외 arxiv

Split Federated Learning (SFL) enables scalable training on edge devices by combining the parallelism of Federated Learning (FL) with the computational offloading of Split Learning (SL). Despite its great success, SFL su…

Federated Learning

Coded Matrix Computations for D2D-enabled Linearized Federated Learning

2023-02-23 · Anindya Bijoy Das, Aditya Ramamoorthy, David J. Love, Christopher G. Brinton

Federated learning (FL) is a popular technique for training a global model on data distributed across client devices. Like other distributed training techniques, FL is susceptible to straggler (slower or failed) clients.…

Federated Learning