LGPFMLJan 25, 2020

TiFL: A Tier-based Federated Learning System

arXiv:2001.09249v1356 citations
AI Analysis

This addresses efficiency and accuracy issues in federated learning for privacy-preserving distributed systems, but it is incremental as it builds on existing FL frameworks with adaptive optimizations.

The paper tackles the problem of resource and data heterogeneity in federated learning, which slows training and reduces accuracy, by proposing TiFL, a tier-based system that groups clients by performance and adaptively selects them to mitigate stragglers. Experimental results show TiFL achieves faster training while maintaining or improving test accuracy compared to conventional FL.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes