Step Counting with Attention-based LSTM
Shehroz S. Khan, Ali Abedi

TL;DR
This paper introduces an attention-based LSTM model for step counting that treats the task as a regression problem, effectively learning step patterns without needing detailed ground-truth labels, and achieves high accuracy on public datasets.
Contribution
It proposes a novel many-to-one attention-based LSTM approach for step counting that reduces parameter tuning and annotation effort compared to existing methods.
Findings
Achieves low mean absolute error in step count estimation.
Demonstrates high accuracy on three public datasets.
Automatically learns step patterns without detailed labels.
Abstract
Physical activity is recognized as an essential component of overall health. One measure of physical activity, the step count, is well known as a predictor of long-term morbidity and mortality. Step Counting (SC) is the automated counting of the number of steps an individual takes over a specified period of time and space. Due to the ubiquity of smartphones and smartwatches, most current SC approaches rely on the built-in accelerometer sensors on these devices. The sensor signals are analyzed as multivariate time series, and the number of steps is calculated through a variety of approaches, such as time-domain, frequency-domain, machine-learning, and deep-learning approaches. Most of the existing approaches rely on dividing the input signal into windows, detecting steps in each window, and summing the detected steps. However, these approaches require the determination of multiple…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Context-Aware Activity Recognition Systems · Anomaly Detection Techniques and Applications
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
