LGCVMay 27, 2025

Detecting Informative Channels: ActionFormer

arXiv:2505.20739v1h-index: 2
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for HAR using sensor data, focusing on enhancing model performance for activity detection.

The paper tackled the problem of Human Activity Recognition (HAR) using sensor signals by modifying ActionFormer to address limitations in capturing subtle changes and spatial-temporal interdependencies, resulting in a 16.01% improvement in average mAP on the WEAR dataset.

Human Activity Recognition (HAR) has recently witnessed advancements with Transformer-based models. Especially, ActionFormer shows us a new perspectives for HAR in the sense that this approach gives us additional outputs which detect the border of the activities as well as the activity labels. ActionFormer was originally proposed with its input as image/video. However, this was converted to with its input as sensor signals as well. We analyze this extensively in terms of deep learning architectures. Based on the report of high temporal dynamics which limits the model's ability to capture subtle changes effectively and of the interdependencies between the spatial and temporal features. We propose the modified ActionFormer which will decrease these defects for sensor signals. The key to our approach lies in accordance with the Sequence-and-Excitation strategy to minimize the increase in additional parameters and opt for the swish activation function to retain the information about direction in the negative range. Experiments on the WEAR dataset show that our method achieves substantial improvement of a 16.01\% in terms of average mAP for inertial data.

Foundations

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

Your Notes