paper-with-me

홈 › Papers

Lightweight Transformer in Federated Setting for Human Activity Recognition

2021-10-01 · Ali Raza, Kim Phuc Tran, Ludovic Koehl, Shujun Li, Xianyi Zeng, Khaled Benzaidi

Human activity recognition (HAR) is a machine learning task with important applications in healthcare especially in the context of home care of patients and older adults. HAR is often based on data collected from smart sensors, particularly smart home IoT devices such as smartphones, wearables and other body sensors. Deep learning techniques like convolutional neural networks (CNNs) and recurrent neural networks (RNNs) have been used for HAR, both in centralized and federated settings. However, these techniques have certain limitations: RNNs cannot be easily parallelized, CNNs have the limitation of sequence length, and both are computationally expensive. Moreover, in home healthcare applications the centralized approach can raise serious privacy concerns since the sensors used by a HAR classifier collect a lot of highly personal and sensitive data about people in the home. In this paper, to address some of such challenges facing HAR, we propose a novel lightweight (one-patch) transformer, which can combine the advantages of RNNs and CNNs without their major limitations, and also TransFed, a more privacy-friendly, federated learning-based HAR classifier using our proposed lightweight transformer. We designed a testbed to construct a new HAR dataset from five recruited human participants, and used the new dataset to evaluate the performance of the proposed HAR classifier in both federated and centralized settings. Additionally, we use another public dataset to evaluate the performance of the proposed HAR classifier in centralized setting to compare it with existing HAR classifiers. The experimental results showed that our proposed new solution outperformed state-of-the-art HAR classifiers based on CNNs and RNNs, whiling being more computationally efficient.

📄 PDF Abstract BibTeX arXiv:2110.00244

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionFederated LearningHuman Activity Recognition

Similar Papers 제목 키워드 기반

Federated Self-Supervised Learning in Heterogeneous Settings: Limits of a Baseline Approach on HAR

2022-07-17 · Sannara Ek, Romain Rombourg, François Portet, Philippe Lalanda

Federated Learning is a new machine learning paradigm dealing with distributed model learning on independent devices. One of the many advantages of federated learning is that training data stay on devices (such as smartp…

Activity RecognitionFederated LearningHuman Activity RecognitionSelf-Supervised Learning

MHARFedLLM: Multimodal Human Activity Recognition Using Federated Large Language Model

2025-08-03 · Asmit Bandyopadhyay, Rohit Basu, Tanmay Sen, Swagatam Das arxiv

Human Activity Recognition (HAR) plays a vital role in applications such as fitness tracking, smart homes, and healthcare monitoring. Traditional HAR systems often rely on single modalities, such as motion sensors or cam…

Human Activity RecognitionFederated Learning

Lightweight Transformers for Human Activity Recognition on Mobile Devices

2022-09-22 · Sannara Ek, François Portet, Philippe Lalanda

Human Activity Recognition (HAR) on mobile devices has shown to be achievable with lightweight neural models learned from data generated by the user's inertial measurement units (IMUs). Most approaches for instanced-base…

Activity RecognitionHuman Activity Recognition

FED-HARGPT: A Hybrid Centralized-Federated Approach of a Transformer-based Architecture for Human Context Recognition

2026-03-13 · Wandemberg Gibaut, Alexandre Osorio, Amparo Munoz, Sildolfo F. G. Neto 외 arxiv

The study explores a hybrid centralized-federated approach for Human Activity Recognition (HAR) using a Transformer-based architecture. With the increasing ubiquity of edge devices, such as smartphones and wearables, a s…

Human Activity RecognitionFederated Learning

Federated Action Recognition for Smart Worker Assistance Using FastPose

2025-08-18 · Vinit Hegiste, Vidit Goyal, Tatjana Legler, Martin Ruskowski arxiv

In smart manufacturing environments, accurate and real-time recognition of worker actions is essential for productivity, safety, and human-machine collaboration. While skeleton-based human activity recognition (HAR) offe…

Human Activity RecognitionFederated LearningAction RecognitionEnsemble Learning