LGAIMay 25, 2025

SETransformer: A Hybrid Attention-Based Architecture for Robust Human Activity Recognition

arXiv:2505.19369v134 citationsh-index: 2INNO-PRESS: Journal of Emerging Applied AI
Originality Incremental advance
AI Analysis

This work addresses robust activity recognition for mobile and healthcare applications, but it is incremental as it combines existing attention mechanisms.

The paper tackled the problem of Human Activity Recognition from wearable sensor data by proposing SETransformer, a hybrid attention-based architecture, which achieved a validation accuracy of 84.68% and macro F1-score of 84.64%, outperforming baseline models like LSTM and CNN.

Human Activity Recognition (HAR) using wearable sensor data has become a central task in mobile computing, healthcare, and human-computer interaction. Despite the success of traditional deep learning models such as CNNs and RNNs, they often struggle to capture long-range temporal dependencies and contextual relevance across multiple sensor channels. To address these limitations, we propose SETransformer, a hybrid deep neural architecture that combines Transformer-based temporal modeling with channel-wise squeeze-and-excitation (SE) attention and a learnable temporal attention pooling mechanism. The model takes raw triaxial accelerometer data as input and leverages global self-attention to capture activity-specific motion dynamics over extended time windows, while adaptively emphasizing informative sensor channels and critical time steps. We evaluate SETransformer on the WISDM dataset and demonstrate that it significantly outperforms conventional models including LSTM, GRU, BiLSTM, and CNN baselines. The proposed model achieves a validation accuracy of 84.68\% and a macro F1-score of 84.64\%, surpassing all baseline architectures by a notable margin. Our results show that SETransformer is a competitive and interpretable solution for real-world HAR tasks, with strong potential for deployment in mobile and ubiquitous sensing applications.

Foundations

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

Your Notes