LGHCSPNov 27, 2023

Temporal Action Localization for Inertial-based Human Activity Recognition

arXiv:2311.15831v29 citationsh-index: 6Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for more flexible and accurate activity recognition in wearable sensor applications, though it is incremental as it adapts existing video-based methods to inertial data.

This paper tackles the problem of human activity recognition from wearable sensors by applying temporal action localization models, which localize activity segments in arbitrary-length timelines, to inertial data. It demonstrates that these models outperform traditional fixed-window inertial models on benchmark datasets, achieving up to a 26% improvement in F1-score.

As of today, state-of-the-art activity recognition from wearable sensors relies on algorithms being trained to classify fixed windows of data. In contrast, video-based Human Activity Recognition, known as Temporal Action Localization (TAL), has followed a segment-based prediction approach, localizing activity segments in a timeline of arbitrary length. This paper is the first to systematically demonstrate the applicability of state-of-the-art TAL models for both offline and near-online Human Activity Recognition (HAR) using raw inertial data as well as pre-extracted latent features as input. Offline prediction results show that TAL models are able to outperform popular inertial models on a multitude of HAR benchmark datasets, with improvements reaching as much as 26% in F1-score. We show that by analyzing timelines as a whole, TAL models can produce more coherent segments and achieve higher NULL-class accuracy across all datasets. We demonstrate that TAL is less suited for the immediate classification of small-sized windows of data, yet offers an interesting perspective on inertial-based HAR -- alleviating the need for fixed-size windows and enabling algorithms to recognize activities of arbitrary length. With design choices and training concepts yet to be explored, we argue that TAL architectures could be of significant value to the inertial-based HAR community. The code and data download to reproduce experiments is publicly available via github.com/mariusbock/tal_for_har.

Code Implementations1 repo
Foundations

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

Your Notes