Table of Contents
Fetching ...

Personalized Semi-Supervised Federated Learning for Human Activity Recognition

Riccardo Presotto, Gabriele Civitarese, Claudio Bettini

TL;DR

This paper introduces FedAR, a personalized semi-supervised federated learning framework for human activity recognition that addresses data scarcity and privacy by integrating active learning and label propagation on-device with federated aggregation. FedAR maintains two models per user (Shareable and Personalized) and uses transfer learning to tailor the global model to individuals, achieving recognition rates close to fully supervised baselines on public HAR datasets. The evaluation demonstrates that a small, diminishing amount of user labeling suffices to reach strong performance, while the global model progressively improves personalization and generalization through repeated federated rounds. The work highlights practical considerations for privacy, scalability, and resource use, and outlines future directions such as federated clustering and unlabeled-data feature learning to further enhance HAR deployments in real-world settings.

Abstract

One of the major open problems in sensor-based Human Activity Recognition (HAR) is the scarcity of labeled data. Among the many solutions to address this challenge, semi-supervised learning approaches represent a promising direction. However, their centralised architecture incurs in the scalability and privacy problems that arise when the process involves a large number of users. Federated Learning (FL) is a promising paradigm to address these problems. However, the FL methods that have been proposed for HAR assume that the participating users can always obtain labels to train their local models (i.e., they assume a fully supervised setting). In this work, we propose FedAR: a novel hybrid method for HAR that combines semi-supervised and federated learning to take advantage of the strengths of both approaches. FedAR combines active learning and label propagation to semi-automatically annotate the local streams of unlabeled sensor data, and it relies on FL to build a global activity model in a scalable and privacy-aware fashion. FedAR also includes a transfer learning strategy to fine-tune the global model on each user. We evaluated our method on two public datasets, showing that FedAR reaches recognition rates and personalization capabilities similar to state-of-the-art FL supervised approaches. As a major advantage, FedAR only requires a very limited number of annotated data to populate a pre-trained model and a small number of active learning questions that quickly decrease while using the system, leading to an effective and scalable solution for the data scarcity problem of HAR.

Personalized Semi-Supervised Federated Learning for Human Activity Recognition

TL;DR

This paper introduces FedAR, a personalized semi-supervised federated learning framework for human activity recognition that addresses data scarcity and privacy by integrating active learning and label propagation on-device with federated aggregation. FedAR maintains two models per user (Shareable and Personalized) and uses transfer learning to tailor the global model to individuals, achieving recognition rates close to fully supervised baselines on public HAR datasets. The evaluation demonstrates that a small, diminishing amount of user labeling suffices to reach strong performance, while the global model progressively improves personalization and generalization through repeated federated rounds. The work highlights practical considerations for privacy, scalability, and resource use, and outlines future directions such as federated clustering and unlabeled-data feature learning to further enhance HAR deployments in real-world settings.

Abstract

One of the major open problems in sensor-based Human Activity Recognition (HAR) is the scarcity of labeled data. Among the many solutions to address this challenge, semi-supervised learning approaches represent a promising direction. However, their centralised architecture incurs in the scalability and privacy problems that arise when the process involves a large number of users. Federated Learning (FL) is a promising paradigm to address these problems. However, the FL methods that have been proposed for HAR assume that the participating users can always obtain labels to train their local models (i.e., they assume a fully supervised setting). In this work, we propose FedAR: a novel hybrid method for HAR that combines semi-supervised and federated learning to take advantage of the strengths of both approaches. FedAR combines active learning and label propagation to semi-automatically annotate the local streams of unlabeled sensor data, and it relies on FL to build a global activity model in a scalable and privacy-aware fashion. FedAR also includes a transfer learning strategy to fine-tune the global model on each user. We evaluated our method on two public datasets, showing that FedAR reaches recognition rates and personalization capabilities similar to state-of-the-art FL supervised approaches. As a major advantage, FedAR only requires a very limited number of annotated data to populate a pre-trained model and a small number of active learning questions that quickly decrease while using the system, leading to an effective and scalable solution for the data scarcity problem of HAR.

Paper Structure

This paper contains 35 sections, 17 figures, 2 tables, 3 algorithms.

Figures (17)

  • Figure 1: Overall architecture of FedAR.
  • Figure 2: Semi-supervised data labeling and classification data flow
  • Figure 3: Local models training and personalized model update
  • Figure 4: Initialization of the global model in FedAR.
  • Figure 5: Shared and Personal Layers.
  • ...and 12 more figures