LGHCIVMay 27, 2025

DeepConvContext: A Multi-Scale Approach to Timeseries Classification in Human Activity Recognition

arXiv:2505.20894v12 citationsh-index: 6Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of long-range temporal dependencies in HAR for applications like health monitoring, though it is incremental as it builds on existing LSTM-based methods.

The paper tackled the problem of limited temporal context in Human Activity Recognition by proposing DeepConvContext, a multi-scale framework that models both intra- and inter-window patterns, achieving an average 10% improvement in F1-score over DeepConvLSTM across six benchmarks.

Despite recognized limitations in modeling long-range temporal dependencies, Human Activity Recognition (HAR) has traditionally relied on a sliding window approach to segment labeled datasets. Deep learning models like the DeepConvLSTM typically classify each window independently, thereby restricting learnable temporal context to within-window information. To address this constraint, we propose DeepConvContext, a multi-scale time series classification framework for HAR. Drawing inspiration from the vision-based Temporal Action Localization community, DeepConvContext models both intra- and inter-window temporal patterns by processing sequences of time-ordered windows. Unlike recent HAR models that incorporate attention mechanisms, DeepConvContext relies solely on LSTMs -- with ablation studies demonstrating the superior performance of LSTMs over attention-based variants for modeling inertial sensor data. Across six widely-used HAR benchmarks, DeepConvContext achieves an average 10% improvement in F1-score over the classic DeepConvLSTM, with gains of up to 21%. Code to reproduce our experiments is publicly available via github.com/mariusbock/context_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