paper-with-me

홈 › Papers

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-based HAR have used Convolutional Neural Networks (CNNs), Long Short-Term Memory (LSTMs), or a combination of the two to achieve state-of-the-art results with real-time performances. Recently, the Transformers architecture in the language processing domain and then in the vision domain has pushed further the state-of-the-art over classical architectures. However, such Transformers architecture is heavyweight in computing resources, which is not well suited for embedded applications of HAR that can be found in the pervasive computing domain. In this study, we present Human Activity Recognition Transformer (HART), a lightweight, sensor-wise transformer architecture that has been specifically adapted to the domain of the IMUs embedded on mobile devices. Our experiments on HAR tasks with several publicly available datasets show that HART uses fewer FLoating-point Operations Per Second (FLOPS) and parameters while outperforming current state-of-the-art results. Furthermore, we present evaluations across various architectures on their performances in heterogeneous environments and show that our models can better generalize on different sensing devices or on-body positions.

📄 PDF Abstract BibTeX arXiv:2209.11750

Code (1)

getalp/lightweight-transformer-models-for-har-on-mobile-devices 공식 구현 tf

Tasks

Activity RecognitionHuman Activity Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Human Activity Recognition for Mobile Robot

2018-01-23 · Iyiola E. Olatunji

Due to the increasing number of mobile robots including domestic robots for cleaning and maintenance in developed countries, human activity recognition is inevitable for congruent human-robot interaction. Needless to say…

Activity RecognitionHuman Activity Recognition

Uncertainty-aware Bridge based Mobile-Former Network for Event-based Pattern Recognition

2024-01-20 · Haoxiang Yang, Chengguo Yuan, Yabin Zhu, Lan Chen 외

The mainstream human activity recognition (HAR) algorithms are developed based on RGB cameras, which are easily influenced by low-quality images (e.g., low illumination, motion blur). Meanwhile, the privacy protection is…

Activity RecognitionHuman Activity Recognition

HARMamba: Efficient and Lightweight Wearable Sensor Human Activity Recognition Based on Bidirectional Mamba

2024-03-29 · Shuangjian Li, Tao Zhu, Furong Duan, Liming Chen 외

Wearable sensor-based human activity recognition (HAR) is a critical research domain in activity perception. However, achieving high efficiency and long sequence recognition remains a challenge. Despite the extensive inv…

Activity RecognitionHuman Activity RecognitionMamba

Language-centered Human Activity Recognition

2024-09-12 · Hua Yan, Heng Tan, Yi Ding, Pengfei Zhou 외

Human Activity Recognition (HAR) using Inertial Measurement Unit (IMU) sensors is critical for applications in healthcare, safety, and industrial production. However, variations in activity patterns, device types, and se…

Activity RecognitionHuman Activity Recognition

STAR: A Privacy-Preserving, Energy-Efficient Edge AI Framework for Human Activity Recognition via Wi-Fi CSI in Mobile and Pervasive Computing Environments

2025-10-30 · Kexing Liu arxiv

Human Activity Recognition (HAR) via Wi-Fi Channel State Information (CSI) presents a privacy-preserving, contactless sensing approach suitable for smart homes, healthcare monitoring, and mobile IoT systems. However, exi…

Human Activity Recognition