paper-with-me

Papers

TiFL: A Tier-based Federated Learning System

2020-01-25 · Zheng Chai, Ahsan Ali, Syed Zawad, Stacey Truex, Ali Anwar, Nathalie Baracaldo, Yi Zhou, Heiko Ludwig, Feng Yan, Yue Cheng

Federated Learning (FL) enables learning a shared model across many clients without violating the privacy requirements. One of the key attributes in FL is the heterogeneity that exists in both resource and data due to the differences in computation and communication capacity, as well as the quantity and content of data among different clients. We conduct a case study to show that heterogeneity in resource and data has a significant impact on training time and model accuracy in conventional FL systems. To this end, we propose TiFL, a Tier-based Federated Learning System, which divides clients into tiers based on their training performance and selects clients from the same tier in each training round to mitigate the straggler problem caused by heterogeneity in resource and data quantity. To further tame the heterogeneity caused by non-IID (Independent and Identical Distribution) data and resources, TiFL employs an adaptive tier selection approach to update the tiering on-the-fly based on the observed training performance and accuracy overtime. We prototype TiFL in a FL testbed following Google's FL architecture and evaluate it using popular benchmarks and the state-of-the-art FL benchmark LEAF. Experimental evaluation shows that TiFL outperforms the conventional FL in various heterogeneous conditions. With the proposed adaptive tier selection policy, we demonstrate that TiFL achieves much faster training performance while keeping the same (and in some cases - better) test accuracy across the board.

📄 PDF Abstract BibTeX arXiv:2001.09249

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

De-VertiFL: A Solution for Decentralized Vertical Federated Learning

2024-10-08 · Alberto Huertas Celdrán, Chao Feng, Sabyasachi Banik, Gerome Bovet 외

Federated Learning (FL), introduced in 2016, was designed to enhance data privacy in collaborative model training environments. Among the FL paradigm, horizontal FL, where clients share the same set of features but diffe…

Federated LearningPrivacy PreservingVertical Federated Learning

OptiFLIDS: Optimized Federated Learning for Energy-Efficient Intrusion Detection in IoT

2025-10-05 · Saida Elouardi, Mohammed Jouhari, Anas Motii arxiv

In critical IoT environments, such as smart homes and industrial systems, effective Intrusion Detection Systems (IDS) are essential for ensuring security. However, developing robust IDS solutions remains a significant ch…

Intrusion DetectionFederated Learning

Scikit-Multiflow: A Multi-output Streaming Framework

2018-07-12 · Jacob Montiel, Jesse Read, Albert Bifet, Talel Abdessalem

Scikit-multiflow is a multi-output/multi-label and stream data mining framework for the Python programming language. Conceived to serve as a platform to encourage democratization of stream learning research, it provides …

Position Paper: Assessing Robustness, Privacy, and Fairness in Federated Learning Integrated with Foundation Models

2024-02-02 · Xi Li, Jiaqi Wang

Federated Learning (FL), while a breakthrough in decentralized machine learning, contends with significant challenges such as limited data availability and the variability of computational resources, which can stifle the…

Data AugmentationFairnessFederated LearningPosition

Hierarchical Split Federated Learning: Convergence Analysis and System Optimization

2024-12-10 · Zheng Lin, Wei Wei, Zhe Chen, Chan-Tong Lam 외

As AI models expand in size, it has become increasingly challenging to deploy federated learning (FL) on resource-constrained edge devices. To tackle this issue, split federated learning (SFL) has emerged as an FL framew…

Federated Learning