1,781
Views
6
CrossRef citations to date
0
Altmetric
Article; Biotechnological Equipment

EEG-modulated robotic rehabilitation system for upper extremity

, , , , , , , & show all
Pages 795-803 | Received 22 Feb 2017, Accepted 03 Feb 2018, Published online: 10 Feb 2018

ABSTRACT

This paper presents a novel electroencephalogram (EEG)-triggered upper extremity training system. Motor imagery EEG of upper extremity movements is adopted to trigger the Barrett WAM to perform rehabilitation training for patients with stroke. We focus on fully exploring the patient's movement intention and attention from movement imagination EEG and controlling the WAM robot to perform training effectively. A position controller based on fuzzy logic is presented for the rehabilitation system to drive the WAM robot smoothly. Experimental results with seven participants are reported to show the feasibility and effectiveness of the robotic therapy system.

Introduction

Brain-computer interface (BCI) systems allow users to adopt the activity of the brain to control the environment [Citation1,Citation2]. In recent years, new solutions are being extensively sought to exploit the BCI advantages. Most of the work in this area only applies BCI to replace dysfunctional body parts or control external devices.

Due to the ageing of the world population, the number of people affected by stroke will increase substantially over the coming years. Stroke affects the quality of life of the patients in the workplace, home, and community.

In the past few years, many research institutes have developed robotic rehabilitation systems [Citation3,Citation4]. Depending on the patient's condition, programmable levels of assistance can be provided by a robot [Citation5,Citation6]. Moreover, the patient's rehabilitation process can be tracked and suggestions to the therapists can be made whenever necessary.

The existing robotic rehabilitation systems supply stroke patients with effective tools. However, the patient can usually only passively follow the recorded trajectories and the patient's attention processes and motor initiatives may not be fully explored. Moreover, for robot-aided rehabilitation therapy, the improvement in motor control of the impaired up limb may not result in a consistent improvement of the functional abilities of the stroke patients.

While robot-aided rehabilitation therapy constitutes the key factor in rehabilitation training, it plays a more and more important role in the rehabilitation of stroke [Citation7,Citation8]. Combing noninvasive BCI with robot-aided rehabilitation can be expected to have a major impact on rehabilitation therapy.

Jiang et al. [Citation9] developed a BCI system to detect the gait initiation from movement related cortical potentials. Electroencephalograph (EEG) signals from 9 healthy subjects were processed to adopt as templates. Artifacts were removed using independent component analysis and gait initiation was detected by a matched filter. The experimental results demonstrated that the intention of gait initiation could be extracted from EEG signals. This research laid a foundation for designing new gait therapy strategies. In [Citation10], a hybrid BCI system was utilized to drive functional electrical stimulation (FES) for hand rehabilitation in subjects with tetraplegia. The BCI system detected the participants’ intent and drove the FES device accurately. The participants received the BCI-based rehabilitation training in addition to traditional therapy. This paper showed the feasibility of BCI-FES using only two brain rhythms, and the sensory imagery could be enhanced by visual feedback. In [Citation11], a hybrid upper limb exoskeleton was developed for neurorehabilitation. EEG-based BCI was used to trigger the movement execution. Movement imagination tasks classification and movement intention detection were utilized to interact with the exoskeleton. The experimental results demonstrate that a hybrid upper limb exoskeleton in combination with BCI could be adopted for rehabilitation exercises.

In addition, Shin et al. [Citation12] presented an EEG-based brain mapping system. EEG topographical maps were compared during motor execution and movement imagination tasks. This research laid a foundation for realizing a neurofeedback system for children with cerebral palsy or stroke patients. You et al. [Citation13] and Jiang et al. [Citation14] studied the virtual reality (VR) intervention on locomotor recovery in patients with stroke. These papers provided evidence for neuroplasticity and associated locomotor recovery after VR.

In this research, a robotic upper extremity neurorehabilitaion system based on EEG of motor imagery is designed. The rehabilitation system translates the motor imagery of upper limb movements into commands to trigger the WAM robot to stretch the impaired upper extremity to perform passive recovery training. We focus on extracting the subject's movement intentions from motor imagery EEG and controlling the WAM robot to perform rehabilitation therapy effectively, rather than to decode multiple degree-of-freedom (DoF) upper limb movements from EEG signals. Therefore, not only can we get high classification accuracy of upper limb movement imagination EEG, but also design multiple trajectories to perform rehabilitation exercises according to the recommendations of the therapists.

Subjects and methods

Experimental setup

The experimental setup is shown in (a). The multi-channel EEG amplifier is responsible for acquiring motor imagery EEG. Several EEG studies have demonstrated that imagination of upper limb movements activates primary sensorimotor areas, which gives rise to an amplitude suppression or an amplitude enhancement of EEG signals [Citation15,Citation16]. In this paper, regions of interest (ROIs) were chosen around the primary sensorimotor cortex ((b)). EEG signals were acquired using two bipolar channels around C3 and C4 according to the international 10–20 standard electrode placement. The sample rate is 128 Hz.

Figure 1. BCI-based upper extremity rehabilitation system (a) and EEG electrode positions (b).

Figure 1. BCI-based upper extremity rehabilitation system (a) and EEG electrode positions (b).

Furthermore, the master PC is in charge of recording and processing the motor imagery EEG signals in order to supply the WAM Arm with high-level command. A slave PC is responsible for receiving the high-level command from master PC, running the control loop and providing the WAM robot with low-level command. Following the generated low-level command, the WAM robot will help the subject to perform various exercises.

Interaction between master and slave PC is based on TCP-IP protocol. The master PC running the BCI software is the server. The slave PC which is responsible for controlling the WAM Arm acts as client. After each BCI stimulus, the EEG signals are processed and a command is generated. Then, the high-level command is sent to the slave PC and the communication is implemented via TCI-IP sockets.

Control architecture

The control architecture of the BCI-based rehabilitation system is illustrated in . The pattern recognition algorithm [Citation17] for motor imagery EEG is realized in the master PC. Fuzzy-based position controller runs on the slave PC. According to the command sent by the master PC, the slave PC controls the WAM robot to help the subject to perform recovery training using the sinusoidal trajectory.

Figure 2. Control scheme of robot-aided upper-extremity rehabilitation system.

Figure 2. Control scheme of robot-aided upper-extremity rehabilitation system.

Position controller

The block diagram of the PID position controller based on fuzzy logic in joint space is shown in the bottom part of . The regulator has separate fuzzy logic for P, I and D parts. The inputs of the fuzzy logic are θe and θec, where θe is considered as joint position error and θec is its error change. The output of the fuzzy logic is ΔKP, ΔKI and ΔKD. The torque applying to WAM is:(1) τ=(KP+ΔKP)(θdθ)+(KI+ΔKI)×∫0t(θdθ)dt+(KD+ΔKD)d(θdθ)dt+ MGscaleg,(1) where KP, KI and KD are the parameters for the traditional PID controller; ΔKP, ΔKI and ΔKD are the output from the fuzzy logic system; θd and θ is the WAM Arm desired and actual joint position; M is the link mass vector of the WAM; Gscaleis the gravity compensation coefficient. The membership functions of the inputs and outputs for fuzzy-based PID controller are shown in . illustrate the inference rules for ΔKP, ΔKI and ΔKD.

Figure 3. Membership degree function of θe.

Figure 3. Membership degree function of θe.

Figure 4. Membership degree function of θec.

Figure 4. Membership degree function of θec.

Figure 5. Membership degree function of ΔKP.

Figure 5. Membership degree function of ΔKP.

Figure 6. Membership degree function of ΔKI.

Figure 6. Membership degree function of ΔKI.

Figure 7. Membership functions of ΔKD.

Figure 7. Membership functions of ΔKD.

Table 1. Inference rule table of ΔKP.

Table 2. Inference rule table of ΔKI.

Table 3. Inference rule table of the ΔKD.

Subjects

Seven healthy adults (four females, three males, aged between 22 and 29) took part in the experiment. All the subjects were volunteers from Southeast University in Nanjing, China. All participants gave their written consent. The study was approved by the local ethics committee.

Experimental paradigm

The subjects faced two 19'' monitors at a distance of 1.2 m. The first 2 s it was quiet. At t = 2 s, the word ‘Attention’ appeared for 1 s to indicate the start of the trial. Then, the master PC displayed the animation of left or right upper extremity movement between t = 3 and 7 s. At the same time, the subject was instructed to imagine movement of upper extremity. Next, the online pattern recognition algorithm running on the master PC processed the motor imagery EEG and the high-level command was sent to the slave PC via TCI-IP sockets. Finally, the slave PC controlled the WAM to help the subject perform rehabilitation exercises.

The experiments consisted of two sessions for each subject. Each session was conducted in three different conditions: without a participant, passive movement of a healthy participant, and with disturbance. Each case consisted of 10 trials for each of the two cases (see ).

Table 4. Two different cases of passive exercises.

For the left upper extremity exercises, if the motor imagery of the left upper extremity is decoded correctly, the affected left upper extremity will be manipulated by the WAM Arm to perform rehabilitation training. In case the motor imagery of the right upper extremity is recognized, feedback of virtual right upper extremity movement is given by the master PC so that the motor imagery process can be reinforced. On the contrary, for the right upper extremity rehabilitation exercise, if the motor imagery of the left upper extremity is detected correctly, virtual left upper extremity movement is provided by the master PC in order to enhance the process of motor imagery. The WAM Arm manipulator will assist the right upper extremity to carry out training on condition that the movement imagination of the right upper extremity is recognized.

Experimental results

Horizontal flexion/extension exercises were performed on the EEG-based upper limb robotic neurorehabilitation system. Three different conditions, without a participant, with a passive participant and with disturbance, were studied. Moreover, sinusoidal movement trajectory was adopted to demonstrate the effectiveness of the presented fuzzy-based PID position controller.

The BCI performance was evaluated using the classification accuracy of motor imagery task calculated during online rehabilitation training. illustrates the average classification accuracies obtained for all subjects in three different cases. It can be observed from the results that the method of combining harmonic wavelet with AR model is an effective tool to classify the motor imagery EEG.

Figure 8. Average classification accuracy of each participant.

Figure 8. Average classification accuracy of each participant.

The trajectory tracking performances of fuzzy and traditional control methods in regard to the WAM Arm's third joint were discussed. The movement range of the upper limb was defined as 0.45 rad in flexion and −0.45 rad in extension. Parameters KP, KI and KD of the conventional PID control method were selected as 600, 2.5 and 10, respectively. The output variables of the fuzzy position controller were set as KP ∈ [−100, 100], KI ∈ [−0.5, 0.5] and KD ∈ [−2.5, 2.5].

present the results of fuzzy and conventional PID control methods in three different conditions. The results demonstrate that the proposed position controller based on fuzzy logic achieves better performance in terms of its small trajectory tracking error and smooth moving velocity than conventional controller. The means and standard deviations (MSD) of the trajectory tracking errors and the maximum of the absolute error (MAE) were used to evaluate the two position controllers. shows the corresponding MSD and MAE values of the two control methods. In three different cases, it is obvious that the fuzzy PID control method achieves smaller MSD and MAE values than the conventional PID controller and better position control accuracy are obtained.

Figure 9. WAM Arm's third joint position control in horizontal flexion/extension exercises without a participant.

Figure 9. WAM Arm's third joint position control in horizontal flexion/extension exercises without a participant.

Figure 10. WAM Arm's third joint position control in horizontal flexion/extension exercises with a healthy participant.

Figure 10. WAM Arm's third joint position control in horizontal flexion/extension exercises with a healthy participant.

Figure 11. WAM Arm's third joint position control in horizontal flexion/extension exercises with passive movement of participant and disturbance.

Figure 11. WAM Arm's third joint position control in horizontal flexion/extension exercises with passive movement of participant and disturbance.

Table 5. Third joint position control performance of classic PID and fuzzy PID.

The joint torque of the two control methods in the horizontal flexion/extension rehabilitation exercises are shown in and . In the passive movements of a healthy participant, it is clear that the controller based fuzzy logic has less vibration than the classic controller. From , we can see that a large torque overshoot occurs in the classic PID controller when a disturbance is generated. Nevertheless, small vibration is achieved by the fuzzy-based controller.

Figure 12. Torque of the third joint in horizontal flexion/extension exercises with passive subject.

Figure 12. Torque of the third joint in horizontal flexion/extension exercises with passive subject.

Figure 13. Torque of the third joint in horizontal flexion/extension exercises with disturbance.

Figure 13. Torque of the third joint in horizontal flexion/extension exercises with disturbance.

Compared to the electromyography (EMG) or vision based rehabilitation system [Citation18,Citation19], the proposed system not only can be expected to fully explore the movement intention of subjects, but also can stretch the upper limb to perform recovery exercises smoothly with multiple trajectories recommended by therapists. Moreover, we can also combine the EMG or vision into our EEG-based system and carry out more research on the EEG processing for the purpose of predicting the recovery of the upper limb.

Conclusions

In this paper, we describe a BCI-based upper limb robotic rehabilitation system. Experimental results on seven healthy subjects show that: (1) The rehabilitation system can fully explore the movement intention of subjects; (2) Even in the condition of unpredictable disturbance, the PID position control strategy based on fuzzy logic can control the WAM robot stably and smoothly to help the participants to carry out recovery training; (3) Combining robot-aided training with BCI to make future rehabilitation therapy more effective is feasible. In addition, the present study mainly focused on fully exploring the subject's movement intention and attention from movement imagination EEG and designing a position controller to drive the WAM robot smoothly. Important future work is to utilize the proposed BCI-based upper limb robotic rehabilitation training system to stoke patients to further evaluate its applicability and effectiveness. Other methods to monitor human state information will be intergraded into the rehabilitation system. For example, electrocardiogram (ECG) signals can be utilized to monitor the patient's heart rate to detect their exhaustion, and EMG signals can be used to understand the recovery process of stroke patients.

Acknowledgments

This work was supported by the National Key Research and Development Program of China under grant number 2016YFB1001303, the National Natural Science Foundation of China under grants number 61673114, 91648206, 61325018, 61673105 and 61502096, the Natural Science Foundation of Jiangsu Province under grants number BK20141284 and BK20141426, and the Fundamental Research Funds for the Central Universities under grant number 2242016R30025.

Disclosure statement

The authors declare no conflict of interest.

Additional information

Funding

This work was supported by the National Key Research and Development Program of China [grant number 2016YFB1001303]; the National Natural Science Foundation of China [grants number 61673114], [grants number 91648206], [grants number 61325018], [grants number 61673105], [grants number 61502096]; the Natural Science Foundation of Jiangsu Province [grants number BK20141284], [grants number BK20141426] and the Fundamental Research Funds for the Central Universities [grant number 2242016R30025].

References

  • Wolpaw JR, Birbaumer N, McFarland DJ, et al. Brain-computer interface for communication and control. Clin Neurophysiol. 2002;113(6):767–791.
  • van Gerven M, Farquhar J, Schaefer R, et al. The brain-computer interface cycle. J Neural Eng. 2009 [cited 2017 Mar 20];6(4):041001. DOI: 10.1088/1741-2560/6/4/041001.
  • Michmizos KP, Rossi S, Castelli E, et al. Robot-aided neurorehabilitation: a pediatric robot for ankle rehabilitation. IEEE Trans Neural Syst Rehabil Eng. 2015;23(6):1056–1067.
  • Yu HY, Huang SN, Chen G, et al. Human-robot interaction control of rehabilitation robots with series elastic actuators. IEEE Trans Robot. 2015;31(5):1089–1100.
  • Jamwal PK, Hussain S, Xie SQ. Three-stage design analysis and multicriteria optimization of a parallel ankle rehabilitation robot using genetic algorithm. IEEE Trans Autom Sci Eng. 2015;12(4):1433–1446.
  • Krebs HI, Hogan N, Aisen ML, et al. Robot–aided neurorehabilitation. IEEE Trans Rehab Eng. 1998;6(1):75–87.
  • Daly JJ, Wolpaw JR. Brain-computer interfaces in neurological rehabilitation. Lancet Neurol. 2008;7(11):1032–1043.
  • Kraus D, Naros G, Bauer R, et al. Brain-robot interface driven plasticity: distributed modulation of corticospinal excitability. Neuroimage. 2016;125:522–532.
  • Jiang N, Gizzi L, Mrachacz-Kersting N, et al. A brain–computer interface for single-trial detection of gait initiation from movement related cortical potentials. Clin Neurophysiol. 2015;126(1):154–159.
  • Vuckovic A, Wallace L, Allan DB. Hybrid brain-computer interface and functional electrical stimulation for sensorimotor training in participants with tetraplegia: a proof-of-concept study. J Neurol Physical Therapy. 2015;39(1):3–14.
  • Hortal E, Planelles D, Resquin F, et al. Using a brain-machine interface to control a hybrid upper limb exoskeleton during rehabilitation of patients with neurological conditions. J Neuroeng Rehabil. 2015 [cited 2017 Mar 20];12(1):92. DOI: 10.1186/s12984-015-0082-9.
  • Shin YK, Lee DR, Hwang HJ, et al. A novel EEG-based brain mapping to determine cortical activation patterns in normal children and children with cerebral palsy during motor imagery tasks. NeuroRehabilitation. 2012;31(4):349–355.
  • You SH, Jang SH, Kim YH, et al. Cortical reorganization and associated locomotor recovery after virtual reality in patients with chronic stroke: an experimenter-blind preliminary study. Stroke. 2005;36:1166–1171.
  • Jiang SH, You SH, Hallett M, et al. Cortical reorganization and associated functional motor recovery after virtual reality in patients with chronic stroke: an experimenter-blind preliminary study. Arch Phys Med Rehabil. 2005;86(11):2218–2223.
  • Pfurtscheller G, Müller-Putz GR, Scherer R, et al. Rehabilitation with brain-computer interface systems. Computer. 2008;41(10):58–65.
  • Nam CS, Jeon Y, Kim YJ, et al. Movement imagery-related lateralization of event-related (de) synchronization (ERD/ERS): motor-imagery duration effects. Clin Neurophysiol. 2011;122(3):567–577.
  • Xu BG, Peng S, Song AG, et al. Robot-aided upper-limb rehabilitation based on motor imagery EEG. Int J Adv Robotic Syst. 2011;8(4):88–97.
  • Erdogan H, Palaska Y, Masazade E, et al. Vision-based game design and assessment for physical exercise in a robot-assisted rehabilitation system. IET Comp Vis. 2018;12(1):59–68.
  • Teramae T, Noda T, Morimoto J. EMG-based model predictive control for physical human–robot interaction: application for assist-as-needed control. IEEE Robot Automat Lett. 2018;3(1):210–217.