StairNet: visual recognition of stairs for human–robot locomotion

Andrew Garrett Kurbis,Dmytro Kuzmenko,Bogdan Ivanyuk-Skulskiy,Alex Mihailidis,Brokoslaw Laschowski
DOI: https://doi.org/10.1186/s12938-024-01216-0
2024-02-17
BioMedical Engineering OnLine
Abstract:Human–robot walking with prosthetic legs and exoskeletons, especially over complex terrains, such as stairs, remains a significant challenge. Egocentric vision has the unique potential to detect the walking environment prior to physical interactions, which can improve transitions to and from stairs. This motivated us to develop the StairNet initiative to support the development of new deep learning models for visual perception of real-world stair environments. In this study, we present a comprehensive overview of the StairNet initiative and key research to date. First, we summarize the development of our large-scale data set with over 515,000 manually labeled images. We then provide a summary and detailed comparison of the performances achieved with different algorithms (i.e., 2D and 3D CNN, hybrid CNN and LSTM, and ViT networks), training methods (i.e., supervised learning with and without temporal data, and semi-supervised learning with unlabeled images), and deployment methods (i.e., mobile and embedded computing), using the StairNet data set. Finally, we discuss the challenges and future directions. To date, our StairNet models have consistently achieved high classification accuracy (i.e., up to 98.8%) with different designs, offering trade-offs between model accuracy and size. When deployed on mobile devices with GPU and NPU accelerators, our deep learning models achieved inference speeds up to 2.8 ms. In comparison, when deployed on our custom-designed CPU-powered smart glasses, our models yielded slower inference speeds of 1.5 s, presenting a trade-off between human-centered design and performance. Overall, the results of numerous experiments presented herein provide consistent evidence that StairNet can be an effective platform to develop and study new deep learning models for visual perception of human–robot walking environments, with an emphasis on stair recognition. This research aims to support the development of next-generation vision-based control systems for robotic prosthetic legs, exoskeletons, and other mobility assistive technologies.
engineering, biomedical
What problem does this paper attempt to address?
### Problems Addressed by the Paper The paper primarily addresses the following issues: 1. **Stair Recognition in Robot-Assisted Walking**: - When using prosthetic legs and exoskeletons for human-machine walking, moving on complex terrains (such as stairs) remains a significant challenge. To improve transitions on stairs, it is necessary to detect the walking environment before physical interaction. Therefore, researchers developed the StairNet project to support the development of new deep learning models for visual perception of real-world stair environments. 2. **Construction and Utilization of Large-Scale Datasets**: - A large-scale dataset named StairNet, containing over 515,000 manually annotated images, was developed. A detailed comparative study was conducted on different algorithms (2D and 3D convolutional neural networks, hybrid CNN-LSTM networks, ViT networks), training methods (supervised learning, semi-supervised learning), and deployment methods (mobile and embedded computing). 3. **Improving Classification Accuracy and Real-Time Performance**: - Through the design of various deep learning models, high classification accuracy (up to 98.8%) was achieved. With GPU and NPU acceleration, the inference speed reached 2.8 milliseconds. However, on custom-designed CPU-driven smart glasses, the inference speed was slower (1.5 seconds), highlighting the trade-off between human-centered design and performance. 4. **Future Directions and Challenges**: - The paper discusses current challenges and future research directions aimed at supporting the development of next-generation vision-based control systems, particularly for applications in prosthetic legs, exoskeletons, and other assistive walking technologies. Overall, StairNet aims to provide an effective platform for developing new deep learning models to support stair recognition research in human-machine walking environments, thereby advancing the development of next-generation environment-adaptive control systems.