Next Article in Journal
Shape Memory Alloys Patches to Mimic Rolling, Sliding, and Spinning Movements of the Knee
Previous Article in Journal
Biomineralization of Polyelectrolyte-Functionalized Electrospun Fibers: Optimization and In Vitro Validation for Bone Applications
Previous Article in Special Issue
Remote Wearable Neuroimaging Devices for Health Monitoring and Neurophenotyping: A Scoping Review
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Review of Vision-Based Environmental Perception for Lower-Limb Exoskeleton Robots

by
Chen Wang
,
Zhongcai Pei
,
Yanan Fan
,
Shuang Qiu
and
Zhiyong Tang
*
School of Automation Science and Electrical Engineering, Beihang University, Beijing 100191, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Biomimetics 2024, 9(4), 254; https://doi.org/10.3390/biomimetics9040254
Submission received: 23 March 2024 / Revised: 13 April 2024 / Accepted: 15 April 2024 / Published: 22 April 2024

Abstract

:
The exoskeleton robot is a wearable electromechanical device inspired by animal exoskeletons. It combines technologies such as sensing, control, information, and mobile computing, enhancing human physical abilities and assisting in rehabilitation training. In recent years, with the development of visual sensors and deep learning, the environmental perception of exoskeletons has drawn widespread attention in the industry. Environmental perception can provide exoskeletons with a certain level of autonomous perception and decision-making ability, enhance their stability and safety in complex environments, and improve the human–machine–environment interaction loop. This paper provides a review of environmental perception and its related technologies of lower-limb exoskeleton robots. First, we briefly introduce the visual sensors and control system. Second, we analyze and summarize the key technologies of environmental perception, including related datasets, detection of critical terrains, and environment-oriented adaptive gait planning. Finally, we analyze the current factors limiting the development of exoskeleton environmental perception and propose future directions.

1. Introduction

Lower-limb exoskeleton robots can be classified into medical rehabilitation lower-limb exoskeletons and power-assisted lower-limb exoskeletons according to their functionality [1]. They can also be classified into medical lower-limb exoskeletons and non-medical lower-limb exoskeletons according to the end users [2]. For the control methods of different exoskeletons, exoskeletons designed for medical applications are typically implemented through predefined gaits, whereas exoskeletons designed for non-medical applications are typically implemented through motion tracking. Different control methods have different control loops that determine the role of environmental perception in the control loop.
The biggest difference between exoskeleton robots and other types of robots lies in the involvement of humans in the control loop [3]. For power-assisted lower-limb exoskeletons, the control methods aim to make the exoskeletons follow the human body movement. Therefore, accurately capturing human motion intentions is crucial. Some common control methods include Sensitivity Amplification Control (SAC) [4], direct-force feedback control [5,6,7,8], and electromyography (EMG) control [9,10,11]. SAC relies less on sensors. It treats the interaction between the user and the exoskeleton as a disturbance to the exoskeleton system. By designing a suitable control system, this disturbance can be amplified to produce a highly responsive effect of the exoskeleton on the user’s movements. Direct-force feedback control measures the interaction forces between the human body and the exoskeleton through force sensors. By controlling the magnitude of these interaction forces, the goal is to make users unable to feel the presence of exoskeletons. EMG control captures surface EMG signals through EMG sensors and then processes and analyzes them to determine the user’s motion intentions. In the aforementioned methods, both SAC and direct-force feedback control are triggered after human movement. Therefore, these methods have a certain degree of delay. EMG control can capture motion intentions before human movement. However, its application is limited by the weak generalization ability across different subjects and environments [9,10,11], and long-term use may affect user comfort and sensor accuracy. To address these problems, some studies [12,13,14,15] have applied visual sensors and related computer vision methods to exoskeletons to predict upcoming walking environments before physical interaction between the human–machine system and the environment. These works aim to achieve more accurate and robust control decisions.
Medical lower-limb exoskeletons aim to assist patients with lower-limb movement disorders to walk with gaits similar to healthy individuals. Some common control methods include methods based on human gait information acquisition [16,17,18,19,20,21], methods based on models [22,23], and methods based on Central Pattern Generators (CPGs) [24]. Control methods based on human gait information acquisition use motion capture devices (such as VICON [25], NOITOM [26], HTC VIVE kits [27], etc.) to collect gait patterns from healthy individuals, which are then used to plan the exoskeleton gaits. Control methods based on models adjust the gait to achieve stable walking using a kinematic model of the exoskeleton and the stability criterion known as the Zero-Moment Point (ZMP) [28]. Control methods based on CPGs utilize different inputs to simulate the reflexes found in organisms and the oscillations of simulated neurons, then generating periodic rhythmic signals and ultimately producing different gait patterns. These methods have been applied to quadruped robots [29] and other biomimetic robots [30]. The aforementioned control methods can achieve stable walking in specific environments but cannot achieve the independent and safe walking in unknown environments. Unlike users of power-assisted exoskeletons with complete visual-neural-muscular closed-loop motion control, for patients with lower-limb movement disorders, the visual-neural-muscular closed-loop control is incomplete [31], therefore, the motion intentions can only be transmitted to the exoskeleton through human–machine interaction methods to achieve walking in complex environments. Some common human–machine interaction methods include control panel interaction and bio-electrical signal interaction. For example, ReWalk [32,33,34] from Israel’s ReWalk Robotics Ltd. uses a control panel to select gait modes and set environmental parameters to perform daily actions such as sitting up, climbing up and down slopes, and climbing up and down stairs. Hybrid Assistive Limb (HAL) [35,36,37] from Japan’s Tsukuba University incorporates both EMG and Electroencephalogram (EEG) to detect the user’s motion intentions. The main issue with the interaction method of control panels is that it relies heavily on the user’s active participation, while the interaction method of bio-electrical signals may lead to discomfort for the user and poor generalization ability. Moreover, neither method can accurately obtain key geometric parameters in the environment, such as step width and height, for input to the exoskeletons. For medical rehabilitation exoskeletons, we hope to obtain specific terrain and geometric parameters in advance before stepping on a certain ground, providing accurate parameterized information for exoskeleton decision making and planning. Therefore, the introduction of visual signals is crucial.
In summary, for power-assisted exoskeletons, the significance of incorporating vision is to anticipate the upcoming environment in advance to achieve smooth motion tracking. The perception system focuses on the classification of the overall environment, especially the environmental transition. For medical rehabilitation exoskeletons, the significance of incorporating vision is to extract key geometric features and parameters of the terrain and use these parameters for online gait planning so that the human–machine system can pass through various terrains safely and reliably, as shown in Figure 1.
The main contributions of this paper are as follows. In recent years, with the development of computer vision and deep learning, as well as the continuous decline in the cost of visual sensors and edge computing devices, it has become possible to deploy a visual system with low power consumption and high computing power on a compact wearable device like the exoskeleton. Research in this area is burgeoning but still lacks a comprehensive review of exoskeleton environmental perception systems. This paper takes exoskeleton environmental perception as the starting point and focuses on introducing the related perception algorithms after deep learning has taken a dominant position in computer vision. The main contents include related software and hardware platforms and their key technologies, aiming to provide a reference for researchers to quickly understand the current development and related issues of exoskeleton environmental perception. Furthermore, this paper also points out directions for future work by analyzing the limiting factors.
The organization of this paper is as follows. Section 2 introduces the visual sensors and control system used for exoskeleton environmental perception. Section 3 discusses the key technologies of environmental perception, including related datasets, environment classification, stair detection, ramp detection, obstacle detection and environment-oriented adaptive gait planning. Section 4 addresses the current limiting factors in exoskeleton environmental perception and proposes future directions for development. Section 5 summarizes the whole paper.

2. Visual Sensors and Control System

2.1. Visual Sensors

For wearable devices, the visual sensors installed should consider the following factors: (1) size, weight, and power consumption; (2) sensor performance, including the detection range, frame rate, accuracy, field of view, etc.; (3) robustness and compatibility; and (4) cost.
Suitable visual sensors should be small and lightweight [38] and have low power consumption. Lightweight and low-power sensors are crucial for reducing the overall burden and power consumption of the system. The sensor’s performance should meet the operational conditions of lower-limb exoskeletons in daily urban environments and be able to operate stably under different lighting conditions such as day and night. In terms of software, the Application Programming Interface (API) provided by the sensors should be widely compatible with mainstream edge computing platforms and programming languages. Moreover, since the high cost of exoskeleton devices is always a major factor restricting their widespread adoption, visual sensors should have a lower cost to control the overall expenses.
Visual sensors can be divided into passive sensors and active sensors depending on whether they emit an energy source into the environment [39]. Passive sensors, such as RGB cameras, operate under visible light conditions and mainly have two imaging methods: Charge-Coupled Devices (CCDs) and Complementary Metal-Oxide Semiconductors (CMOSs) [40]. With the rapid development of the internet, computers, and related technologies, RGB cameras have been widely used in various aspects of production and daily life, offering advantages such as low cost, compact size, and high resolution. However, RGB cameras are susceptible to lighting conditions, and their monocular vision characteristic means they cannot capture depth information from the environment, which limits their application in lower-limb exoskeletons. To enable RGB cameras to obtain depth information, binocular RGB cameras and multi-lens RGB cameras have been developed. They work on the principle of triangulation, capturing the same object from different viewpoints and calculating depth based on the disparity of the object in different images [41]. However, the triangulation of these cameras relies on feature matching between different images, which is susceptible to lighting conditions and object surface textures, therefore, they cannot achieve stable distance measurements.
Active sensors measure distance by emitting signals into the environment and sensing the reflected signals. Common active sensors include structured light cameras and Time-of-Flight (ToF) cameras. Structured light camera actively projects a pattern onto the object to be measured, which is then captured by an infrared camera. The distance to the object is calculated using triangulation. Structured light cameras are less affected by lighting conditions and textures compared to stereo cameras and offer better accuracy. However, they can be affected by reflections from smooth surfaces or interference from strong light sources. ToF cameras calculate distance by measuring the time it takes light to travel back and forth. They have the advantages of wide measurement range and high precision. However, they often have a larger size and higher power consumption, and they can be affected by multiple reflections. A common implementation of ToF technology is Light Detection and Ranging (LiDAR), which uses a rotating photosensitive diode to obtain a panoramic view of the environment [42]. LiDAR has a high resolution and strong resistance to active interference. With the development of autonomous driving and quadruped robots, the size and power consumption of LiDAR have decreased, making it one of the most popular choices for wearable device vision sensors.
Active sensors can easily obtain depth information from the environment but lack texture information. To take advantage of multi-modal information, active sensors have been combined with RGB cameras to make RGB-D depth cameras. For example, Intel’s RealSense depth cameras [43] and Microsoft’s Kinect depth cameras [44]. They typically use structured light for depth measurement and integrate Inertial Measurement Units (IMUs), which is beneficial for Integrated Product Development (IPD). Some RGB-D cameras use Micro-Electro-Mechanical System (MEMS) LiDAR for depth measurement, such as the RealSense L515 [45]. Some common visual sensors are shown in Figure 2.
Regarding the installation positions for visual sensors, common installation positions in previous studies include the head [50,51,52], chest [14,53,54], waist [55,56,57,58], lower limbs [59,60], and feet [61]. The advantages and disadvantages of these installation positions are shown in Table 1.
It can be seen that different assistive devices have different suitable installation positions. For lower-limb exoskeleton robots, the most suitable installation positions are the chest and waist. These positions provide a stable field of view that synchronizes with the user’s movement direction. Although there may be a certain gap between the user’s actual field of view and the movement direction, these installation positions ensure the stable operation of the environmental perception system and reduce the risk of falling.

2.2. Control System

To achieve an accurate perception of complex and unfamiliar environments, an appropriate control system is also needed to process the environmental information obtained from visual sensors and convert it into instructions for controlling motor movements. Currently, the common control system used for intelligent wearable devices typically consists of three layers, with each layer’s controller responsible for executing different tasks [38].
The high-level controller is responsible for acquiring and processing information from all sensors to predict the expected movement activities. For example, the high-level controller can extract environmental geometric features from images captured by visual sensors. It can estimate the system’s state through sensors, such as angle sensors, foot-pressure sensors, and IMUs. It can also capture human motion intentions through bio-electrical signals and control panels. Since the high-level controller needs to process and analyze different types of information, it usually requires high computing power and power consumption. With the development of deep learning, GPUs have appeared in some high-level controllers to efficiently run convolutional neural networks (CNNs), such as NVIDIA’s Jetson [62] from America, Raspberry Pi [63] from England, and Huawei’s Atlas 200 DK developer kit [64] from China.
After the high-level controller completes motion prediction, the middle-level controller is responsible for generating the corresponding kinematic models. For example, in medical rehabilitation exoskeletons, the middle-level controller can simulate the motion trajectories of healthy individuals or manipulate the trajectories of individual joints based on the information obtained from the high-level controller. Typically, the middle-level controller requires high real-time performance to ensure that motion commands are promptly transmitted to the low-level controller. There are some low-cost middle-level controllers, such as STMicroelectronics’ STM32 micro-controllers [65] and the Arduino micro-controllers developed by the Massimo Banzitu team [66].
The low-level controller, also known as the motor driver, is often manufactured and integrated inside the motor itself. A typical low-level controller applies the Proportional–Integral–Derivative (PID) algorithm to calculate the deviation between the actual value and the desired value. It adjusts the position, velocity, and torque of the specified joint to form a closed-loop feedback control. The role and relationship of controllers at different levels are shown in Figure 3.

3. Key Technology Analysis

This section introduces the key technologies for lower-limb exoskeleton environmental perception, including related datasets, environment classification, stair and ramp detection, obstacle detection, and environment-oriented gait planning. Environment classification focuses on the overall perception of the surrounding environment, whereas the detection of stairs, ramps, and obstacles emphasizes the geometric parameter estimation of specific terrains in daily urban environments. For gait-planning methods, we mainly discuss online gait-planning methods that incorporate terrain parameters.

3.1. Related Datasets

Deep learning is a data-driven technology, and dataset construction is a prerequisite for researching exoskeleton environmental perception. Currently, most datasets are used for environment classification. The most popular classification dataset is the ExoNet dataset [53], which was built by Laschowski et al. This dataset consists of 922,790 images and 12 hierarchical annotations, with nine classes representing transitional scenarios where the motion pattern needs to be switched. The images in the dataset were captured using an iPhone XS Max attached to the chest with a resolution of 1280 × 720. Based on the ExoNet dataset, Kurbis and Laschowski built a dedicated dataset for stair recognition [67]. It contains 51,500 images and four classes: level-ground, level-ground to incline-stairs, incline-stairs and incline-stairs to level-ground. The images were re-annotated to improve the accuracy of the transition points between different classes. Khalili et al. [13] selected 30,000 RGB images from the ExoNet dataset and manually divided them into three classes including incline-stairs, decline-stairs and level-ground to enhance the distinguish ability between the classes. Zhu [68] built an RGB-D dataset for the environment classification of soft exoskeletons. It contains 7000 RGB-D image pairs and seven classes: grassland, road, sidewalk, incline-stairs, incline-ramps, decline-stairs and decline-ramps. Compared to RGB datasets, RGB-D datasets provide images from two modalities, which can improve the algorithm’s performance in complex scenes and scenes with poor lighting conditions to some extent.
For stair detection, some works [69,70,71] divide stair-line detection into two steps. First, mature object detection methods are applied to locate the region of interest (ROI) containing stairs in the image. Then, other methods are applied to extract the stair lines within the ROI. As a result, there are some datasets available for stair object detection. Some works [72,73,74] directly detect stair lines and stair surfaces in the entire image using a fully CNN. Consequently, there are specialized datasets for stair detection. For ramp detection, ramps are typically abstracted as planes with a certain angle relative to the ground, which have distinct geometric features. Their geometric parameters can be easily obtained without deep learning methods [75,76,77]. Therefore, there are currently no specific datasets available for ramp detection.
For obstacle detection, related algorithms should focus on objects fixed on the ground and objects that may be placed on the ground in indoor and outdoor environments. These objects also exist in universal datasets for object detection and semantic segmentation, such as the PASCAL dataset [78], COCO dataset [79], ADE20K dataset [80], NYUV2 dataset [81], and SUN RGB-D dataset [82]. Therefore, some works directly use existing datasets or re-annotated them to meet the requirements of exoskeleton environmental perception. For example, Xue [75] directly used the ADE20K dataset to train a semantic segmentation model for detecting obstacles and other terrains. Ren [83] annotated the NYUV2 dataset with support relations to achieve scene understanding based on support force analysis. Since the original annotations are relatively diverse and may not fully cover the actual operating scenes of exoskeletons, some works have built their own object detection datasets. For example, An et al. [84] built a dataset for obstacle detection based on real walking scenes.
Some common datasets built for exoskeleton environmental perception are shown in Table 2. It can be seen that the datasets built for environment classification are often large in scale due to the outstanding contribution of ExoNet and the low cost of classification annotations. However, for object detection and semantic segmentation, due to the high cost of annotation, datasets for stair detection and obstacle detection are often small in scale, which may lead to the poor generalization ability of models, and the models may fail in unfamiliar environments. Additionally, universal datasets cannot fully meet the practical detection requirements of exoskeleton environmental perception, so it is urgent to build dedicated large-scale datasets for stair and obstacle detection, and current datasets mainly focus on the detection of specific terrains, so there is still a lack of datasets for understanding walking environments.

3.2. Environment Classification

As a pioneering method for environmental perception, the accuracy of environment classification directly affects the accuracy of subsequent algorithms. Specifically, for power-assisted exoskeletons, environment classification directly affects the accuracy of gait pattern switching. For medical rehabilitation exoskeletons, environment classification directly affects the estimation of environmental geometric parameters.
In recent years, with the development of computer vision technologies based on deep learning, environment classification has gradually shifted from traditional image processing methods to deep learning methods. Laschowski et al. have conducted some pioneering work in the field of environment classification for exoskeletons. They developed a computer vision and deep learning-driven environment classification system [15] based on the ExoNet dataset. They applied the TensorFlow 2.3 and Keras frameworks to build and compare 12 neural network models: EfficientNetB0 [88], InceptionV3 [89], MobileNet [90], MobileNetV2 [91], VGG16 [92], VGG19 [92], Xception [93], ResNet50 [94], ResNet101 [94], ResNet152 [94], DenseNet121 [95], DenseNet169 [95], and DenseNet201 [95]. To meet the requirements of edge computing platforms, they proposed the NetScore evaluation metric, aiming to select network models that achieve higher classification accuracy with minimal parameters and computational operations. The experimental results showed that EfficientNetB0 achieved the highest accuracy, VGG16 achieved the fastest inference speed, and MobileNetV2 achieved the highest NetScore. Kurbis and Laschowski developed a specialized environment classification system for stair recognition [67]. They used MobileNetV2 to train the model, which was pretrained on ImageNet [96] to improve accuracy. The main limitation of the method is that it may misclassify floor tiles with similar textures to stairs, and when there are fewer stair steps, it may misclassify them as ground, which reflects the limitations of monocular methods. Diamantics et al. [97] proposed a Look-Behind Fully Convolutional Network (FCN) and applied it to stair recognition. The network combined multi-scale feature extraction, depth-wise separable convolution, and residual edges, enabling real-time operation on embedded and edge devices.
To address the limitations of monocular methods, some works have studied multi-modal fusion-based methods and point cloud-based methods. Zhu [68] studied the interaction between flexible exoskeletons and natural environments. An RGB-D environment classification system was built using dual-mounted D435 depth cameras, and experiments were conducted to test three fusion methods: signal-level fusion, feature-level fusion and decision-level fusion. The experimental results showed that feature-level fusion exhibited the best performance. Zhang proposed a 3D point cloud-based method [57]. Specifically, a depth camera mounted on the waist was used to capture environmental point clouds, then the downsampled point cloud was directly classified using PointNet [98]. To obtain stable point clouds, the camera’s extrinsic parameters were obtained using an IMU rigidly attached to the camera, which was used to transform the point cloud from the camera coordinate system to the ground coordinate system. The original T-Net used for point cloud normalization was removed to obtain a directional PointNet, which has better accuracy and fewer parameters compared to the original PointNet. Krausz et al. [56] proposed a series of visual features to address the variability of bio-electrical signals that may lead to prediction errors in power-assisted exoskeletons, including Depth and Normal ROI features, optical flow features, and projection features in the sagittal plane. These visual features were combined with bio-electrical signals to predict motion intentions.

3.3. Stair and Ramp Detection

Stairs are common architectural structures in urban environments and are widely used for floor transitions in both indoor and outdoor constructions. The research on stair detection has a long history, and its findings have been extensively applied to devices, such as humanoid robots, exoskeleton robots, quadruped robots, and smart wheelchairs. Stairs have obvious geometric features because of construction standards. Based on the geometric feature extraction methods, stair detection methods can be categorized into line-based extraction methods and plane-based extraction methods. Ramps are also common architectural structures in urban environments and are typically used for adjusting terrain heights in outdoor constructions and providing accessible pathways for individuals with disabilities.

3.3.1. Line-Based Extraction Methods

Line-based extraction methods treat the geometric features of stairs as a set of continuously distributed lines [99,100]. Due to the lack of related datasets and effective feature representation methods for stair lines, traditional image processing methods have been commonly used for stair-line detection. For example, Huang et al. [101] applied Gabor filters to grayscale images to extract edges, and then short and isolated edges were removed. Stair lines were detected using the projection histograms of edge images in the horizontal and vertical directions. Similarly, Vu et al. [102] used Gabor filters to extract edges, and the Hough transform [103] was applied to detect lines. Finally, the stair lines were obtained using projective chirp transformation. Khaliluzzaman et al. [104] used a similar approach to obtain the edge image. The stair-line endpoints were then considered as the intersections of three line segments, and these intersections were extracted to obtain the geometric features of stairs. Due to the limitations of monocular vision, some works have applied depth information provided by RGB-D sensors as a supplement. For example, Wang et al. [100] first extracted a set of lines using the Sobel operator and Hough transform and then extracted one-dimensional depth features from the depth map to distinguish between stairs and pedestrian crosswalks. Khaliluzzaman et al. [105] extracted edges from both RGB and depth images, and local binary pattern features and depth features were obtained separately. Based on these features, a support vector machine (SVM) [106] was applied to determine whether stairs were present in the scene. It can be seen that traditional image processing-based stair-line detection methods generally involve extracting edges from RGB or depth images, filtering and connecting the edges, and detecting lines using the Hough transform, as shown in Figure 4a. However, these methods heavily rely on the selection of thresholds, making them unable to adapt to complex and diverse environments. In reality, they can only detect stairs in some specific scenes.
To address these problems, some works have applied mature object detection methods to stair-line detection, as shown in Figure 4b. For example, Patil et al. [69] first used YOLOV3-tiny [107] to locate the ROI containing stairs in the image. Then, traditional image processing methods were applied to extract stair lines within the ROI. Rekhawar et al. [70] applied YOLOv5 [108] to locate the ROI containing stairs, and a U-Net [109] with a ResNet34 backbone was applied to segment the stair lines within the ROI, achieving fully deep learning-based stair-line detection. Two-stage detection methods can avoid the interference of other line segments in the scene and reduce false positives. However, the real-time performance of two-stage detection methods is often difficult to ensure.
To address various problems in stair-line detection, Wang et al. proposed the StairNet series [72,73,74]. Specifically, StairNet [72] solved the problem that universal deep learning models cannot extract stair-line features directly through a novel feature representation method. It achieved end-to-end detection of stair lines with a simple fully CNN, making significant breakthroughs in both accuracy and speed. StairNetV2 [73] addressed the performance limitations of StairNet in visually fuzzy scenarios by introducing a binocular input network architecture. It also included a selective module that can explore the complementary relationship between RGB and depth images to effectively fuse RGB and depth features. StairNetV3 [74] introduced a depth estimation network architecture, aiming to balance the wide applicability of monocular StairNet and the robustness of binocular StairNetV2 in complex environments. The network architectures of the StairNet series are shown in Figure 5.

3.3.2. Plane-Based Extraction Methods

Plane-based extraction methods treat the geometric features of stairs as a set of continuously distributed planes. After capturing the point clouds of environments through visual sensors, these methods apply point cloud segmentation and clustering algorithms to obtain the riser planes (vertical planes) and tread planes (horizontal planes) of the stairs. For example, Oh et al. [110] proposed a stair-plane extraction method based on supervoxel clustering. It eliminated large planar surfaces, such as walls, ceilings and floors, during the scanning process to improve real-time performance. Pérez-Yus et al. [111] proposed a stair-plane extraction method based on normal estimation. It estimated the normal and surface curvatures of each point using Principal Component Analysis (PCA) and clustered them to obtain candidate planes. The riser planes and tread planes were then extracted based on the angles between the candidate planes and the ground plane. Ye et al. [112] proposed a stair-plane extraction method based on region-growing clustering, which effectively distinguished stair planes from wall planes. It reduced the amount of point cloud data as much as possible through pass-through filtering, radius filtering and voxel filtering. Ciobanu et al. [113] proposed a stair-plane extraction method based on normal maps. They calculated the normal map from the depth map and corrected the normal map using the camera pose provided by the IMU. Then, the riser planes and tread planes were obtained through image segmentation in the normal map. This method has lower computational complexity compared to estimating normals directly from the point cloud. Holz et al. [114] proposed a fast plane segmentation method, which includes fast computation of local surface normals using integral images, point clustering in the normal space, and plane clustering in the spherical coordinate system. StairNetV3 proposed a point cloud segmentation method based on point cloud reconstruction. It transformed the point cloud segmentation problem in 3D space into a semantic segmentation problem in 2D images. Only the segmented results were reconstructed to obtain the segmented point cloud, resulting in improved real-time performance.
In environments containing stairs, it can be seen that the method of extracting stair planes using normal information is quite effective, benefiting from the fact that the architectural structures are mostly composed of planes. The main process of these methods is shown in Figure 6. Compared to the methods of stair-line detection, the methods of stair-plane detection often perform clustering based on the normals of the point cloud. They are not affected by complex textures and lighting conditions and have better robustness. In addition, as the detection results are the riser and tread planes in three-dimensional space, it is easy to obtain the width and height of the stairs by calculating the distance between adjacent surfaces. However, compared to stair-line detection, due to the large amount of point cloud data, it is difficult to ensure the real-time performance for related algorithms on edge devices. Most works apply methods such as point cloud downsampling, dimension reduction, normal estimation optimization and clustering calculation optimization to improve real-time performance, which has been successful to some extent.

3.3.3. Ramp Detection

A ramp can be considered as a plane with a certain angle relative to the ground. The key focus of ramp detection is to obtain the ramp slope to guide the corresponding gait planning. For example, Struebig et al. [76] applied the random sample consensus (RANSAC) algorithm [115] to fit the plane equation in the segmented point cloud. By searching for planes with slopes ranging from 5° to 40°, the presence of a ramp was determined. However, direct plane fitting in the segmented point cloud was computationally intensive due to the large amount of point cloud data. Therefore, some works [75,77] calculate the ramp slope by computing the projection or cross-section of the point cloud in the sagittal plane of the human body. For example, Xue [75] used the point cloud within the range of −0.3 m to 0.3 m along the x-axis to generate a binary image in the sagittal plane. Then, morphological operations and Canny edge detection [116] were applied to extract the edges from the binary image. Finally, the slope was obtained by fitting a line equation using the RANSAC algorithm. It can be seen that ramp detection requires transforming the point cloud data into the ground coordinate system, and the ramp slope can be easily calculated by determining the angle between the fitted plane equation or the line equation in the sagittal plane and the ground.

3.4. Obstacle Detection

Similar to autonomous driving, obstacle detection for exoskeletons needs to predict the size, position, and classification of key 3D objects near the human–machine system [117]. Accurate obstacle detection can reduce the risk of falls and instruct gait planning for crossing low obstacles. Due to the lack of related datasets, especially 3D datasets with point cloud segmentation annotations, deep learning-based 3D object detection has not yet been applied to exoskeleton obstacle detection.
Currently, mainstream methods for obstacle detection still rely on traditional point cloud segmentation. For example, Liu [118] first obtained the ground point cloud and then fitted the ground equation using the RANSAC algorithm. Then, the ground point cloud was removed, and the remaining point cloud was clustered. The cluster closest to the human–machine system was considered as the obstacle. The obstacle height was calculated using the maximum distance from the points to the fitted plane, and the obstacle width and length were calculated using the projection range of the point cloud on the ground. To reduce the computational cost of point cloud segmentation, An et al. [84] first used a CNN to determine whether the scene contained obstacles and locate the ROI containing obstacles. Then, point cloud segmentation was performed within the ROI to obtain the obstacle point cloud. Furthermore, some works detect obstacles using other methods. For example, Hua et al. [119] proposed a hybrid bounding-box search algorithm to enhance the ability to continuously cross multiple obstacles in the sagittal plane. It combined L-section tight regression and convex hull search to effectively handle interlaced obstacles with partial occlusion. Ramanathan et al. [58] detected interior holes [120] in the binarized depth map to obtain obstacles and black holes and proposed a similarity measurement method combining color, gradient direction, and 2D surface normals to distinguish obstacles from noisy artifacts.

3.5. Environment-Oriented Adaptive Gait Planning

Gait planning refers to the planning of the robot’s joint positions during its locomotion, typically represented as a time-angle sequence. Environment-oriented adaptive gait planning is primarily applicable to medical rehabilitation exoskeletons. This planning method incorporates environmental geometric parameters into the spatio-temporal trajectory of the exoskeleton’s end effector and calculates the joint angles through inverse kinematics.
In practice, adaptive gait-planning methods have been developed based on gait-planning methods using walking data. Some works first collect gait data from healthy individuals ascending and descending stairs, then incorporate stair geometric parameters and human body physiological parameters as boundary conditions into the fitted trajectory. For example, Zeng et al. [121] used a fitting strategy combining polynomials and sine functions to fit the spatio-temporal sequences of the hip and ankle joints in the vertical and forward directions. Undetermined coefficients were calculated through boundary conditions, including the stair geometric parameters, thigh length, calf length, and gait period. The time-angle sequences of each joint were then calculated through inverse kinematics. Similarly, Gong et al. [122] used a fifth-degree polynomial to fit the position, velocity, and acceleration in the sagittal plane when healthy individuals walked on stairs, and the undetermined coefficients were determined based on the boundary conditions. These fitting methods are simple and practical, but when environmental parameters and users change, the trajectory may be altered, resulting in reduced biomimicry. To address this problem, [61,123] proposed a trajectory planning method based on Dynamic Movement Primitives (DMPs) [124]. DMPs can fit a target trajectory with the same trend as the source trajectory but with a different endpoint through parameter learning. They exhibit better biomimicry and are well suited for environment-oriented adaptive gait planning. However, due to the scalability of DMP-generated trajectories, the trajectory height varies with the terrain height, resulting in increased energy consumption for the human–machine system. To solve this problem, [61] optimized the generated trajectory using artificial potential fields [125,126] and biologically inspired obstacle avoidance methods [127], and [123] applied a multi-source weighted DMP approach for optimization. Taking ascending stairs as an example, the main process of environment-oriented adaptive gait-planning methods is shown in Figure 7.
Gait planning based on walking data makes the motors drive joint motion with a biomimetic gait. However, in the actual operation of the human–machine system, there are interactions between the human and the exoskeleton, which make it difficult for the exoskeleton to accurately execute the planned gait. To address this problem, some works combine gait-planning methods based on walking data with methods based on models. For example, Yu et al. [128] proposed an online correction method based on the ZMP. They first fitted the joint motion trajectory using B-spline curves, then adjusted the error between the actual and planned ZMP trajectories caused by human disturbances to improve the stability of the human–machine system. Bao et al. [52] integrated the user’s eye movement information into a Model Predictive Controller (MPC) [129] to achieve autonomous gait planning that can adjust the step length and gait period. A gait with a variable step length and gait period is crucial for gait transitions when encountering changes in terrain, as it enables the human–machine system to switch gait modes at appropriate positions before terrain transitions.

4. Prospects

With the continuous development of visual sensors, deep learning, and edge computing platforms, the foundation for developing environmental perception technology for lower-limb exoskeletons has been provided. However, due to the lack of related datasets, traditional image and point cloud processing methods are still the main techniques used for environmental perception at present. Inspired by autonomous driving technology, some works have started to apply deep learning computer vision methods to exoskeletons, providing them with powerful perception and autonomous decision-making abilities. However, unlike autonomous driving, the control of lower-limb exoskeleton robots should always follow the principle of the human in the loop [130]. Therefore, the research focus of environmental perception should be on how to better assist human movement. Ignoring the subjective feelings and overly relying on human control are not desirable.
In terms of environment classification, with the improvement of edge computing power and the construction of large-scale related datasets, lightweight CNNs can now be deployed on exoskeletons to provide reliable classification predictions. However, there are still some problems that need further optimization: (1) For datasets, ExoNet provides a large-scale open-source dataset of human walking environments. However, it only contains 12 classes, which cannot cover various gait-transition scenarios in daily walking environments. Additionally, the number of samples for transitional states is much smaller than that of stable states, even though transitional states should receive more attention. Similar problems exist in subsequent derivative datasets [13,67]. (2) As the triggering of environment classification precedes the triggering of EMG signals, and EMG signals precede the triggering of force and position signals, these signals have different triggering times and modalities, and their effective combination still requires further research.
In terms of stair detection, to solve the problems of traditional image processing-based stair-line detection methods and point cloud-based stair-surface segmentation methods, the StairNet series provides a deep learning-based end-to-end stair detection method. The StairNet series can quickly and accurately extract the geometric features of stairs in complex and changing environments, relying on the powerful learning ability of CNNs. However, the feature representation method proposed in StairNet results in fragmented detected stair lines, which have a different form than the original label and require post-processing algorithms to connect them. In fact, deep learning-based line detection has been successfully applied in tasks such as semantic line detection [131,132], wireframe parsing [133,134,135,136], and lane detection [137], and most related algorithms can directly obtain complete stair lines. StairNetV3 demonstrates the effectiveness of the segmented feature representation method when compared with some semantic line detection and wireframe parsing methods. However, the complete feature representation method for stair lines still needs further research. For the stair width and height estimation, plane-based detection methods offer better accuracy and stability than line-based detection methods due to the larger number of sampled points. However, the problem of real-time performance improvement has not been fundamentally solved. In future work, the method of directly obtaining point clouds of each stair step using CNNs is still worth studying.
In terms of obstacle detection, the approach used in autonomous driving is not entirely applicable to obstacle detection in exoskeletons. Autonomous driving does not require human intervention, so it is necessary to build a comprehensive scene-understanding solution to locate, measure, and track obstacles in the scene. However, for medical rehabilitation exoskeletons, we hope that humans can actively participate in various movement patterns to promote recovery. The significance of obstacle detection is to assist users in measuring the size of obstacles. For non-crossable obstacles, the exoskeleton can promptly alert the user and avoid risks, while for crossable obstacles, the exoskeleton can autonomously plan the gait based on the obstacle size to pass through smoothly. Indeed, some works [75,83] aim to provide exoskeletons with comprehensive scene-understanding capabilities. Some datasets provide complete labels for scene understanding, including 2D boxes, 2D semantic segmentation, 3D boxes, and object orientations. For example, the SUN RGB-D dataset focuses on indoor scene understanding. However, the annotation of such datasets is expensive, and there is currently a lack of datasets for understanding daily outdoor walking environments. Developing comprehensive scene-understanding abilities for exoskeletons can further enhance their intelligence and safety, but how to adjust the role of humans in the loop and construct related datasets are still urgent problems that need to be addressed.
In terms of environment-oriented adaptive gait planning, a biomimetic and online adjustable planning method remains the ultimate goal in this field. Currently, common planning methods are still mainly based on walking data, such as motion trajectory fitting, DMPs, and MPC. These methods require gait data from healthy individuals as a reference, and most works use a single source trajectory as a reference, which often leads to overfitting. For medical rehabilitation exoskeletons, the best reference trajectory is the gait of patients with lower-limb movement disorders during their healthy period, which is often difficult to obtain. Therefore, the construction of large-scale human-walking gait databases is necessary for the development of medical rehabilitation. This provides the possibility for each patient to match the best reference gait through physiological parameters such as height, weight, gender, age, etc. In addition, to ensure that medical rehabilitation exoskeletons can respond to possible emergencies like healthy individuals at any time, online adjustment methods of predefined gait are still worth further research.

5. Conclusions

This paper focuses on the visual perception technology of lower-limb exoskeleton robots and provides a review of the development and research status of related hardware and algorithms. We summarize the key factors and challenges that currently limit the development of environmental perception technology, aiming to provide a reference of visual perception technology for researchers in the field of lower-limb exoskeletons. We reveal the position and role of the environmental perception system in the human–machine–environment interaction loop to show the importance of visual perception. Then, we give a particular focus on the application of deep learning computer vision methods in different vision tasks. Based on the discussions of different vision tasks, we point out the current limiting factors, including the lack of scene-understanding datasets, optimization of human roles in the loop, the lack of gait databases, and look forward to the future development direction.

Author Contributions

Conceptualization, C.W.; methodology, C.W.; software, C.W.; validation, C.W., Y.F. and Z.P.; formal analysis, Y.F. and S.Q.; investigation, C.W., Y.F. and S.Q.; resources, Z.P. and Z.T.; writing—original draft preparation, C.W.; writing—review and editing, C.W., Y.F. and S.Q.; supervision, Z.P. and Z.T.; project administration, Z.P. and Z.T. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data are contained within the article.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Qiu, S.; Pei, Z.; Wang, C.; Tang, Z. Systematic Review on Wearable Lower Extremity Robotic Exoskeletons for Assisted Locomotion. J. Bionic Eng. 2022, 20, 436–469. [Google Scholar] [CrossRef]
  2. Rupal, B.S.; Rafique, S.; Singla, A.; Singla, E.; Isaksson, M.; Virk, G.S. Lower-limb exoskeletons: Research trends and regulatory guidelines in medical and non-medical applications. Int. J. Adv. Robot. Syst. 2017, 14, 6. [Google Scholar] [CrossRef]
  3. Yang, Z.; Zhang, J.; Gui, L.; Zhang, Y.; Yang, X. Summarize on the Control Method of Exoskeleton Robot. J. Nav. Aviat. Univ. 2009, 24, 520–526. [Google Scholar]
  4. Kazerooni, H.; Racine, J.-L.; Huang, L.; Steger, R. On the Control of the Berkeley Lower Extremity Exoskeleton (BLEEX). In Proceedings of the 2005 IEEE International Conference on Robotics and Automation, Barcelona, Spain, 18–22 April 2005; pp. 4353–4360. [Google Scholar] [CrossRef]
  5. Whitney, D.E. Historical Perspective and State of the Art in Robot Force Control. Int. J. Robot. Res. 1987, 6, 3–14. [Google Scholar] [CrossRef]
  6. Kazerooni, H. Human/Robot Interaction via the Transfer of Power and Information Signals Part I Dynamics and Control Analysis. In Proceedings of the IEEE International Conference on Robotics and Automation, Scottsdale, AZ, USA, 14–19 May 1989; pp. 1632–1640. [Google Scholar] [CrossRef]
  7. Kazerooni, H. Human/robot interaction via the transfer of power and information signals. II. An experimental analysis. In Proceedings of the IEEE International Conference on Robotics and Automation, Scottsdale, AZ, USA, 14–19 May 1989; pp. 1641–1647. [Google Scholar] [CrossRef]
  8. Hayashibara, Y.; Tanie, K.; Arai, H. Design of a power assist system with consideration of actuator’s maximum torque. In Proceedings of the IEEE International Workshop on Robot and Human Communication, Tokyo, Japan, 5–7 July 1995; pp. 379–384. [Google Scholar] [CrossRef]
  9. Shen, C.; Pei, Z.; Chen, W.; Wang, J.; Zhang, J.; Chen, Z. Toward Generalization of sEMG-Based Pattern Recognition: A Novel Feature Extraction for Gesture Recognition. IEEE Trans. Instrum. Meas. 2022, 71, 2501412. [Google Scholar] [CrossRef]
  10. Shen, C.; Pei, Z.; Chen, W.; Li, Z.; Wang, J.; Zhang, J.; Chen, J. STMI: Stiffness Estimation Method Based on sEMG-Driven Model for Elbow Joint. IEEE Trans. Instrum. Meas. 2023, 72, 2526614. [Google Scholar] [CrossRef]
  11. Shen, C.; Pei, Z.; Chen, W.; Wang, J.; Wu, X.; Chen, J. Lower Limb Activity Recognition Based on sEMG Using Stacked Weighted Random Forest. IEEE Trans. Neural Syst. Rehabil. Eng. 2024, 32, 166–177. [Google Scholar] [CrossRef] [PubMed]
  12. Laschowski, B.; McNally, W.; Wong, A.; McPhee, J. Computer Vision and Deep Learning for Environment-Adaptive Control of Robotic Lower-Limb Exoskeletons. In Proceedings of the 2021 43rd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC), Virtual Event, 1–5 November 2021; pp. 4631–4635. [Google Scholar] [CrossRef]
  13. Khalili, M.; Ozgoli, S. Environment Recognition for Controlling Lower-Limb Exoskeletons, by Computer Vision and Deep Learning Algorithm. In Proceedings of the 2022 8th International Conference on Control, Instrumentation and Automation (ICCIA), Tehran, Iran, 2–3 March 2022; pp. 1–5. [Google Scholar] [CrossRef]
  14. Laschowski, B.; McNally, W.; Wong, A.; McPhee, J. Preliminary Design of an Environment Recognition System for Controlling Robotic Lower-Limb Prostheses and Exoskeletons. In Proceedings of the 2019 IEEE 16th International Conference on Rehabilitation Robotics (ICORR), Toronto, ON, Canada, 24–28 June 2019; pp. 868–873. [Google Scholar] [CrossRef]
  15. Laschowski, B.; McNally, W.; Wong, A.; McPhee, J. Environment Classification for Robotic Leg Prostheses and Exoskeletons Using Deep Convolutional Neural Networks. Front. Neurorobotics 2022, 15, 730965. [Google Scholar] [CrossRef] [PubMed]
  16. Hirai, K.; Hirose, M.; Haikawa, Y.; Takenaka, T. The development of Honda humanoid robot. In Proceedings of the 1998 IEEE International Conference on Robotics and Automation (Cat. No.98CH36146), Leuven, Belgium, 20–20 May 1998; pp. 1321–1326. [Google Scholar] [CrossRef]
  17. Huang, R.; Cheng, H.; Chen, Y.; Chen, Q.; Lin, X.; Qiu, J. Optimisation of Reference Gait Trajectory of a Lower Limb Exoskeleton. Int. J. Soc. Robot. 2016, 8, 223–235. [Google Scholar] [CrossRef]
  18. Strausser, K.A.; Swift, T.A.; Zoss, A.B.; Kazerooni, H.; Bennett, B.C. Mobile Exoskeleton for Spinal Cord Injury: Development and Testing. In Proceedings of the ASME 2011 Dynamic Systems and Control Conference and Bath/ASME Symposium on Fluid Power and Motion Control, Arlington, VA, USA, 31 October–2 November 2011; pp. 419–425. [Google Scholar] [CrossRef]
  19. Cao, J.; Xie, S.Q.; Das, R.; Zhu, G.L. Control strategies for effective robot assisted gait rehabilitation: The state of art and future prospects. Med. Eng. Phys. 2014, 36, 1555–1566. [Google Scholar] [CrossRef] [PubMed]
  20. Huo, W.; Mohammed, S.; Moreno, J.C.; Amirat, Y. Lower Limb Wearable Robots for Assistance and Rehabilitation: A State of the Art. IEEE Syst. J. 2016, 10, 1068–1081. [Google Scholar] [CrossRef]
  21. Huang, R.; Cheng, H.; Guo, H. Hierarchical learning control with physical human-exoskeleton interaction. Inf. Sci. 2018, 432, 584–595. [Google Scholar] [CrossRef]
  22. Kajita, S.; Kanehiro, F.; Kaneko, K.; Fujiwara, K.; Harada, K.; Yokoi, K.; Hirukawa, H. Biped walking pattern generation by using preview control of zero-moment point. In Proceedings of the 2003 IEEE International Conference on Robotics and Automation (Cat. No.03CH37422), Taipei, Taiwan, 14–19 September 2003; pp. 1620–1626. [Google Scholar] [CrossRef]
  23. Vukobratovic, M.; Borovac, B. Zero-Moment Point—Thirty five years of its life. Int. J. Humanoid Robot. 2004, 1, 157–173. [Google Scholar] [CrossRef]
  24. Ijspeert, A.J. Central pattern generators for locomotion control in animals and robots: A review. Neural Netw. Off. J. Int. Neural Netw. Soc. 2008, 21, 642–653. [Google Scholar] [CrossRef] [PubMed]
  25. Vicon|Award Winning Motion Capture Systems. Available online: https://www.vicon.com/ (accessed on 3 April 2019).
  26. Noitom Motion Capture Systems. Available online: https://noitom.com/ (accessed on 1 September 2011).
  27. HTC Vive. Available online: https://www.vive.com/ (accessed on 2 March 1995).
  28. Miura, H.; Shimoyama, I. Dynamic Walk of a Biped. Int. J. Robot. Res. 1984, 3, 60–74. [Google Scholar] [CrossRef]
  29. Liu, C.; Chen, Q.; Wang, G. Adaptive walking control of quadruped robots based on central pattern generator (CPG) and reflex. J. Control Theory Appl. 2013, 11, 386–392. [Google Scholar] [CrossRef]
  30. Li, H. Design and Motion Optimization of Underwater Bionic Robot Based on CPG. Master’s Dissertation, Yanshan University, Qinhuangdao, China, 2023. [Google Scholar]
  31. Laschowski, B.; McNally, W.; Wong, A.; McPhee, J. Comparative Analysis of Environment Recognition Systems for Control of Lower-Limb Exoskeletons and Prostheses. In Proceedings of the 2020 8th IEEE RAS/EMBS International Conference for Biomedical Robotics and Biomechatronics (BioRob), New York, NY, USA, 29 November–1 December 2020; pp. 581–586. [Google Scholar] [CrossRef]
  32. Zeilig, G.; Weingarden, H.; Zwecker, M.; Dudkiewicz, I.; Bloch, A.; Esquenazi, A. Safety and tolerance of the ReWalk™ exoskeleton suit for ambulation by people with complete spinal cord injury: A pilot study. J. Spinal Cord Med. 2012, 35, 96–101. [Google Scholar] [CrossRef] [PubMed]
  33. Fineberg, D.B.; Asselin, P.; Harel, N.Y.; Agranova-Breyter, I.; Kornfeld, S.D.; Bauman, A.W.; Spungen, M.A. Vertical ground reaction force-based analysis of powered exoskeleton-assisted walking in persons with motor-complete paraplegia. J. Spinal Cord Med. 2013, 36, 313–321. [Google Scholar] [CrossRef] [PubMed]
  34. Esquenazi, A.; Talaty, M.; Packel, A.; Saulino, M. The ReWalk Powered Exoskeleton to Restore Ambulatory Function to Individuals with Thoracic-Level Motor-Complete Spinal Cord Injury. Am. J. Phys. Med. Rehabil. 2012, 91, 911–921. [Google Scholar] [CrossRef] [PubMed]
  35. Maeshima, S.; Osawa, A.; Nishio, D.; Hirano, Y.; Takeda, K.; Kigawa, H.; Sankai, Y. Efficacy of a hybrid assistive limb in post-stroke hemiplegic patients: A preliminary report. BMC Neurol. 2011, 11, 116. [Google Scholar] [CrossRef] [PubMed]
  36. Nilsson, A.; Vreede, K.S.; Häglund, V.; Kawamoto, H.; Sankai, Y.; Borg, J. Gait training early after stroke with a new exoskeleton–The hybrid assistive limb: A study of safety and feasibility. J. Neuroeng. Rehabil. 2014, 11, 92. [Google Scholar] [CrossRef] [PubMed]
  37. Sczesny-Kaiser, M.; Höffken, O.; Lissek, S.; Lenz, M.; Schlaffke, L.; Nicolas, V.; Meindl, R.; Aach, M.; Sankai, Y.; Schildhauer, T.A.; et al. Neurorehabilitation in Chronic Paraplegic Patients with the HAL® Exoskeleton–Preliminary Electrophysiological and fMRI Data of a Pilot Study. In Biosystems & Biorobotics; Pons, J., Torricelli, D., Pajaro, M., Eds.; Springer: Berlin, Germany, 2013; pp. 611–615. [Google Scholar] [CrossRef]
  38. Krausz, N.E.; Hargrove, L.J. A Survey of Teleceptive Sensing for Wearable Assistive Robotic Devices. Sensors 2019, 19, 5238. [Google Scholar] [CrossRef] [PubMed]
  39. Nelson, M.; MacIver, M. Sensory acquisition in active sensing systems. J. Comp. Physiol. A 2006, 192, 573–586. [Google Scholar] [CrossRef] [PubMed]
  40. Waltham, N. CCD and CMOS sensors. In Observing Photons in Space: A Guide to Experimental Space Astronomy; ISSI Scientific Report Series; Huber, M.C.E., Pauluhn, A., Culhane, J.L., Timothy, J.G., Wilhelm, K., Zehnder, A., Eds.; Springer: New York, NY, USA, 2013; pp. 423–442. [Google Scholar] [CrossRef]
  41. Zhu, X.; Li, Y.; Lu, H.; Zhang, H. Research on vision-based traversable region recognition for mobile robots. Appl. Res. Comput. 2012, 29, 2009–2013. [Google Scholar]
  42. Hall, D.S. High Definition Lidar System. U.S. Patent EP2041515A4, 11 November 2009. [Google Scholar]
  43. Intel RealSense Computer Vision—Depth and Tracking Cameras. Available online: https://www.intelrealsense.com/ (accessed on 18 December 2013).
  44. Kinect for Windows. Available online: http://www.k4w.cn/ (accessed on 24 May 2013).
  45. LiDAR Camera—Intel RealSense Depth and Tracking Cameras. Available online: https://www.intelrealsense.com/lidar-camera-l515/ (accessed on 18 December 2013).
  46. SPL6317/93|Philips. Available online: https://www.philips.com.cn/c-p/SPL6317_93/3000-series-full-hd-webcam (accessed on 3 November 1999).
  47. ZED Mini Stereo Camera|Stereolabs. Available online: https://store.stereolabs.com/products/zed-mini (accessed on 6 November 2002).
  48. Unitree 4D LiDAR L1—Believe in Light—Unitree. Available online: https://www.unitree.com/LiDAR/ (accessed on 15 April 1995).
  49. Depth Camera D435i—Intel RealSense Depth and Tracking Cameras. Available online: https://www.intelrealsense.com/depth-camera-d435i/ (accessed on 18 December 2013).
  50. Krausz, N.E.; Hargrove, L.J. Recognition of ascending stairs from 2D images for control of powered lower limb prostheses. In Proceedings of the 2015 7th International IEEE/EMBS Conference on Neural Engineering (NER), Montpellier, France, 22–24 April 2015; pp. 615–618. [Google Scholar] [CrossRef]
  51. Novo-Torres, L.; Ramirez-Paredes, J.-P.; Villarreal, D.J. Obstacle Recognition using Computer Vision and Convolutional Neural Networks for Powered Prosthetic Leg Applications. In Proceedings of the 2019 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), Berlin, Germany, 23–27 July 2019; pp. 3360–3363. [Google Scholar] [CrossRef]
  52. Bao, W.; Villarreal, D.; Chiao, J.-C. Vision-Based Autonomous Walking in a Lower-Limb Powered Exoskeleton. In Proceedings of the 2020 IEEE 20th International Conference on Bioinformatics and Bioengineering (BIBE), Cincinnati, OH, USA, 26–28 October 2020; pp. 830–834. [Google Scholar] [CrossRef]
  53. Laschowski, B.; McNally, W.; Wong, A.; McPhee, J. ExoNet Database: Wearable Camera Images of Human Locomotion Environments. Front. Robot. AI 2020, 7, 562061. [Google Scholar] [CrossRef] [PubMed]
  54. Krausz, N.E.; Lenzi, T.; Hargrove, L.J. Depth Sensing for Improved Control of Lower Limb Prostheses. IEEE Trans. Biomed. Eng. 2015, 62, 2576–2587. [Google Scholar] [CrossRef]
  55. Khademi, G.; Simon, D. Convolutional Neural Networks for Environmentally Aware Locomotion Mode Recognition of Lower-Limb Amputees. In Proceedings of the ASME 2019 Dynamic Systems and Control Conference, Park City, UT, USA, 8–11 October 2019. [Google Scholar]
  56. Krausz, N.E.; Hu, B.H.; Hargrove, L.J. Subject- and Environment-Based Sensor Variability for Wearable Lower-Limb Assistive Devices. Sensors 2019, 19, 4887. [Google Scholar] [CrossRef] [PubMed]
  57. Zhang, K.; Wang, J.; Fu, C. Directional PointNet: 3D Environmental Classification for Wearable Robotics. arXiv 2019, arXiv:1903.06846. [Google Scholar]
  58. Ramanathan, M.; Luo, L.; Er, J.K.; Foo, M.J.; Chiam, C.H.; Li, L.; Yau, W.Y.; Ang, W.T. Visual Environment perception for obstacle detection and crossing of lower-limb exoskeletons. In Proceedings of the 2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Kyoto, Japan, 23–27 October 2022; pp. 12267–12274. [Google Scholar] [CrossRef]
  59. Massalin, Y.; Abdrakhmanova, M.; Varol, H.A. User-Independent Intent Recognition for Lower Limb Prostheses Using Depth Sensing. IEEE Trans. Biomed. Eng. 2018, 65, 1759–1770. [Google Scholar] [CrossRef]
  60. Zhang, K.; Xiong, C.; Zhang, W.; Liu, H.; Lai, D.; Rong, Y.; Fu, C. Environmental Features Recognition for Lower Limb Prostheses Toward Predictive Walking. IEEE Trans. Neural Syst. Rehabil. Eng. 2019, 27, 465–476. [Google Scholar] [CrossRef] [PubMed]
  61. Shi, C. Research and Implementation of a Lower-Limb Exoskeleton Robot Up and Down Stairs. Master’s Dissertation, University of Electronic Science and Technology of China, Chengdu, China, 23 May 2019. [Google Scholar]
  62. Embedded Systems Developer Kits & Modules from NVIDIA Jetson. Available online: https://www.nvidia.com/en-eu/autonomous-machines/embedded-systems/ (accessed on 20 April 1993).
  63. Raspberry Pi. Available online: https://www.raspberrypi.com/ (accessed on 15 September 2008).
  64. Atlas 200 DK AI Developer Kit—Huawei Enterprise. Available online: https://e.huawei.com/eu/products/computing/ascend/atlas-200 (accessed on 1 January 2000).
  65. STMicroelectronics. Available online: https://www.st.com/content/st_com/en.html (accessed on 8 February 1993).
  66. Arduino—Home. Available online: https://www.arduino.cc/ (accessed on 26 October 2005).
  67. Kurbis, A.G.; Laschowski, B.; Mihailidis, A. Stair Recognition for Robotic Exoskeleton Control using Computer Vision and Deep Learning. In Proceedings of the 2022 International Conference on Rehabilitation Robotics (ICORR), Rotterdam, The Netherlands, 25–29 July 2022; pp. 1–6. [Google Scholar] [CrossRef]
  68. Zhu, H. Research on Terrain Recognition of Flexible Exoskeleton Based on Computer Vision. Master’s Dissertation, Wuhan University of Technology, Wuhan, China, December 2020. [Google Scholar] [CrossRef]
  69. Patil, U.; Gujarathi, A.; Kulkarni, A.; Jain, A.; Malke, L.; Tekade, R.; Paigwar, K.; Chaturvedi, P. Deep Learning Based Stair Detection and Statistical Image Filtering for Autonomous Stair Climbing. In Proceedings of the 2019 Third IEEE International Conference on Robotic Computing (IRC), Naples, Italy, 25–27 February 2019; pp. 159–166. [Google Scholar] [CrossRef]
  70. Rekhawar, N.; Govindani, Y.; Rao, N. Deep Learning based Detection, Segmentation and Vision based Pose Estimation of Staircase. In Proceedings of the 2022 1st International Conference on the Paradigm Shifts in Communication, Embedded Systems, Machine Learning and Signal Processing (PCEMS), Nagpur, India, 6–7 May 2022; pp. 78–83. [Google Scholar] [CrossRef]
  71. Habib, A.; Islam, M.M.; Kabir, N.M.; Mredul, B.M.; Hasan, M. Staircase Detection to Guide Visually Impaired People: A Hybrid Approach. Rev. D’Intelligence Artif. 2019, 33, 327–334. [Google Scholar] [CrossRef]
  72. Wang, C.; Pei, Z.; Qiu, S.; Tang, Z. Deep leaning-based ultra-fast stair detection. Sci. Rep. 2022, 12, 16124. [Google Scholar] [CrossRef] [PubMed]
  73. Wang, C.; Pei, Z.; Qiu, S.; Tang, Z. RGB-D-Based Stair Detection and Estimation Using Deep Learning. Sensors 2023, 23, 2175. [Google Scholar] [CrossRef] [PubMed]
  74. Wang, C.; Pei, Z.; Qiu, S.; Tang, Z. StairNetV3: Depth-aware stair modeling using deep learning. Vis. Comput. 2024. [Google Scholar] [CrossRef]
  75. Xue, Z. Research on the Method of Perceiving Traversable Area in Lower Limb Exoskeleton in Daily Life Environment. Master’s Dissertation, University of Electronic Science and Technology of China, Chengdu, China, June 2020. [Google Scholar] [CrossRef]
  76. Struebig, K.; Ganter, N.; Freiberg, L.; Lueth, T.C. Stair and Ramp Recognition for Powered Lower Limb Exoskeletons. In Proceedings of the 2021 IEEE International Conference on Robotics and Biomimetics (ROBIO), Sanya, China, 27–31 December 2021; pp. 1270–1276. [Google Scholar] [CrossRef]
  77. Miao, Y.; Wang, S.; Miao, Y.; An, M.; Wang, X. Stereo-based Terrain Parameters Estimation for Lower Limb Exoskeleton. In Proceedings of the 2021 IEEE 16th Conference on Industrial Electronics and Applications (ICIEA), Chengdu, China, 1–4 August 2021; pp. 1655–1660. [Google Scholar] [CrossRef]
  78. Everingham, M.; Eslami, S.M.A.; Van Gool, L.; Williams, C.K.I.; Winn, J.; Zisserman, A. The PASCAL Visual Object Classes Challenge: A Retrospective. Int. J. Comput. Vis. 2015, 111, 98–136. [Google Scholar] [CrossRef]
  79. Lin, T.; Maire, M.; Belongie, S.; Hays, J.; Perona, P.; Ramanan, D.; Dollár, P.; Zitnick, C.L. Microsoft COCO: Common Objects in Context. In Lecture Notes in Computer Science; Fleet, D., Pajdla, T., Schiele, B., Tuytelaars, T., Eds.; Springer: Cham, Switzerland, 2014; pp. 740–755. [Google Scholar] [CrossRef]
  80. Zhou, B.; Zhao, H.; Puig, X.; Fidler, S.; Barriuso, A.; Torralba, A. Scene Parsing through ADE20K Dataset. In Proceedings of the 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, HI, USA, 21–26 July 2017; pp. 5122–5130. [Google Scholar] [CrossRef]
  81. Silberman, N.; Hoiem, D.; Kohli, P.; Fergus, R. Indoor Segmentation and Support Inference from RGBD Images. In Lecture Notes in Computer Science; Fitzgibbon, A., Lazebnik, S., Perona, P., Sato, Y., Schmid, C., Eds.; Springer: Berlin, Germany, 2012; pp. 746–760. [Google Scholar] [CrossRef]
  82. Song, S.; Lichtenberg, S.P.; Xiao, J. SUN RGB-D: A RGB-D scene understanding benchmark suite. In Proceedings of the 2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Boston, MA, USA, 7–12 June 2015; pp. 567–576. [Google Scholar] [CrossRef]
  83. Ren, J. Research on Vision assisted Technology for Exoskeleton Robot. Master’s Dissertation, Shenzhen Institute of Advanced Technology Chinese Academy of Sciences, Shenzhen, China, June 2019. [Google Scholar]
  84. An, D.; Zhu, A.; Yue, X.; Dang, D.; Zhang, Y. Environmental obstacle detection and localization model for cable-driven exoskeleton. In Proceedings of the 2022 19th International Conference on Ubiquitous Robots (UR), Jeju, Republic of Korea, 4–6 July 2022; pp. 64–69. [Google Scholar] [CrossRef]
  85. Wang, C.; Pei, Z.; Qiu, S.; Tang, Z. Stair dataset. Mendeley Data 2023, V3. [Google Scholar] [CrossRef]
  86. Wang, C.; Pei, Z.; Qiu, S.; Tang, Z. Stair dataset with depth maps. Mendeley Data 2023, V2. [Google Scholar] [CrossRef]
  87. Wang, C.; Pei, Z.; Qiu, S.; Wang, Y.; Tang, Z. RGB-D stair dataset. Mendeley Data 2023, V1. [Google Scholar] [CrossRef]
  88. Tan, M.; Le, Q.V. EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks. arXiv 2019, arXiv:1905.11946. [Google Scholar]
  89. Szegedy, C.; Vanhoucke, V.; Ioffe, S.; Shlens, J.; Wojna, Z. Rethinking the Inception Architecture for Computer Vision. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; pp. 2818–2826. [Google Scholar] [CrossRef]
  90. Howard, A.G.; Zhu, M.; Chen, B.; Kalenichenko, D.; Wang, W.; Weyand, T.; Andreetto, M.; Adam, H. MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications. arXiv 2017, arXiv:1704.04861. [Google Scholar]
  91. Sandler, M.; Howard, A.; Zhu, M.; Zhmoginov, A.; Chen, L.-C. MobileNetV2: Inverted Residuals and Linear Bottlenecks. In Proceedings of the 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–23 June 2018; pp. 4510–4520. [Google Scholar] [CrossRef]
  92. Simonyan, K.; Zisserman, A. Very Deep Convolutional Networks for Large-Scale Image Recognition. arXiv 2014, arXiv:1409.1556. [Google Scholar]
  93. Chollet, F. Xception: Deep Learning with Depthwise Separable Convolutions. In Proceedings of the 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, HI, USA, 21–26 July 2017; pp. 1800–1807. [Google Scholar] [CrossRef]
  94. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep Residual Learning for Image Recognition. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; pp. 770–778. [Google Scholar] [CrossRef]
  95. Huang, G.; Liu, Z.; Maaten, L.V.D.; Weinberger, K.Q. Densely Connected Convolutional Networks. In Proceedings of the 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, HI, USA, 21–26 July 2017; pp. 2261–2269. [Google Scholar] [CrossRef]
  96. Deng, J.; Dong, W.; Socher, R.; Li, L.-J.; Li, K.; Li, F.-F. ImageNet: A large-scale hierarchical image database. In Proceedings of the 2009 IEEE Conference on Computer Vision and Pattern Recognition, Miami, FL, USA, 20–25 June 2009; pp. 248–255. [Google Scholar] [CrossRef]
  97. Diamantis, D.E.; Koutsiou, D.C.C.; Iakovidis, D.K. Staircase Detection Using a Lightweight Look-Behind Fully Convolutional Neural Network. In Communications in Computer and Information Science; Macintyre, J., Iliadis, L., Maglogiannis, I., Jayne, C., Eds.; Springer: Cham, Switzerland, 2019; pp. 522–532. [Google Scholar] [CrossRef]
  98. Charles, R.Q.; Su, H.; Kaichun, M.; Guibas, L.J. PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation. In Proceedings of the 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, HI, USA, 21–26 July 2017; pp. 77–85. [Google Scholar] [CrossRef]
  99. Shahrabadi, S.; Rodrigues, J.M.F.; du Buf, J.M.H. Detection of Indoor and Outdoor Stairs. In Lecture Notes in Computer Science; Sanches, J.M., Micó, L., Cardoso, J.S., Eds.; Springer: Berlin, Germany, 2013; pp. 847–854. [Google Scholar] [CrossRef]
  100. Wang, S.; Pan, H.; Zhang, C.; Tian, Y. RGB-D image-based detection of stairs, pedestrian crosswalks and traffic signs. J. Vis. Commun. Image Represent. 2014, 10, 263–272. [Google Scholar] [CrossRef]
  101. Huang, X.; Tang, Z. Staircase Detection Algorithm Based on Projection-Histogram. In Proceedings of the 2018 2nd IEEE Advanced Information Management, Communicates, Electronic and Automation Control Conference (IMCEC), Xi’an, China, 25–27 May 2018; pp. 1130–1133. [Google Scholar] [CrossRef]
  102. Vu, H.; Hoang, V.; Le, T.; Tran, T.; Nguyen, T.T. A projective chirp based stair representation and detection from monocular images and its application for the visually impaired. Pattern Recognit. Lett. 2020, 137, 17–26. [Google Scholar] [CrossRef]
  103. Hough, P.V.C. Method and Means for Recogninizing Complex Patterns. U.S. Patent US3069654, 18 December 1962. [Google Scholar]
  104. Khaliluzzaman, M.; Deb, K.; Jo, K.-H. Stairways detection and distance estimation approach based on three connected point and triangular similarity. In Proceedings of the 2016 9th International Conference on Human System Interactions (HSI), Portsmouth, UK, 6–8 July 2016; pp. 330–336. [Google Scholar] [CrossRef]
  105. Khaliluzzaman, M.; Yakub, M.; Chakraborty, N. Comparative Analysis of Stairways Detection Based on RGB and RGB-D Image. In Proceedings of the 2018 International Conference on Innovations in Science, Engineering and Technology (ICISET), Chittagong, Bangladesh, 27–28 October 2018; pp. 519–524. [Google Scholar] [CrossRef]
  106. Platt, J. Sequential minimal optimization: A fast algorithm for training support vector machines. Adv. Kernel Methods-Support Vector Learn. 1998; MSR-TR-98-14. Available online: https://www.microsoft.com/en-us/research/publication/sequential-minimal-optimization-a-fast-algorithm-for-training-support-vector-machines(accessed on 9 October 2007).
  107. Redmon, J.; Farhadi, A. YOLOv3: An Incremental Improvement. arXiv 2018, arXiv:1804.02767. [Google Scholar]
  108. GitHub—Ultralytics/yolov5: YOLOv5. Available online: https://github.com/ultralytics/yolov5 (accessed on 9 October 2007).
  109. Ronneberger, O.; Fischer, P.; Brox, T. U-Net: Convolutional Networks for Biomedical Image Segmentation. In Lecture Notes in Computer Science; Navab, N., Hornegger, J., Wells, W., Frangi, A., Eds.; Springer: Cham, Switzerland, 2015; pp. 234–241. [Google Scholar] [CrossRef]
  110. Oh, K.W.; Choi, K.S. Supervoxel-based Staircase Detection from Range Data. IEIE Trans. Smart Process. Comput. 2015, 4, 403–406. [Google Scholar] [CrossRef]
  111. Pérez-Yus, A.; López-Nicolás, G.; Guerrero, J.J. Detection and Modelling of Staircases Using a Wearable Depth Sensor. In Lecture Notes in Computer Science; Agapito, L., Bronstein, M., Rother, C., Eds.; Springer: Cham, Switzerland, 2015; pp. 449–463. [Google Scholar] [CrossRef]
  112. Ye, Y.; Wang, J. Stair area recognition in complex environment based on point cloud. J. Electron. Meas. Instrum. 2020, 34, 124–133. [Google Scholar] [CrossRef]
  113. Ciobanu, A.; Morar, A.; Moldoveanu, F.; Petrescu, L.; Ferche, O.; Moldoveanu, A. Real-Time Indoor Staircase Detection on Mobile Devices. In Proceedings of the 2017 21st International Conference on Control Systems and Computer Science (CSCS), Bucharest, Romania, 29–31 May 2017; pp. 287–293. [Google Scholar] [CrossRef]
  114. Holz, D.; Holzer, S.; Rusu, R.B.; Behnke, S. Real-Time Plane Segmentation Using RGB-D Cameras. In Lecture Notes in Computer Science; Röfer, T., Mayer, N.M., Savage, J., Saranlı, U., Eds.; Springer: Berlin, Germany, 2012; pp. 306–317. [Google Scholar] [CrossRef]
  115. Fischler, M.A.; Bolles, R.C. Random sample consensus: A paradigm for model fitting with applications to image analysis and automated cartography. Commun. ACM 1981, 24, 381–395. [Google Scholar] [CrossRef]
  116. Canny, J. A Computational Approach to Edge Detection. IEEE Trans. Pattern Anal. Mach. Intell. 1986, PAMI-8, 679–698. [Google Scholar] [CrossRef]
  117. Mao, J.; Shi, S.; Wang, X.; Li, H. 3D Object Detection for Autonomous Driving: A Comprehensive Survey. arXiv 2022, arXiv:2206.09474. [Google Scholar] [CrossRef]
  118. Liu, D. Research on Multimodal Fusion-Based Control Strategy for Lower-Limb Exoskeleton Robot. Ph.D. Thesis, Shenzhen Institute of Advanced Technology Chinese Academy of Sciences, Shenzhen, China, June 2018. [Google Scholar]
  119. Hua, Y.; Zhang, H.; Li, Y.; Zhao, J.; Zhu, Y. Vision Assisted Control of Lower Extremity Exoskeleton for Obstacle Avoidance With Dynamic Constraint Based Piecewise Nonlinear MPC. IEEE Robot. Autom. Lett. 2022, 7, 12267–12274. [Google Scholar] [CrossRef]
  120. Castagno, J.; Atkins, E. Polylidar3D-Fast Polygon Extraction from 3D Data. Sensors 2020, 20, 4819. [Google Scholar] [CrossRef] [PubMed]
  121. Zeng, K.; Yan, Z.; Xu, D.; Peng, A. Online Gait Planning of Visual Lower Exoskeleton Down Stairs. Mach. Des. Manuf. 2022, 10, 46–50+55. [Google Scholar] [CrossRef]
  122. Gong, Q.; Zhao, J. Research on Gait of Exoskeleton Climbing Stairs Based on Environment Perception and Reconstruction. Control Eng. China 2022, 29, 1497–1504. [Google Scholar] [CrossRef]
  123. Xiang, S. Research and Implementation of Gait Planning Method for Walking Exoskeleton Ascend and Descend Stairs. Master’s Dissertation, University of Electronic Science and Technology of China, Chengdu, China, May 2020. [Google Scholar]
  124. Ijspeert, A.J.; Nakanishi, J.; Schaal, S. Trajectory formation for imitation with nonlinear dynamical systems. In Proceedings of the 2001 IEEE/RSJ International Conference on Intelligent Robots and Systems. Expanding the Societal Role of Robotics in the Next Millennium (Cat. No.01CH37180), Maui, HI, USA, 29 October–3 November 2001; pp. 752–757. [Google Scholar] [CrossRef]
  125. Liang, K.; Li, Z.; Chen, D.; Chen, X. Improved Artificial Potential Field for Unknown Narrow Environments. In Proceedings of the 2004 IEEE International Conference on Robotics and Biomimetics, Shenyang, China, 22–26 August 2004; pp. 688–692. [Google Scholar] [CrossRef]
  126. Zhang, B.; Chen, W.; Fei, M. An Optimized Method for Path Planning Based on Artificial Potential Field. In Proceedings of the Sixth International Conference on Intelligent Systems Design and Applications, Ji’an, China, 16–18 October 2006; pp. 35–39. [Google Scholar] [CrossRef]
  127. Hoffmann, H.; Pastor, P.; Park, D.-H.; Schaal, S. Biologically-inspired dynamical systems for movement generation: Automatic real-time goal adaptation and obstacle avoidance. In Proceedings of the 2009 IEEE International Conference on Robotics and Automation, Kobe, Japan, 12–17 May 2009; pp. 2587–2592. [Google Scholar] [CrossRef]
  128. Yu, Z.; Yao, J. Gait Planning of Lower Extremity Exoskeleton Climbing Stair based on Online ZMP Correction. J. Mech. Transm. 2022, 44, 62–67. [Google Scholar] [CrossRef]
  129. Kooij, H.; Jacobs, R.; Koopman, B.; Helm, F.V.D. An alternative approach to synthesizing bipedal walking. Biol. Cybern. 2003, 88, 46–59. [Google Scholar] [CrossRef] [PubMed]
  130. Li, Z.; Zhao, K.; Zhang, L.; Wu, X.; Zhang, T.; Li, Q.; Li, X.; Su, C. Human-in-the-Loop Control of a Wearable Lower Limb Exoskeleton for Stable Dynamic Walking. IEEE/ASME Trans. Mechatronics 2021, 26, 2700–2711. [Google Scholar] [CrossRef]
  131. Lee, J.-T.; Kim, H.-U.; Lee, C.; Kim, C.-S. Semantic Line Detection and Its Applications. In Proceedings of the 2017 IEEE International Conference on Computer Vision (ICCV), Venice, Italy, 22–29 October 2017; pp. 3249–3257. [Google Scholar] [CrossRef]
  132. Zhao, K.; Han, Q.; Zhang, C.-B.; Xu, J.; Cheng, M.-M. Deep Hough Transform for Semantic Line Detection. IEEE Trans. Pattern Anal. Mach. Intell. 2022, 44, 4793–4806. [Google Scholar] [CrossRef] [PubMed]
  133. Zhou, Y.; Qi, H.; Ma, Y. End-to-End Wireframe Parsing. In Proceedings of the 2019 IEEE/CVF International Conference on Computer Vision (ICCV), Seoul, Republic of Korea, 27 October–2 November 2019; pp. 962–971. [Google Scholar] [CrossRef]
  134. Zhang, H.; Luo, Y.; Qin, F.; He, Y.; Liu, X. ELSD: Efficient Line Segment Detector and Descriptor. In Proceedings of the 2021 IEEE/CVF International Conference on Computer Vision (ICCV), Montreal, QC, Canada, 10–17 October 2021; pp. 2949–2958. [Google Scholar] [CrossRef]
  135. Xue, N.; Wu, T.; Bai, S.; Wang, F.; Xia, G.-S.; Zhang, L.; Torr, P.H.S. Holistically-Attracted Wireframe Parsing. In Proceedings of the 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA, 13–19 June 2020; pp. 2785–2794. [Google Scholar] [CrossRef]
  136. Dai, X.; Gong, H.; Wu, S.; Yuan, X.; Ma, Y. Fully convolutional line parsing. Neurocomputing 2022, 506, 1–11. [Google Scholar] [CrossRef]
  137. Qin, Z.; Wang, H.; Li, X. Ultra Fast Structure-Aware Deep Lane Detection. In Lecture Notes in Computer Science; Vedaldi, A., Bischof, H., Brox, T., Frahm, J.M., Eds.; Springer: Cham, Switzerland, 2020; pp. 276–291. [Google Scholar] [CrossRef]
Figure 1. The role of vision in the human–machine–environment loop of lower-limb exoskeletons.
Figure 1. The role of vision in the human–machine–environment loop of lower-limb exoskeletons.
Biomimetics 09 00254 g001
Figure 2. Common visual sensors: (a) Philips’ RGB network camera [46]; (b) ZED’s binocular stereo vision camera, the ZED Mini Stereo Camera [47]; (c) Unitree’s LiDAR L1 [48]; (d) Realsense’s depth camera, the D435i [49]; (e) Realsense’s LiDAR camera, the L515 [45].
Figure 2. Common visual sensors: (a) Philips’ RGB network camera [46]; (b) ZED’s binocular stereo vision camera, the ZED Mini Stereo Camera [47]; (c) Unitree’s LiDAR L1 [48]; (d) Realsense’s depth camera, the D435i [49]; (e) Realsense’s LiDAR camera, the L515 [45].
Biomimetics 09 00254 g002
Figure 3. The role and relationship of controllers at different levels.
Figure 3. The role and relationship of controllers at different levels.
Biomimetics 09 00254 g003
Figure 4. Stair-line detection methods based on traditional image processing.
Figure 4. Stair-line detection methods based on traditional image processing.
Biomimetics 09 00254 g004
Figure 5. Illustration of StairNet with RGB-D inputs and StairNet with RGB input and depth estimation.
Figure 5. Illustration of StairNet with RGB-D inputs and StairNet with RGB input and depth estimation.
Biomimetics 09 00254 g005
Figure 6. Process of plane-based stair detection methods.
Figure 6. Process of plane-based stair detection methods.
Biomimetics 09 00254 g006
Figure 7. The main process of environment-oriented adaptive gait-planning methods, where F ( H , W , l 1 , l 2 , T ) represents the fitted joint spatio-temporal domain equation, and H and W represent the width and height of the stairs, respectively. l 1 and l 2 represent the thigh length and calf length, respectively. T represents the gait period. τ 2 y ¨ = α y ( β y ( g y ) τ y ˙ ) + f represents the basic formula of a DMP. y represents the system status, and y ˙ and y ¨ represent the first and second derivatives of y, respectively. g represents the target status, α y and β y are two constants, f is the forcing term, and τ is the scale factor.
Figure 7. The main process of environment-oriented adaptive gait-planning methods, where F ( H , W , l 1 , l 2 , T ) represents the fitted joint spatio-temporal domain equation, and H and W represent the width and height of the stairs, respectively. l 1 and l 2 represent the thigh length and calf length, respectively. T represents the gait period. τ 2 y ¨ = α y ( β y ( g y ) τ y ˙ ) + f represents the basic formula of a DMP. y represents the system status, and y ˙ and y ¨ represent the first and second derivatives of y, respectively. g represents the target status, α y and β y are two constants, f is the forcing term, and τ is the scale factor.
Biomimetics 09 00254 g007
Table 1. Advantages and disadvantages of various installation positions for visual sensors and suitable devices.
Table 1. Advantages and disadvantages of various installation positions for visual sensors and suitable devices.
Installation LocationAdvantagesDisadvantagesSuitable Devices
HeadSynchronizes with user’s viewHeavy weight may lead to discomfort and shaky imagesBlind guidance equipment, upper-limb exoskeletons
ChestThe images are stable, and the view is synchronized with the movementCamera posture is easily affected by upper-body movementsUpper-limb exoskeletons, lower-limb exoskeletons
WaistThe images are the most stable, and the view is synchronized with the movementLow field of view, limited visual rangeLower-limb exoskeletons, lower-limb prosthetics
Lower limbHigh accuracy in detecting specific terrains at close rangeRestrictions on user’s lower-body dress, shaky imagesLower-limb prosthetics
FeetHigh accuracy in detecting specific terrains at close rangeLimited field of view, shaky imagesLower-limb prosthetics, smart shoes
Table 2. Some datasets for environmental perception of exoskeletons.
Table 2. Some datasets for environmental perception of exoskeletons.
SourceSensorNumberResolutionAnnotationClassesPurpose
ExoNet [53]RGB9227901280 × 720Classification12Environment classification
Kurbis, A. G., et al. [67]RGB515001280 × 720Classification4Environment classification
Khalili, M., et al. [13]RGB300001280 × 720Classification3Environment classification
Laschowski, B., et al. [14]RGB342541280 × 720Classification3Environment classification
Zhang, K., et al. [57]Depth40162048 PointsClassification3Environment classification
Zhu, H. [68]RGB-D70001280 × 720Classification7Environment classification
Patil, U., et al. [69]RGB848640 × 3202D box1Stair detection
Rekhawar, N., et al. [70]RGB848640 × 3202D box + Stair-line mask1Stair detection
Habib, A., et al. [71]RGB510720 × 9602D box2Stair detection
Wang, C., et al. [85]RGB3094512 × 512Stair-line ends2Stair detection
Wang, C., et al. [86]RGB-D2996512 × 512Stair-line ends2Stair detection
Wang, C., et al. [87]RGB-D2986512 × 512Stair-line ends + stair-step mask3Stair detection
Ren, J. [83]RGB1449640 × 480Segmentation mask13Obstacle detection
An, D., et al. [84]RGB-D5000256 × 2562D box2Obstacle detection
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Wang, C.; Pei, Z.; Fan, Y.; Qiu, S.; Tang, Z. Review of Vision-Based Environmental Perception for Lower-Limb Exoskeleton Robots. Biomimetics 2024, 9, 254. https://doi.org/10.3390/biomimetics9040254

AMA Style

Wang C, Pei Z, Fan Y, Qiu S, Tang Z. Review of Vision-Based Environmental Perception for Lower-Limb Exoskeleton Robots. Biomimetics. 2024; 9(4):254. https://doi.org/10.3390/biomimetics9040254

Chicago/Turabian Style

Wang, Chen, Zhongcai Pei, Yanan Fan, Shuang Qiu, and Zhiyong Tang. 2024. "Review of Vision-Based Environmental Perception for Lower-Limb Exoskeleton Robots" Biomimetics 9, no. 4: 254. https://doi.org/10.3390/biomimetics9040254

Article Metrics

Back to TopTop