Raising the Bar(ometer): Identifying a User's Stair and Lift Usage Through Wearable Sensor Data Analysis
Hrishikesh Balkrishna Karande, Ravikiran Arasur Thippeswamy Shivalingappa, Abdelhafid Nassim Yaici, Iman Haghbin, Niravkumar Bavadiya, Robin Burchard, Kristof Van Laerhoven
TL;DR
The paper tackles differentiating stair climbing from elevator use using wearable sensor data and introduces a new dataset collected from 20 participants with accelerometer and barometer inputs. A Random Forest with 8-second windows achieves a high accuracy (87.61%) and strong multiclass F1 performance (approximately 0.87) across five classes, including Null, Stairs Up/Down, and Lift Up/Down. An ablation study shows pressure data critically enhances discrimination, with macro F1 dropping markedly when pressure is removed. The work highlights the value of barometric sensors in activity recognition, identifies slope_pressure as a key feature, and demonstrates the impact of window size on performance, contributing a publicly available lift-vs-stair dataset and informing health, fitness, and safety applications in pervasive computing contexts.
Abstract
Many users are confronted multiple times daily with the choice of whether to take the stairs or the elevator. Whereas taking the stairs could be beneficial for cardiovascular health and wellness, taking the elevator might be more convenient but it also consumes energy. By precisely tracking and boosting users' stairs and elevator usage through their wearable, users might gain health insights and motivation, encouraging a healthy lifestyle and lowering the risk of sedentary-related health problems. This research describes a new exploratory dataset, to examine the patterns and behaviors related to using stairs and lifts. We collected data from 20 participants while climbing and descending stairs and taking a lift in a variety of scenarios. The aim is to provide insights and demonstrate the practicality of using wearable sensor data for such a scenario. Our collected dataset was used to train and test a Random Forest machine learning model, and the results show that our method is highly accurate at classifying stair and lift operations with an accuracy of 87.61% and a multi-class weighted F1-score of 87.56% over 8-second time windows. Furthermore, we investigate the effect of various types of sensors and data attributes on the model's performance. Our findings show that combining inertial and pressure sensors yields a viable solution for real-time activity detection.
