Skip to main content

ORIGINAL RESEARCH article

Front. Neurosci., 27 September 2024
Sec. Neuroprosthetics
This article is part of the Research Topic The Application of Neuroscience Technology in Human Assist Devices View all 5 articles

Walking and scuba diving assisted amphibious exoskeleton robots: the designing of power assist control and myoelectricity based wearers' fatigue evaluation

\r\nShuai Wang&#x;Shuai Wang1Yinuo Yao,&#x;Yinuo Yao2,3Xuwei LuXuwei Lu4Pengjie QinPengjie Qin3Xiangyang WangXiangyang Wang3Jianquan SunJianquan Sun3Chunjie Chen
Chunjie Chen3*Xinyu WuXinyu Wu3
  • 1Navy Submarine Academy Rescue and Salvage Department, Qingdao, China
  • 2School of Information Engineering, China University of Geosciences Beijing, Beijing, China
  • 3Center for Intelligent Bionic, Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences, Shenzhen, China
  • 4Department of Computer Science, University of Sydney, Sydney, NSW, Australia

Exoskeleton robots have the potential to augment human motor capabilities. however, current control strategies often require task-specific control laws tailored for different scenarios, which limits the applicability of exoskeletons. In this study, we propose a control strategy for exoskeleton robots that is adaptable across various scenarios. We employ adaptive oscillators (AO) with feedback control to rapidly estimate the wearer's motion phase and subsequently provide torque assistance to the wearer's hip joint based on a TCN-LSTM model. During experiments, we collected surface electromyographic (sEMG) signals from the tibialis anterior, gastrocnemius, and rectus muscles of seven groups of subjects performing treadmill walking and inclined treadmill exercises. We utilized the short-time Fourier transform to extract frequency characteristics of the signals and statistically analyzed the rate of frequency change in each muscle group under different strategies. The results indicate that when wearing the exoskeleton, the overall muscle frequency changes more slowly, suggesting that subjects can maintain activity for a longer duration before fatigue sets in. This control strategy effectively reduces the energetic cost of lower limb work for the wearer and enhances the exoskeleton's versatility in various applications.

1 Introduction

Exoskeleton robots have now been widely applied in our daily lives, making carrying loads more effortless, enabling athletes to run faster, and allowing patients with hemiplegia to move again (Zhang and Huang, 2018; Li et al., 2019; Choi et al., 2018; Wu et al., 2021). Exoskeleton robots have demonstrated their capability to provide assistance to individuals during specific tasks. However, the emerging problem, is that different tasks and scenarios often require control objectives that match their needs (Yan et al., 2015). For instance, in the case of lower limb assistive exoskeletons, the significant cost associated with exoskeleton robots highlights the importance of identifying a control strategy that exhibits strong robustness and can be seamlessly integrated into various task scenarios. This holds considerable engineering significance. What, then, limits the transferable of exoskeletons? The critical challenge lies in the design of the exoskeleton controller. The control framework of exoskeleton robots is divided into high-level, middle-level, and low-level (Tucker, 2015; Narayan et al., 2023). The high-level layer estimates the wearer's motion intentions and decision-making; the middle level specifies sub-task control laws, and the low-level layer completes control through specific actuation mechanisms. The complete control process is a tightly integrated procedure; the challenge lies in the fact that the main differences for various tasks are centered on distinct motion rhythms and specific assistive torques. If we can bypass the process of motion intention decoding in the advanced controller and find a universal control strategy, it could significantly enhance the applicability of the exoskeleton. In this paper, we extract phase information from motion signals, collect joint torque data sets of walking actions, and use transfer learning methods to deploy to target tasks with a small amount of target data sets. During continuous task transitions, motion rhythm is the foundation of assistive mode switching; motion rhythm unifies the wearer's gait, and gait is a description of continuous motion events within a motion cycle. For wearable devices, such as exoskeleton robots, accurate gait events are particularly crucial for providing precise assistive force (Young et al., 2017; Kang et al., 2020; Murray et al., 2015). In Kawamoto et al. (2015), it is pointed out that asymmetric gait can lead to the following negative effects: (1) a decrease in dynamic control balance capabilities, (2) increased energy consumption, (3) a reduction in overall activity levels. In the rehabilitation exoskeleton assistive system of Aguirre-Ollinger et al. (2019), the authors use the kinematic trajectory of a healthy wearer as a reference trajectory. However, the gait characteristics of patients may differ significantly from those of healthy wearers, and compensatory movements of the hip joint by healthy wearers result in a trajectory that may not be the optimal gait trajectory relative to the patient (Qian et al., 2022). Similar time-based estimation methods match different sensor outputs with gait events (Nazmi et al., 2019; Hao et al., 2019), which although simple and practical, cannot be used in variable speed and model scenarios and have limitations. Adaptive oscillators (AO) are a model-free phase estimation method (Seo et al., 2015), which can use past motion trajectories to predict the next action, thereby estimating the gait cycle (Murray et al., 2015). This method is used to describe gait events with continuous cycles and has been proven to possess strong adaptability and robustness.

In the realm of exoskeleton robotics, traditional models have predominantly focused on facilitating a singular type of motion (Liang et al., 2024; Huang et al., 2019; Zhang et al., 2024). An active assistance control approach, termed assist-as-needed (AAN), has been posited (Shahbazi et al., 2018). However, the development of a universal AAN algorithm has a formidable challenge. Torque assistance control can generally be categorized into model-based and feedback-based control strategies. For instance, Zhang et al. (2017) and Franks et al. (2021) have employed a Human-in-the-loop controller, which, while effective, necessitates an extended learning period and lacks the adaptability to real-time motion variations. Another approach, based on model predictive control (MPC), has achieved on-the-fly transitions between modes of assistance by leveraging physically-driven models (Aguirre-Ollinger et al., 2019), but encounter nonlinear scenarios, it can be difficult to build an accurate model (Liang et al., 2022). Data-driven methods, as seen in Caulcrick et al. (2021), identify the mapping relationship between phase and assistive force, offering a viable solution that eschews complex sensor suites (Molinaro et al., 2024). However, these approaches typically require extensive datasets for training, which may incur significant costs in specific tasks. Research has demonstrated that walking and waterstroke motions share substantial similarities (Wang et al., 2020), both being describable as repetitive cyclical movements achieve the potential of transferable such analogous motion patterns is promising. In this work, to achieve controller nesting, we have designed a deep network model based on transfer learning strategies, employing a TCN-LSTM-based recurrent neural network architecture, which significantly enhances the representational capacity for sequential data (Hochreiter and Schmidhuber, 1997). Leveraging above-mentioned network models, our approach enables adaptive control for a variety of periodic motions, significantly reducing the reliance on large datasets and based on this, we believe that through this transfer learning framework, knowledge acquired in one domain (such as walking) can be transferred to another domain (such as deep space exploration), enabling rapid adaptation and enhancement of performance.

Based on the above problems, in this work, we designed an assistive evaluation framework that can be applied to amphibious exoskeleton.

(1) An adaptive Ao controller is proposed, which can effectively converge and quickly track changing periodic signals to achieve fast scene switching; In addition, after the scene switch is identified, a multi-step prediction strategy based on the Ao model is designed, which effectively accelerates the convergence speed through the recurrence of the current cycle to achieve fast help.

(2) We propose a deep network model based on TCN-LSTM neural network architecture, which enhances the representation capability of sequence data. By utilizing transfer learning strategies, we explore the potential for nesting circular-like movement patterns, such as walking and swimming, because of their inherently cyclical nature. Our model adapts to similar periodic motion with minimal data set requirements, so as to realize adaptive auxiliary control of lower limb periodic motion for multiple scenes with limited data.

(3) We have designed an sEMG signal-based assistive assessment experiment. By statistically analyzing the frequency change rate of the sEMG signals before and after each batch of experiments, it is possible to determine the degree of fatigue of the muscle group in question. Through control experiments, we can demonstrate whether our exoskeleton's assistance strategy can make the subjects feel more relaxed.

The structure of this paper is as follows: the second section describes the data set and experimental platform design in detail, the third section introduces the adaptive oscillator and the hip moment estimation network, the fourth section shows the experimental results, and the fifth section summarizes the work.

2 Design

This section will be composed of several parts from the experimental use of lower limb exoskeleton robot design, data acquisition, control framework: adaptive oscillator (AO) and long short-term memory network and time Convolutional network (TCN-LSTM) control framework, aiming to introduce the hardware to software content of this work.

2.1 Experimental platform

To Meet the needs and challenges of underwater and land multi-scenario applications, the following principles need to be determined (Wang et al., 2024, 2023): First, the weight of the exoskeleton should be designed to be light, reduce the environmental impact caused by counterweight problems, and improve underwater operation mobility; Secondly, the exoskeleton should have ergonomic characteristics adapted to different lower limb lengths; Finally, the exoskeleton should be combined with the motion mode to limit the actual joint drive, such as the hip Angle of the water stroke action should be between [-40°, 40°], which is based on the human kinematics (Nakashima et al., 2015) to ensure safety.

In this paper, we designed a wire-driven flexible lower limb exoskeleton (Xiangyang et al., 2024) as Figure 1. The executive motor is placed on the back of the exoskeleton, and the joint is lifted by an inner Bowden cable to achieve power. The motor and driver used in this system are self-developed products, and the motor Angle can be output through the embedded encoder. The motion sensor is based on Wit-9073 (Witmotion Company), and the attitude quaternion is output. We chose to place sensors on the back, left knee joint, and right knee joint of the robot as feature sources, which have been proven to be the most important locations for determining classification accuracy (Sang et al., 2018). The inertial sensor architecture consists of a Speedgoat real-time target machine, a high-precision nineaxis sensor, and a power circuit. The inertial sensor establishes real-time communication with the controller through the EtherCAT bus.

Figure 1
www.frontiersin.org

Figure 1. Exoskeleton assistance frame. From left to right is sEmg acquisition and analysis, the application scenario selection, exoskeleton equipment and sensor position; Through the motion sensor placed in the hip and knee, the attitude quaternions are output to the AOs controller. The Aos controller will first change the data in the frequency domain and high-pass filtering, and then realize the phase division. Through pre-training, the TCN-LSTM network outputs a desired torque to the exoskeleton using the input phase, and the wearer can actively adjust the power sensation according to their own stiffness to achieve a closed loop of power control.

The sampling frequency of the sensor is configured to be 1,000 Hz, and it will be turned on simultaneously after initialization to ensure information synchronization. The position of the sensor is fixed. To ensure the accuracy of the experimental results, we conducted several experiments and readjusted the position of the sensor before each experiment to prevent the sliding or instability of the sensor from affecting the experimental results.speedgoat is a system developed based on matlab-simulink, which provides a variety of communication protocol interfaces. The motor and sensor use ethercat bus for communication. Through the DataInspector interface inside simulink, signals of each channel can be read online to complete data acquisition.

The electromyography (EMG) sensors utilized are products from Delsys Corporation. Each sensor has an extremely light weight of only 14 grams, and they can be worn without the need for electrode pads. They are connected to an upper computer that has built-in filtering and noise reduction functions. Moreover, they have interfaces for kinematics and motion capture, and the collected data is saved in XML format for later processing.

2.2 Data collection

In this experiment, in order to achieve the control goal under multiple scenarios, behavioral data under land and underwater scenarios were collected. The training data of land walking were collected from 8 subjects (age: 27 ± 5 years old, weight: 77 ± 32 kg, height: of 1.69 ± 0.11 m) in the paper (Luo et al., 2024). All participants had a walking gait, and there was no lower limb injury in the past 6 months. The experimenters walked at a speed of 0.75 m/s on the treadmill, and the walking method was in accordance with the habits of the subjects. The inertial sensor recorded the data at a frequency of 200 Hz.

Data of underwater freestyle swimming come from Swimsuit fluid simulation platform developed by Tokyo Institute of Technology, Japan (Liew et al., 2023). Human swimming is an unsteady flow process, involving fluid dynamics (CFD) analysis. The former obtains experimental data through image velocity measurement (PIV) (Equation 1). Where Δx represents the shift of the marker in Δt time, PIV acquisition device generally includes multiple high-speed cameras, a laser (Nd:YAG lasers are commonly used) controlled by an optical system, and a precision synchronizer, which coordinates the operation of the cameras and the laser, ensuring precise timing and synchronization for the processes involved.

CFD is a numerical method to solve the Navier-Stokes equation describing fluid dynamics (Zawawi et al., 2018). The computational domain is divided into a large number of grids, and the velocity and pressure of the fluid are calculated based on the grid, so as to realize the discrete space. The mesh size needs to be less than the minimum vortex length, i.e., the Kolmogorov length scale η, which defind as (2), where v is the kinematic viscosity of the fluid, U is the characteristic velocity of the fluid, and Lis the characteristic length of the fluid.

u(x,t)=ΔX(x,t)Δt    (1)
η=(v3LU3)14    (2)

The Swumsuit takes into account common fluid properties such as added mass and unsteady fluid forces. Swimsuit has interfaces for human joint position, characteristics and kinematic Settings, and the simulation performance error of predicting the time change of fluid force under the determined fluid force coefficient is less than 7.5%, which is generally satisfactory. We collected the body information as follows: (height: 1.65 m, weight: 50 kg), (height: 1.68 m, weight: 53 kg), (height: 1.75 m, weight: 64.5 kg), (height: 1.80 m, weight: 75 kg), with human data of different lower limb proportions, their movement trajectory was set as a standard freestyle movement, and the feet alternated up and down twice for one movement cycle, and the kinetic data was collected at a frequency of 100 Hz. Figure 2 shows the out-of-phase motion posture in one cycle.

Figure 2
www.frontiersin.org

Figure 2. Different phases of water striking action schematic diagram.

3 Method

3.1 AOs-based high-level controller

Adaptive oscillator was proposed by Righetti et al. (2006). Its purpose is to continuously estimate the periodic input signal characteristics (frequency, phase, amplitude). By learning the target signal, the system can still maintain a synchronous oscillation frequency with the previous one after removing the input after learning (Righetti et al., 2006).

As shown in Figure 1, AOs will estimate the gait phase in real time from the input kinematic signal. The controller consists of three modules (Figure 3). The input preprocessing module, the core of which is IIR filter; Phase Estimation module is composed of AOs Network and adaptive PD adjustment module for AOs parameters. The Scene Change module applies zero-crossing detection and multi-step prediction model output estimation phase to the output of the previous step.

Figure 3
www.frontiersin.org

Figure 3. Structrue of AOs controller.

3.1.1 Pre-process

An infinite impulse response (IIR) bandpass filtering mechanism is used to suppress the high frequency noise and DC bias in the signal. The filter is designed with a specific passband frequency range, i.e. 0.2–20 Hz, to preserve the main low-frequency dynamic features during motion. Subsequently, in order to mitigate computational discrepancies stemming from variable data magnitudes, as well as to avert convergence rate impediments in modeling due to possible numerical overflows within the signal, the signal amplitude is standardized and adjusted to the range of [-1, 1] to facilitate the standardized input of subsequent processing steps.

A consistent preprocessing strategy is also adopted for the Angle of the encoder output and the quaternion features obtained from the motion sensor. However, according to the characteristics of angular data and kinematic data, the parameters of amplitude normalization are adjusted respectively, so that the maximum response value of each signal can be close to the unit amplitude. Through this method, the aim is to achieve effective normalization of all kinds of signals.

3.1.2 Phase estimation

In Section 3.1, we introduce the application background of AO, and the mathematical derivation of AO will be introduced in detail in this section. The core of AO is to adjust the phase of the oscillator according to the error between the estimated frequency and the true frequency. When both frequencies are closed, the oscillator's signal is synchronized with the input signal. Firstly, the kinematic signal u(t) is estimated as sine function superposition based on Fourier transform:

û(t)=α0(t)+i=1Nαi(t)sin(ϕi(t))    (3)

In the given equation, û(t) represents the reconstructed signal of the oscillator, αi(t) and ϕi(t) denote the amplitude and phase of the i-th harmonic, respectively, while α0(t) is an integrator used to learn the offset of the oscillator signal. Additionally, the characteristics of the signal can be specifically calculated through the following formula:

ϕ˙i(t)=iω(t)+kϕe(t)j=0Nαj(t)cos(ϕi(t))    (4)
(t)=kωe(t)j=0Nαj(t)cos(ϕ1(t))    (5)
α˙i=kαe(t)sin(ϕi(t))    (6)
α˙0=k0e(t)    (7)
e(t)=u(t)-û(t)    (8)

Where i is the harmonic number, ω(t) is the base frequency estimated by the oscillator, and e(t) is the error between the oscillator's estimated output and the actual output, which represents the degree of convergence of each variable to the input. Kω, K0, Kα are learning rate coefficients, which determine the learning speed of the model. The PD Parameter Colltroller adjusts the above parameters. With the PD controller, the AOs model can adapt effectively without flying when facing environment-task (frequency) changes. This ensures security and completes adaptive task switching, Enhancing model transferability.

According to the experiment, we find that the kinematics curve of human walking task is similar to sine wave, and setting n to 2 will have better tracking effect. In underwater fetching tasks, because of the strong nonlinearity, setting n to 3 will have a better effect.

3.2 LSTM-TCN-based mid-level controller

3.2.1 Overview

In the first section, we explained the feasibility of data-driven exoskeleton power, and this section will specifically introduce the Mid-Level architecture based on the LSTM-TCN model.

Torque regression is a common sequential task, and a large number of studies have proved that recurrent neural networks (RNN) have a good performance in dealing with such problems (Molinaro et al., 2022; Mundt et al., 2020; Dorschky et al., 2020). LSTM structures control the flow of information and learn long-term dependence of long and short term memory units by designing input gates, forgetting gates and output gates. Temporal and spatial convolutional networks (TCN) employ causal convolution and extended convolution to capture local features and process translation invariance in data. Compared to the traditional CNN framework, TCN can also capture the causal relationship of the sequence, which has significant advantages when dealing with time series data (Pratap et al., 2024), which making TCN perform well in short-term features (Molinaro et al., 2024).

In addition, TCN has simple structure and advantages in efficiency, and adding residual connections can effectively avoid the problem of gradient disappearance (Gan et al., 2021; Bai et al., 2018). However, in the capture of long-term relationships, because TCN can only improve the learning ability by increasing the depth of the network, no state information of previous layers is retained between each convolutional layer. Compared with the unique gating mechanism of LSTM, the latter is more suitable for processing data with high contextual correlation.

In this paper, we construct a TCN-LSTM model to predict joint torques based on phase and historical data. The model consists of three parts: input layer, feature extraction layer and output layer. The input layer manages the data input of each channel; The feature extraction layer is composed of three layers of TCN, which have the same number of filters and kernel size, and the expansion factor is 1,2,4. dropout is added after each convolutional layer to avoid overfitting. After the TCN layer, time features are extracted through two layers of LSTM model. Through the above series of nonlinear transformations of the input layer data, the deep features are extracted. The output layer is composed of two fully connected layers, and the result is predicted by dimensional transformation. This model not only contains the understanding of medium and long-term dependencies and complex patterns of time series data, but also has a stronger ability to express short-term features. The working flow chart of this model is shown in Figure 4.

Figure 4
www.frontiersin.org

Figure 4. TCN-LSTM network overall flow chart of model.

3.2.2 Temporal convolutional network (TCN)

The application of time series data in neural networks requires data to be transformed into sequences. Generally, the sliding window method is adopted to segment the data set and obtain an input sequence as the input feature. Input features and output labels of the time series regression problem need to be presented and defined (Benson et al., 2020) for the TCN-LSTM model. The time window is equal to the number of samples in one period to predict the next observation results, and the input and output of the data set are divided through a sliding window. Figure 5 shows the sliding window process for our one-step time series.

Figure 5
www.frontiersin.org

Figure 5. Sliding windows process. The window size is 100 ms and the window stride is 50 ms.

Sequence modeling tasks require the ability to capture continuous data, understand the coherence of the data along its expansion direction, and comply with causal constraints, that is, the prediction of the current moment cannot be based on the input of the future moment (Wei et al., 2024). TCN is an advanced sequence modeling framework designed for processing sequence data with causal relationships. Compared to traditional recurrent neural network (RNN), TCN provides a novel way to capture dynamic features in time series while following the principle of causality.

TCN achieves these requirements through a range of innovative technologies. Firstly, TCNs uses causal convolution, a special convolution operation that ensures that the direction of the sequence follows the predicted causal law. Secondly, TCN uses extended convolution to increase the model's receptive field, which enables the network to capture longer time dependencies with fewer parameters (Cheng et al., 2021). For a one-dimensional input sequence X, the extended convolution operation F can be expressed by the Equation 9. Finally, TCN uses residual connection to alleviate the problem of gradient disappearance in deep network training and improve the learning ability of the model (Zhou et al., 2019). Specifically, the TCN structure is shown in Figure 6, which contains three hidden layers, each of which is composed of two expanded convolution layers, two batch normalization layers, two dropout, two Relu activation layers and a residual link layer.

F(s)=(x*df)(s)=i=1k-1f(i)·xs-d·i    (9)
Figure 6
www.frontiersin.org

Figure 6. The struct of TCN network.

3.2.3 Long short-term memory network (LSTM)

LSTM network is A variant of RNN structure, which adjusts hidden neurons in RNN into a special gate structure, enabling it to capture long-term dependencies in time series data (Molinaro et al., 2022). This gate structure corresponds to the “A” module in Figure 4. The internal structure of concrete containing unit state Ct, input door it, output door ot and forget ft. The flow of LSTM information depends on the special internal state (Shahbazi et al., 2018). The current input Xt will concat operation with the output ht−1 of the previous layer. ft selectively forgets the information of the previous moment to control the loss degree of Ct. it selectively records the information of Xt into Ct; ot controls the amount of information corresponding to external output ht at the current time. Let Xt be The input at the current time, and the output through the network is ht. The formula for calculating LSTM is as follows (10) to (15) (Zhou et al., 2019).

ft=σ(Wf·[ht-1,xt]+bf)    (10)
it=σ(Wi·[ht-1,xt]+bi)    (11)
C~t=tanh(WC·[ht-1,xt]+bC)    (12)
Ct=ftCt-1+itC~t    (13)
ot=σ(Wo·[ht-1,xt]+bo)    (14)
ht=ottanh(Ct)    (15)

4 Result

4.1 Model evaluation

In Section 2.2, we introduced the collection process of the data set. In off-line training and testing, we divided the data according to 80% training set and 20% test set. TCN-LSTM network is composed of one LSTM layer, three TCN convolutional layers, and a fully connected layer. The activation function used is ReLU, and the network is trained using stochastic gradient descent with a batch size set to 64 and an initial learning rate of 0.001. In off-line testing, we focused on the accuracy of the torque estimate returned by the TCN-LSTM model. Figure 7 shows the predicted stride length of the single sagittal leg of the hip in different modes (Walking, Runing, Swiming) (Red Line), and the true value of each data (Black Line) is also shown.

Figure 7
www.frontiersin.org

Figure 7. Estimating representative hip moments have the TCN-LSTM model, and forecast the output of the hip joint torque (red line), truth value (black line).

The statistical results are shown in Figure 8. The models of walking action (RMSE = 0.089) and swimming action (RMSE = 0.083) show better performance, and the trough in walking mode have certain uncertainties, which may be related to the speed and habits of different subjects during movement. In general, the TCN-LSTM model accurately fits the changes of hip moment in different stages under different periodic movements.

Figure 8
www.frontiersin.org

Figure 8. The predictive performance of the TCN-LSTM model across walking and swimming activities, (A) highlighting the RMSE and R2 scores. The RMSE values are 8.9% for walking and 8.3% for swimming (the lower percentages indicating higher accuracy). (B) The R2 values are 0.87 for walking and 0.89 for swimming (the higher values represent better model fit).

There have been extensive studies on hip torque estimation under offline conditions (Kang et al., 2020; Mundt et al., 2021), but in online applications, dynamic verification under real environment interaction plays a crucial role in evaluating the performance of the control framework. In the following chapters, we will evaluate the helpability of online applications by sEMG.

4.2 Evaluation of exoskeleton assisted performance based on EMG signals

Muscle fatigue results in a degradation of physical movement ability, and while the manifestation of muscle fatigue can differ, there are still commonalities that can be identified through statistical features. Historically, researchers have utilized characteristics such as the amplitude of EMG signals and their spectral shift from high to low frequencies. The prevailing perspective is to examine whether there is a significant reduction in the median and mean frequencies of EMG signals over time as key indicative features (Haddad and Mirka, 2013).

The present experimental investigation aims to validate the efficacy and assess the generalizability of a supportive framework. Electromyographic signals were harvested from a cohort comprising seven participants (six male and one female) engaged in locomotion and incline walking on a treadmill at a velocity of 2 m per second. Kinematic trajectories of the hip joint, ascertained during both walking and incline walking, demonstrated analogous attributes; moreover, incline walking was observed to precipitate fatigue in the participants at a more accelerated rate compared to flat walking, potentially augmenting the discernible outcomes within the framework of our validation. The electromyographic data were procured via six channels, each aligned with the rectus femoris, tibialis anterior, and gastrocnemius muscles of the lower limbs. The sensors operated at a sampling frequency of 1000 Hz, and the raw electromyographic signals underwent band-pass filtration within the bandwidth of 10 Hz to 499 Hz to eliminate noise.

In this study, we established a control experiment without the use of an exoskeleton and with the use of an exoskeleton without assistance for the same task. Each experiment lasted for five minutes, with a ten-minute break between groups. As depicted in Figure 9, from top to bottom, they illustrate the raw (EMG) signals for six different motion modes: No Exoskeleton Climb (NEC), Exoskeleton without Assist Climb (EWC), Exoskeleton Assist Climb (EAC), No Exoskeleton Walk (NEW), Exoskeleton without Assist Walk (EWW), and Exoskeleton Assist Walk (EAW). From left to right, the signals represent the Gastrocnemius, Tibialis, and Rectus femoris channels, corresponding to three distinct pathways. Among these, the Gastrocnemius and Tibialis muscles exhibit more pronounced activation, This perhaps indicates that they are more involved in force generation. We also recorded the fatigue node of the subject's subjective feedback, and calculated fatigue quantitatively by using a feature based on median frequency proposed in Chand et al. (2023). The former verified the relationship between muscle fatigue with task load and repetitive movements based on this method, and we combined the them to evaluate the effect of the exoskeleton on the Subject's body.

Figure 9
www.frontiersin.org

Figure 9. Original sEMG signals of various motion patterns.

The average value of the input signal was subtracted from each sample point to eliminate the deterministic trend effect. We designed a short-time Fourier transform with a window length of 30,00 sampling points. Accumulated experimental evidence suggests that a sampling size of 3000 points is typically adequate to encompass an entire motion cycle, thereby facilitating a comprehensive analysis of periodic attributes, which is essential for accurate characterization of the motion's periodic nature. and by averaging every three adjacent points, we obtained a frequency curve that varies over time, as shown in Figure 10. Although we collected electromyographic signals from three distinct muscular regions, the gastrocnemius has been established in prior research as the predominant muscle group engaged during lower limb ambulation (De Luca, 1984). Through observation of this dominant muscle group, we can more clearly discern variations in the degree of fatigue.

Figure 10
www.frontiersin.org

Figure 10. Comparison of sEMG frequency change rates for climbing and walking movements: a visual representation of three modes (A) without exoskeleton, (B) with exoskeleton without assistance, (C) with exoskeleton assistance for climbing, (D) without exoskeleton, (E) with exoskeleton without assistance, and (F) with exoskeleton assistance for walking.

We conducted a comprehensive statistical analysis focusing on the fatigue contours of electromyographic (EMG) signals for each subject, as depicted in Figure 11. This analysis involved calculating the rate of change in average frequency for each channel under various conditions. Our findings revealed a consistent negative linear relationship between the overall muscle frequency and the progression of fatigue, which aligns with the frequency decay gradient reported by Chand et al. (2023).

Figure 11
www.frontiersin.org

Figure 11. Overall fatigue profile change rate and fatigue profile change rate of each channel.

Specifically, we observed a significant decline in the rate of muscle frequency change for conditions involving exertion compared to normal conditions: 8.948% for climb_work versus climb_wear, and 7.442% for climb_normal. Similarly, for walking activities, the decline was 11.687% for walk_work versus walk_wear, and 11.058% for walk_normal. These results suggest that the exoskeleton provides substantial assistance, enhancing performance and energy efficiency during tasks that would otherwise be fatiguing when performed without the support of an exoskeleton.

The observed negative linear relationship can be attributed to the manifestation of muscle fatigue, which is reflected in the reduced efficiency of muscle contractions. As muscle contraction efficiency decreases, the muscle's ability to generate force during elongation diminishes, leading to a decrease in the frequency and amplitude of the EMG signals (Haddad and Mirka, 2013). This effect is particularly pronounced in the dominant muscle groups, as they bear a greater load and exhibit more noticeable changes in average frequency.

Conversely, for muscle groups that are less dominant or have a weaker association with the specific movement pattern, the expected negative linear relationship may not be as apparent in our experiments. This variability could be attributed to factors such as the duration of the activity and individual differences in movement habits and biomechanics.

5 Disscussion

1. For source datasets with smaller samples, if the target task is complex, it may lead to poor transfer learning effects. In our subsequent research, we plan to delve into and address the challenges of small sample source datasets in transfer learning.

2. While simulated environments provide a controlled and efficient way to collect data, there are still differences between these conditions and those in the real world, For our forthcoming experiments, we intend to incorporate waterproof six-axis force sensors to gather data from authentic environments, thereby leveraging the strengths of both simulated and real-world data to bolster the model's robustness.

3. In the results, we found that the activation of the gastrocnemius muscle during lower limb movement is significantly more pronounced than that of other muscle groups. This could be related to the exercise modality we chose, as well as factors such as the fatigue resistance characteristics of different muscles. In our future work, we will expand our research to cover these areas.

6 Conclusion

The control strategy of the exoskeleton robot proposed in this paper can effectively improve the applicability and robustness of the exoskeleton robot in different scenarios by combining adaptive oscillator and deep learning model. The experimental results show that the control strategy not only reduces the lower extremity work cost of the wearer, but also improves the movement efficiency and comfort of the wearer. Specific contributions include: Adaptive AOs controller: Fast and accurate estimation of the wearer's motion phase, providing real-time motion intent feedback for the exoskeleton robot. TCN-LSTM model: Through transfer learning strategy, the model can adapt to different periodic motion patterns, and achieve accurate assistance to hip torque. Multi-scene application verification: Through the analysis of the frequency change rate of EMG signal, the fatigue degree of the subjects was assessed. Through the controlled experiment, the effectiveness of the control strategy in the walking scene in different modes was verified.

Cross-task, cross-scenario operation: The design of the control framework allows the exoskeleton robot to demonstrate powerful performance in multiple tasks and environments, reducing the reliance on extensive data sets and complex sensor suites. Future work will focus on further optimizing control strategies, improving the system's adaptive and user-customized capabilities, and exploring more application scenarios, such as Under analogous kinematic patterns, the deployment of exoskeleton assistance models in environments characterized by unknown gravitational accelerations, such as in deep space, or in conditions with fluid pressure-induced perturbations, such as during deep-sea diving, presents unique challenges. However, employing a transfer learning strategy to formulate a control framework for these contexts is deemed to be promising. In the case of deep space, the unknown gravitational forces may introduce complexities in movement dynamics that are not present on Earth. Similarly, the hydrodynamic pressures in deep-sea conditions can cause disturbances that affect the kinesthetic feedback and load management of exoskeleton systems. Despite these challenges, the transfer learning approach, by its nature, is adept at generalizing across different physical contexts, making it a potent tool for developing robust control frameworks that can adapt to these unknowns.

In addition, the research team will continue to explore the application of deep learning models in the recognition and prediction of different motion patterns to achieve more intelligent and personalized robotic assistance systems for exoskeletons.

Data availability statement

The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.

Ethics statement

The studies involving humans were approved by Human Experiment Ethics Management Committee, Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences. The studies were conducted in accordance with the local legislation and institutional requirements. Written informed consent for participation was not required from the participants or the participants' legal guardians/next of kin in accordance with the national legislation and institutional requirements.

Author contributions

SW: Writing – original draft, Writing – review & editing, Conceptualization, Investigation. YY: Writing – original draft, Writing – review & editing, Conceptualization, Data curation, Methodology. XL: Data curation, Formal analysis, Writing – review & editing. PQ: Data curation, Writing – review & editing. XWa: Data curation, Writing – review & editing. JS: Software, Writing – review & editing. CC: Supervision, Writing – review & editing. XWu: Project administration, Resources, Supervision, Writing – review & editing.

Funding

The author(s) declare financial support was received for the research, authorship, and/or publication of this article. This work was supported in part by the National Key R&D Program of China under Grant 2022YFB4703504 and 2022YFC3601704, in part by the National Natural Science Foundation of China under Grant 62273325, 62303444, and 62125307, in part by the NSFC-Shenzhen Robotics Research Center Project under Grant U2013207, in part by the China Postdoctoral Science Foundation under Grant GZC20232866 and 2023M743691, and in part by the Shenzhen Science and Technology Program (RCBS20231211090614029).

Acknowledgments

The authors would extend our sincere appreciation to all the individuals who generously took part in our experiments, as well as the dedicated members of the SIAT exoskeleton team.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Aguirre-Ollinger, G., Narayan, A., and Yu, H. (2019). Phase-synchronized assistive torque control for the correction of kinematic anomalies in the gait cycle. IEEE Trans. Neural Syst. Rehabil. Eng. 27, 2305–2314. doi: 10.1109/TNSRE.2019.2944665

PubMed Abstract | Crossref Full Text | Google Scholar

Bai, S., Kolter, J. Z., and Koltun, V. (2018). An empirical evaluation of generic convolutional and recurrent networks for sequence modeling. CoRR [preprint] CoRR abs/1803.01271. doi: 10.48550/arXiv.1803.01271

PubMed Abstract | Crossref Full Text | Google Scholar

Benson, B., Pan, W. D., Prasad, A., Gary, G. A., and Hu, Q. (2020). Forecasting solar cycle 25 using deep neural networks. Solar Phys. 295:65. doi: 10.1007/s11207-020-01634-y

Crossref Full Text | Google Scholar

Caulcrick, C., Huo, W., Franco, E., Mohammed, S., Hoult, W., and Vaidyanathan, R. (2021). Model predictive control for human-centred lower limb robotic assistance. IEEE Trans. Med. Robot. Bionics 3, 980–991. doi: 10.1109/TMRB.2021.3105141

Crossref Full Text | Google Scholar

Chand, S., McDaid, A., and Lu, Y. (2023). Dynamic muscle fatigue assessment using s-emg technology towards human-centric human-robot collaboration. J. Manufact. Syst. 68, 508–522. doi: 10.1016/j.jmsy.2023.05.022

Crossref Full Text | Google Scholar

Cheng, W., Wang, Y., Peng, Z., Ren, X., Shuai, Y., Zang, S., et al. (2021). High-efficiency chaotic time series prediction based on time convolution neural network. Chaos, Solit. Fractals 152:111304. doi: 10.1016/j.chaos.2021.111304

Crossref Full Text | Google Scholar

Choi, H., Park, Y. J., Seo, K., Lee, J., Lee, S., and Shim, Y. (2018). A multifunctional ankle exoskeleton for mobility enhancement of gait-impaired individuals and seniors. IEEE Robot. Automat. Lett. 3, 411–418. doi: 10.1109/LRA.2017.2734239

Crossref Full Text | Google Scholar

De Luca, C. J. (1984). Myoelectrical manifestations of localized muscular fatigue in humans. Crit. Rev. Biomed. Eng. 11, 251–279.

Google Scholar

Dorschky, E., Nitschke, M., Martindale, C. F., van den Bogert, A. J., Koelewijn, A. D., and Eskofier, B. M. (2020). Cnn-based estimation of sagittal plane walking and running biomechanics from measured and simulated inertial sensor data. Front. Bioeng. Biotechnol. 8:604. doi: 10.3389/fbioe.2020.00604

PubMed Abstract | Crossref Full Text | Google Scholar

Franks, P. W., Bryan, G. M., Martin, R. M., Reyes, R., Lakmazaheri, A. C., and Collins, S. H. (2021). Comparing optimized exoskeleton assistance of the hip, knee, and ankle in single and multi-joint configurations. Wearable Technol. 2:e16. doi: 10.1017/wtc.2021.14

PubMed Abstract | Crossref Full Text | Google Scholar

Gan, Z., Li, C., Zhou, J., and Tang, G. (2021). Temporal convolutional networks interval prediction model for wind speed forecasting. Electric Power Syst. Res. 191:106865. doi: 10.1016/j.epsr.2020.106865

PubMed Abstract | Crossref Full Text | Google Scholar

Haddad, O., and Mirka, G. A. (2013). Trunk muscle fatigue and its implications in emg-assisted biomechanical modeling. Int. J. Ind. Ergon. 43, 425–429. doi: 10.1016/j.ergon.2013.08.004

Crossref Full Text | Google Scholar

Hao, M., Chen, K., and Fu, C. (2019). Smoother-based 3-D foot trajectory estimation using inertial sensors. IEEE Trans. Biomed. Eng. 66, 3534–3542. doi: 10.1109/TBME.2019.2907322

PubMed Abstract | Crossref Full Text | Google Scholar

Hochreiter, S., and Schmidhuber, J. (1997). Long short-term memory. Neural Comput. 9, 1735–1780. doi: 10.1162/neco.1997.9.8.1735

PubMed Abstract | Crossref Full Text | Google Scholar

Huang, R., Cheng, H., Qiu, J., and Zhang, J. (2019). Learning physical human–robot interaction with coupled cooperative primitives for a lower exoskeleton. IEEE Trans. Automat. Sci. Eng. 16, 1566–1574. doi: 10.1109/TASE.2018.2886376

Crossref Full Text | Google Scholar

Kang, I., Kunapuli, P., and Young, A. J. (2020). Real-time neural network-based gait phase estimation using a robotic hip exoskeleton. IEEE Trans. Med. Robot. Bionics 2, 28–37. doi: 10.1109/TMRB.2019.2961749

PubMed Abstract | Crossref Full Text | Google Scholar

Kawamoto, H., Kadone, H., Sakurai, T., and Sankai, Y. (2015). “Modification of hemiplegic compensatory gait pattern by symmetry-based motion controller of hal,” in 2015 37th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC) (Milan: IEEE), 4803–4807. doi: 10.1109/EMBC.2015.7319468

PubMed Abstract | Crossref Full Text | Google Scholar

Li, Z., Yuan, Y., Luo, L., Su, W., Zhao, K., Xu, C., et al. (2019). Hybrid brain/muscle signals powered wearable walking exoskeleton enhancing motor ability in climbing stairs activity. IEEE Trans. Med. Robot. Bionics 1, 218–227. doi: 10.1109/TMRB.2019.2949865

Crossref Full Text | Google Scholar

Liang, X., He, G., Su, T., Wang, W., Huang, C., Zhao, Q., et al. (2022). Finite-time observer-based variable impedance control of cable-driven continuum manipulators. IEEE Trans. Human-Mach. Syst. 52, 26–40. doi: 10.1109/THMS.2021.3129708

Crossref Full Text | Google Scholar

Liang, X., Yan, Y., Wang, W., Su, T., He, G., Li, G., et al. (2024). Adaptive human-robot interaction torque estimation with high accuracy and strong tracking ability for a lower limb rehabilitation robot. IEEE ASME Trans. Mechatron. 1–12. doi: 10.1109/TMECH.2024.339449110.1109/TMECH.2024.3394491

Crossref Full Text | Google Scholar

Liew, B. X. W., Rügamer, D., Mei, Q., Altai, Z., Zhu, X., Zhai, X., et al. (2023). Smooth and accurate predictions of joint contact force time-series in gait using over-parametrised deep neural networks. Front. Bioeng. Biotechnol. 11:1208711. doi: 10.3389/fbioe.2023.1208711

PubMed Abstract | Crossref Full Text | Google Scholar

Luo, S., Jiang, M., Zhang, S., Zhu, J., Yu, S., Dominguez Silva, I., et al. (2024). Experiment-free exoskeleton assistance via learning in simulation. Nature 630, 353–359. doi: 10.1038/s41586-024-07382-4

PubMed Abstract | Crossref Full Text | Google Scholar

Molinaro, D. D., Kang, I., Camargo, J., Gombolay, M. C., and Young, A. J. (2022). Subject-independent, biological hip moment estimation during multimodal overground ambulation using deep learning. IEEE Trans. Med. Robot. Bionics 4, 219–229. doi: 10.1109/TMRB.2022.3144025

Crossref Full Text | Google Scholar

Molinaro, D. D., Kang, I., and Young, A. J. (2024). Estimating human joint moments unifies exoskeleton control, reducing user effort. Sci. Robot. 9:eadi8852. doi: 10.1126/scirobotics.adi8852

PubMed Abstract | Crossref Full Text | Google Scholar

Mundt, M., Johnson, W. R., Potthast, W., Markert, B., Mian, A., and Alderson, J. (2021). A comparison of three neural network approaches for estimating joint angles and moments from inertial measurement units. Sensors 21:4535. doi: 10.3390/s21134535

PubMed Abstract | Crossref Full Text | Google Scholar

Mundt, M., Koeppe, A., David, S., Witter, T., Bamer, F., Potthast, W., et al. (2020). Estimation of gait mechanics based on simulated and measured imu data using an artificial neural network. Front. Bioeng. Biotechnol. 8:41. doi: 10.3389/fbioe.2020.00041

PubMed Abstract | Crossref Full Text | Google Scholar

Murray, S. A., Ha, K. H., Hartigan, C., and Goldfarb, M. (2015). An assistive control approach for a lower-limb exoskeleton to facilitate recovery of walking following stroke. IEEE Trans. Neural Syst. Rehabil. Eng. 23, 441–449. doi: 10.1109/TNSRE.2014.2346193

PubMed Abstract | Crossref Full Text | Google Scholar

Nakashima, M., Ono, A., and Nakamura, T. (2015). Effect of knee joint motion for the transfemoral prosthesis in swimming. J. Biomech. Sci. Eng. 10, 15–00375. doi: 10.1299/jbse.15-00375

Crossref Full Text | Google Scholar

Narayan, J., Auepanwiriyakul, C., Jhunjhunwala, S., Abbas, M., and Dwivedy, S. K. (2023). Hierarchical classification of subject-cooperative control strategies for lower limb exoskeletons in gait rehabilitation: a systematic review. Machines 11:764. doi: 10.3390/machines11070764

Crossref Full Text | Google Scholar

Nazmi, N., Abdul Rahman, M. A., Yamamoto, S.-I., and Ahmad, S. A. (2019). Walking gait event detection based on electromyography signals using artificial neural network. Biomed. Signal Process. Control 47, 334–343. doi: 10.1016/j.bspc.2018.08.030

Crossref Full Text | Google Scholar

Pratap, S., Narayan, J., Hatta, Y., Ito, K., and Hazarika, S. M. (2024). Glove-net: enhancing grasp classification with multisensory data and deep learning approach. Sensors 24:4378. doi: 10.3390/s24134378

PubMed Abstract | Crossref Full Text | Google Scholar

Qian, Y., Yu, H., and Fu, C. (2022). Adaptive oscillator-based assistive torque control for gait asymmetry correction with a nsea-driven hip exoskeleton. IEEE Trans. Neural Syst. Rehabil. Eng. 30, 2906–2915. doi: 10.1109/TNSRE.2022.3213810

PubMed Abstract | Crossref Full Text | Google Scholar

Righetti, L., Buchli, J., and Ijspeert, A. J. (2006). Dynamic hebbian learning in adaptive frequency oscillators. Physica D: Nonlinear Phenom. 216, 269–281. doi: 10.1016/j.physd.2006.02.009

Crossref Full Text | Google Scholar

Sang, V. N. T., Yano, S., and Kondo, T. (2018). On-body sensor positions hierarchical classification. Sensors 18:3612. doi: 10.3390/s18113612

PubMed Abstract | Crossref Full Text | Google Scholar

Seo, K., Hyung, S., Choi, B. K., Lee, Y., and Shim, Y. (2015). “A new adaptive frequency oscillator for gait assistance,” in 2015 IEEE International Conference on Robotics and Automation (ICRA) (Seattle, WA: IEEE), 5565–5571.

Google Scholar

Shahbazi, M., Atashzar, S. F., and Patel, R. V. (2018). A systematic review of multilateral teleoperation systems. IEEE Trans. Haptics 11, 338–356. doi: 10.1109/TOH.2018.2818134

PubMed Abstract | Crossref Full Text | Google Scholar

Tucker, M., Oliver, J., Pagel, A., Bleuler, H., Bouri, M., Lambercy, O., et al. (2015). Control strategies for active lower extremity prosthetics and orthotics: a review. J. Neuroeng. Rehabil. 12:1. doi: 10.1186/1743-0003-12-1

PubMed Abstract | Crossref Full Text | Google Scholar

Wang, Q., Zhou, Z., Zhang, Z., Lou, Y., Zhou, Y., Zhang, S., et al. (2020). An underwater lower-extremity soft exoskeleton for breaststroke assistance. IEEE Trans. Med. Robot. Bionics 2, 447–462. doi: 10.1109/TMRB.2020.2993360

Crossref Full Text | Google Scholar

Wang, X., Guo, S., and Bai, S. (2024). A cable-driven parallel hip exoskeleton for high-performance walking assistance. IEEE Trans Indust. Elect. 71, 2705–2715. doi: 10.1109/TIE.2023.3270494

Crossref Full Text | Google Scholar

Wang, X., Guo, S., Qu, B., and Bai, S. (2023). Design and experimental verification of a hip exoskeleton based on human-machine dynamics for walking assistance. IEEE Trans. Human-Mach. Syst. 53, 85–97. doi: 10.1109/THMS.2022.3217971

Crossref Full Text | Google Scholar

Wei, Q., Wu, B., Li, X., Guo, X., Teng, Y., Gong, Q., et al. (2024). Short-term motion prediction of a semi-submersible platform based on a combined prediction model. Ocean Eng. 307:118039. doi: 10.1016/j.oceaneng.2024.118039

Crossref Full Text | Google Scholar

Wu, X., Ma, Y., Yong, X., Wang, C., He, Y., and Li, N. (2021). Locomotion mode identification and gait phase estimation for exoskeletons during continuous multilocomotion tasks. IEEE Trans. Cognit. Dev. Syst. 13, 45–56. doi: 10.1109/TCDS.2019.2933648

Crossref Full Text | Google Scholar

Xiangyang, W., Xinyu, W., Chunjie, C., Jianquan, S., Yue, M., Sida, D., et al. (2024). A Wearable Motion Assistance Exoskeleton System for Marine Diving Operation. Shenzhen. 14.

Google Scholar

Yan, T., Cempini, M., Oddo, C. M., and Vitiello, N. (2015). Review of assistive strategies in powered lower-limb orthoses and exoskeletons. Rob. Auton. Syst. 64, 120–136. doi: 10.1016/j.robot.2014.09.032

Crossref Full Text | Google Scholar

Young, A. J., Foss, J., Gannon, H., and Ferris, D. P. (2017). Influence of power delivery timing on the energetics and biomechanics of humans wearing a hip exoskeleton. Front. Bioeng. Biotechnol. 5:4. doi: 10.3389/fbioe.2017.00004

PubMed Abstract | Crossref Full Text | Google Scholar

Zawawi, M. H., Saleha, A., Salwa, A., Hassan, N. H., Zahari, N. M., Ramli, M. Z., et al. (2018). A review: Fundamentals of computational fluid dynamics (CFD). AIP Conf. Proc. 2030:020252. doi: 10.1063/1.5066893

Crossref Full Text | Google Scholar

Zhang, J., Fiers, P., Witte, K. A., Jackson, R. W., Poggensee, K. L., Atkeson, C. G., et al. (2017). Human-in-the-loop optimization of exoskeleton assistance during walking. Science 356, 1280–1284. doi: 10.1126/science.aal5054

PubMed Abstract | Crossref Full Text | Google Scholar

Zhang, T., and Huang, H. (2018). A lower-back robotic exoskeleton: industrial handling augmentation used to provide spinal support. IEEE Robot. Automat. Magaz. 25, 95–106. doi: 10.1109/MRA.2018.2815083

Crossref Full Text | Google Scholar

Zhang, Y.-P., Cao, G.-Z., Li, L.-L., and Diao, D.-F. (2024). Interactive control of lower limb exoskeleton robots: a review. IEEE Sens. J. 24, 5759–5784. doi: 10.1109/JSEN.2024.3352005

Crossref Full Text | Google Scholar

Zhou, H., Zhang, Y., Yang, L., Liu, Q., Yan, K., and Du, Y. (2019). Short-term photovoltaic power forecasting based on long short term memory neural network and attention mechanism. IEEE Access 7, 78063–78074. doi: 10.1109/ACCESS.2019.2923006

Crossref Full Text | Google Scholar

Keywords: exoskeleton, EMG, neural network, wearable device, adaptive control, transferable scenario

Citation: Wang S, Yao Y, Lu X, Qin P, Wang X, Sun J, Chen C and Wu X (2024) Walking and scuba diving assisted amphibious exoskeleton robots: the designing of power assist control and myoelectricity based wearers' fatigue evaluation. Front. Neurosci. 18:1472184. doi: 10.3389/fnins.2024.1472184

Received: 29 July 2024; Accepted: 22 August 2024;
Published: 27 September 2024.

Edited by:

Shuang Liang, Nanjing University of Posts and Telecommunications, China

Reviewed by:

Bingfei Fan, Shanghai Jiao Tong University, China
Jyotindra Narayan, Imperial College London, United Kingdom
Xu Liang, Beijing Jiaotong University, China

Copyright © 2024 Wang, Yao, Lu, Qin, Wang, Sun, Chen and Wu. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Chunjie Chen, cj.chen@siat.ac.cn

These authors share first authorship

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.