LGAIDCSYNov 17, 2021

FLSys: Toward an Open Ecosystem for Federated Learning Mobile Apps

arXiv:2111.09445v318 citations
AI Analysis

This work addresses the need for an open ecosystem for federated learning mobile apps, enabling third-party developers to access FL models with privacy mechanisms, though it appears incremental as it builds on existing FL concepts with practical implementations.

The authors developed FLSys, a mobile-cloud federated learning system for smartphones with mobile sensing data, which balances model performance with resource consumption and supports concurrent training of different models; they demonstrated it with a human activity recognition model using data from 100+ students over 4 months and a sentiment analysis model, achieving good utility and performance.

This article presents the design, implementation, and evaluation of FLSys, a mobile-cloud federated learning (FL) system, which can be a key component for an open ecosystem of FL models and apps. FLSys is designed to work on smart phones with mobile sensing data. It balances model performance with resource consumption, tolerates communication failures, and achieves scalability. In FLSys, different DL models with different FL aggregation methods can be trained and accessed concurrently by different apps. Furthermore, FLSys provides advanced privacy preserving mechanisms and a common API for third-party app developers to access FL models. FLSys adopts a modular design and is implemented in Android and AWS cloud. We co-designed FLSys with a human activity recognition (HAR) model. HAR sensing data was collected in the wild from 100+ college students during a 4-month period. We implemented HAR-Wild, a CNN model tailored to mobile devices, with a data augmentation mechanism to mitigate the problem of non-Independent and Identically Distributed data. A sentiment analysis model is also used to demonstrate that FLSys effectively supports concurrent models. This article reports our experience and lessons learned from conducting extensive experiments using simulations, Android/Linux emulations, and Android phones that demonstrate FLSys achieves good model utility and practical system performance.

Foundations

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

Your Notes