paper-with-me

Papers

A Federated Learning Aggregation Algorithm for Pervasive Computing: Evaluation and Comparison

2021-10-19 · Sannara Ek, François Portet, Philippe Lalanda, German Vega

Pervasive computing promotes the installation of connected devices in our living spaces in order to provide services. Two major developments have gained significant momentum recently: an advanced use of edge resources and the integration of machine learning techniques for engineering applications. This evolution raises major challenges, in particular related to the appropriate distribution of computing elements along an edge-to-cloud continuum. About this, Federated Learning has been recently proposed for distributed model training in the edge. The principle of this approach is to aggregate models learned on distributed clients in order to obtain a new, more general model. The resulting model is then redistributed to clients for further training. To date, the most popular federated learning algorithm uses coordinate-wise averaging of the model parameters for aggregation. However, it has been shown that this method is not adapted in heterogeneous environments where data is not identically and independently distributed (non-iid). This corresponds directly to some pervasive computing scenarios where heterogeneity of devices and users challenges machine learning with the double objective of generalization and personalization. In this paper, we propose a novel aggregation algorithm, termed FedDist, which is able to modify its model architecture (here, deep neural network) by identifying dissimilarities between specific neurons amongst the clients. This permits to account for clients' specificity without impairing generalization. Furthermore, we define a complete method to evaluate federated learning in a realistic way taking generalization and personalization into account. Using this method, FedDist is extensively tested and compared with three state-of-the-art federated learning algorithms on the pervasive domain of Human Activity Recognition with smartphones.

📄 PDF Abstract BibTeX arXiv:2110.10223

Code (1)

getalp/PerCom2021-FL 공식 구현 pytorch

Tasks

Activity RecognitionFederated LearningHuman Activity RecognitionSpecificity

Similar Papers 제목 키워드 기반

Evaluation and comparison of federated learning algorithms for Human Activity Recognition on smartphones

2022-10-30 · Sannara Ek, François Portet, Philippe Lalanda, German Vega

Pervasive computing promotes the integration of smart devices in our living spaces to develop services providing assistance to people. Such smart devices are increasingly relying on cloud-based Machine Learning, which ra…

Activity RecognitionFederated LearningHuman Activity RecognitionSpecificity

Resource-Constrained Federated Learning with Heterogeneous Labels and Models

2020-11-06 · Gautham Krishna Gudur, Bala Shyamala Balaji, Satheesh K. Perepu

Various IoT applications demand resource-constrained machine learning mechanisms for different applications such as pervasive healthcare, activity monitoring, speech recognition, real-time computer vision, etc. This nece…

BIG-bench Machine LearningFederated Learningspeech-recognitionSpeech Recognition

Opportunistic Federated Learning: An Exploration of Egocentric Collaboration for Pervasive Computing Applications

2021-03-24 · Sangsu Lee, Xi Zheng, Jie Hua, Haris Vikalo 외

Pervasive computing applications commonly involve user's personal smartphones collecting data to influence application behavior. Applications are often backed by models that learn from the user's experiences to provide p…

Federated Learning

Federated Learning and catastrophic forgetting in pervasive computing: demonstration in HAR domain

2022-07-17 · Anastasiia Usmanova, François Portet, Philippe Lalanda, German Vega

Federated Learning has been introduced as a new machine learning paradigm enhancing the use of local devices. At a server level, FL regularly aggregates models learned locally on distributed clients to obtain a more gene…

Activity RecognitionFederated LearningHuman Activity Recognition

Federated Continual Learning through distillation in pervasive computing

2022-07-17 · Anastasiia Usmanova, François Portet, Philippe Lalanda, German Vega

Federated Learning has been introduced as a new machine learning paradigm enhancing the use of local devices. At a server level, FL regularly aggregates models learned locally on distributed clients to obtain a more gene…

Activity RecognitionContinual LearningFederated LearningHuman Activity Recognition