Myoelectric Control Systems for Upper Limb Wearable Robotic Exoskeletons and Exosuits—A Systematic Review
Abstract
:1. Introduction
2. Methods
2.1. Eligibility Criteria
2.2. Keywords and Search Query
3. Results
3.1. Overview of Information Sources
3.2. Taxonomy of the Myoelectric Control System for Upper Limb Robotic Wearable Exoskeletons
3.2.1. Threshold-Based Myoelectric Control
3.2.2. Proportional Myoelectric Control
3.2.3. Biomechanical Model-Based Myoelectric Control
3.2.4. Machine Learning-Based Myoelectric Control
- 1
- Pattern recognition or classification-based myoelectric controlIn the myoelectric control system, the classification model can detect the type of movement corresponding to the input EMG signal. For example, ref. [49] implemented the SVM algorithm to predict whether the user’s finger is in motion or not via the root mean square features of the EMG signal; the authors in [21] implemented a type of decision-tree algorithm named MCLPBoost to predict whether the elbow and wrist are performing downward or upward movements. In the abovementioned studies, only a single type of classification algorithm was used, and a comparison between different algorithms was not conducted. To compare the performance of different classification algorithms implemented on a hand exoskeleton, the authors in [84] compared the accuracy of four classification algorithms, i.e., SVM, artificial neural network (ANN), linear discriminant analysis (LDA), and K-nearest neighbors (KNN), to predict the EMG features to five types of hand movements, and then used the classification result as an input of the assistance controller. The results showed that SVM had the best accuracy among those four in predicting the type of hand movements. To improve the performance of the classification model, studies such as [8,50] compared two types of classifiers with same algorithm but different input signals. The type 1 classifier used a single channel EMG signal but converted it to 14 different statistical features; the type 2 classifier used EMG signal from five channels and only converted them to a single statistical feature. Both type 1 and 2 classifiers were designed to detect if the arm was in motion or not. The results indicated that the type 1 classifier had higher accuracy, but the type 2 classifier had less latency. Refs. [8,50] indicated that extracting the EMG signal to multiple features can improve the accuracy of a classification model. Another two studies [28,52] used a sensor fusion method that used both EMG and electroencephalography (EEG) signals to improve the accuracy of the classification model, and [46] implemented a threshold method in which the signal amplitudes must be greater than a predefined threshold in order to be input to the classification model. Such a threshold method can prevent misclassification and can improve the accuracy of myoelectric control systems.
- 2
- Regression-based Myoelectric ControlThe regression model represents the relationship between input and output data as a function that is trained with a pre-collected dataset. Compared to the classification model, which can only detect discrete motions, the regression model can output continuous variables with the statistical feature of the EMG signal as input, such as joint angle and joint torque. The regression models can be constructed using different approaches, such as linear regression, ANN [27], and Kalman Filters [57]. Because of the nonlinearity of the EMG signal, the articles included in this review only used ANN or the Kalman Filter as the regression model.Among the included articles, ref. [27] implemented a machine learning-based myoelectric control system to control an elbow exoskeleton by training a back propagation neural network (BPNN) to estimate joint angle from the statistical feature of the user’s EMG signal, and showed that the regression model could accurately estimate the user’s joint angle. Another application of such machine learning-based myoelectric control systems was bilateral hand training with a wearable hand exoskeleton, which used the statistical feature of an EMG signal from an unimpaired hand to estimate the magnitude of the assistive force, to train the impaired hand. In this review, research articles such as [18,20,22,32,46,56,69], used neural network-based regression models as a myoelectric control system to control a hand exoskeleton for training different parts of the impaired hand. On the other hand, ref. [57] used a Kalman filter-based regression model to compute the joint torque based on the EMG signal. Compared to the neural network model, the Kalman filter model does not need much time, nor extensive datasets to train the model. Moreover, tuning the Kalman filter model for different users only requires the measurements of a few sets of joint torque under different positions. Although the regression model in [57] reduced the effort in training the model, its accuracy and efficacy in assisting the upper limb were similar to that of the neural network-based regression model. Based on the adaptive and robust regression model developed in [57], ref. [52] integrated a neural network and a Kalman filter-based regression model in which the neural network took multiple variables as inputs, which includes processed EMG signals, the joint torque estimated by the Kalman filter, and the joint angle and joint angular velocity measured by the IMU sensor, to control the motion of the upper limb exoskeleton. The myoelectric control system proposed in [52] achieved a better accuracy and efficacy compared to the previous regression models explained above.
- 3
- Reinforcement Learning-based Myoelectric ControlIn addition to the classification and regression model, the reinforcement learning model was also used in the myoelectric control system in the reviewed articles. Unlike the classification and regression models, the reinforcement learning model is trained with a reinforcement learning algorithm that uses a smart agent to learn the optimal policy while interacting with an environment. During the process of reinforcement learning, the smart agent exerts an action on the environment, based on its observation of the environment (state) as feedback, and then the environment returns a score to evaluate the agent’s action (reward). Based on the reward returned from the environment, the agent optimizes its policy toward the direction of greater reward [85].In the field of wearable robotics, reinforcement learning has been used in prosthetic control (e.g., [86]), lower limb exoskeleton control (e.g., [87]), and joint torque estimation (e.g., [88]). Compared to other types of control methods used in EMGs, the reinforcement learning algorithm reflects the interaction between humans and the environment. In addition, reinforcement learning can provide an optimal control policy without the knowledge of the environment, which is ideal for use in complex and uncertain environments. Hamaya et al. [40] used a reinforcement learning algorithm called Probabilistic Inference for Learning Control (PILCO) to control an elbow exoskeleton. The state vector consisted of the kinematics of the elbow joint and EMG signals, and the reward was related to the difference between the desired and actual trajectory. The PILCO algorithm implemented the Gaussian process to learn the probabilistic dynamic model of the human–exoskeleton interface through the states collected during human–exoskeleton interaction, then evaluated the control policy using the learned probabilistic dynamic model, and finally optimized the control policy through the policy gradient method [89]. This method offered a faster training time as compared to other machine learning myoelectric control systems.As mentioned above, the ML-based myoelectric control schemes show promising results in increasing the accuracy and reliability of myoelectric control of an upper limb wearable robotic exoskeleton. However, some limitations exist in the ML-based myoelectric controls, such as a limited implementation in multi-DOF upper limb wearable robotic exoskeletons [9], poor performance in online training of the machine learning model [90], and high computational cost [53].
3.2.5. Neural-Fuzzy Myoelectric Control
3.3. Key Design Characteristics
3.3.1. Degrees of Freedom
3.3.2. Portability of Upper Limb Robotic Wearable Exoskeletons
3.3.3. Application of Upper Limb Robotic Wearable Exoskeletons
3.4. Human-Subject Evaluation of the Myoelectric Control System
4. Discussion
4.1. How Can We Improve the Robustness of Machine Learning-Based Myoelectric Control Systems?
4.2. How Can We Improve the Calibration Procedure of Biomechanical Model-Based Myoelectric Control Systems?
4.3. How Can We Implement Myoelectric Control Systems for High Degree-of-Freedom (DOF) Upper Limb Exoskeletons?
4.4. How to Incorporate Safety Requirements in Myoelectric Control Systems?
4.5. How Can We Improve Experimental Validation and Clinical Assessment Methods for Assistive and Rehabilitative Exoskeletons Based on Myoelectric Control Systems?
4.6. How Can We Develop a Human-Centered Myoelectric Control System Instead of a Task-Centered Myoelectric Control System?
5. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Bardi, E.; Gandolla, M.; Braghin, F.; Resta, F.; Pedrocchi, A.L.; Ambrosini, E. Upper limb soft robotic wearable devices: A systematic review. J. NeuroEng. Rehabil. 2022, 19, 1–17. [Google Scholar] [CrossRef] [PubMed]
- Gull, M.A.; Bai, S.; Bak, T. A Review on Design of Upper Limb Exoskeletons. Robotics 2020, 9, 16. [Google Scholar] [CrossRef] [Green Version]
- Robertson, D.G.E.; Caldwell, G.E.; Hamill, J.; Kamen, G.; Whittlesey, S.N. Research Methods in Biomechanics; Human Kinetics: Champaign, IL, USA, 2014. [Google Scholar]
- Abas, N.; Bukhari, W.M.; Abas, M.A.; Tokhi, M.O.; IEEE. Electromyography Assessment of Forearm Muscles: Towards the Control of Exoskeleton Hand. In Proceedings of the 2018 5th International Conference on Control, Decision and Information Technologies (CODIT), Thessaloniki, Greece, 10–13 April 2018; pp. 822–828. [Google Scholar] [CrossRef]
- Rechy-Ramirez, E.J.; Hu, H. Bio-signal based control in assistive robots: A survey. Digit. Commun. Netw. 2015, 1, 85–101. [Google Scholar] [CrossRef] [Green Version]
- Bi, L.; Feleke, A.G.; Guan, C. A review on EMG-based motor intention prediction of continuous human upper limb motion for human-robot collaboration. Biomed. Signal Process. Control 2019, 51, 113–127. [Google Scholar] [CrossRef]
- Lotti, N.; Xiloyannis, M.; Missiroli, F.; Chiaradia, D.; Frisoli, A.; Sanguineti, V.; Masia, L. Intention-detection strategies for upper limb exosuits: Model-based myoelectric vs dynamic-based control. In Proceedings of the 2020 8th IEEE RAS/EMBS International Conference for Biomedical Robotics and Biomechatronics (BioRob), New York, NY, USA, 15 October 2020. [Google Scholar] [CrossRef]
- Accogli, A.; Grazi, L.; Crea, S.; Panarese, A.; Carpaneto, J.; Vitiello, N.; Micera, S. EMG-Based Detection of User’s Intentions for Human-Machine Shared Control of an Assistive Upper-Limb Exoskeleton. In Wearable Robotics. Proceedings of the 2nd International Symposium on Wearable Robotics, WeRob2016, Segovia, Spain, 18–21 October 2016, Challenges and Trends / José Gonzalez-Vargas [and Four Others]; González, J., Ed.; Springer: Cham, Switzerland, 2017; Volume 16. [Google Scholar]
- Lenzi, T.; Rossi, S.M.M.; Vitiello, N.; Carrozza, M.C. Intention-based EMG control for powered exoskeletons. IEEE Trans. Bio-Med Eng. 2012, 59, 2180–2190. [Google Scholar] [CrossRef]
- Roche, A.D.; Rehbaum, H.; Farina, D.; Aszmann, O.C. Prosthetic myoelectric control strategies: A clinical perspective. Curr. Surg. Rep. 2014, 2, 1–11. [Google Scholar] [CrossRef]
- Vélez-Guerrero, M.A.; Callejas-Cuervo, M.; Mazzoleni, S. Artificial intelligence-based wearable robotic exoskeletons for upper limb rehabilitation: A review. Sensors 2021, 21, 2146. [Google Scholar] [CrossRef]
- Liberati, A.; Altman, D.G.; Tetzlaff, J.; Mulrow, C.; Gøtzsche, P.C.; Ioannidis, J.P.A.; Clarke, M.; Devereaux, P.J.; Kleijnen, J.; Moher, D. The PRISMA statement for reporting systematic reviews and meta-analyses of studies that evaluate healthcare interventions: Explanation and elaboration. BMJ 2009, 339, b2700. [Google Scholar] [CrossRef]
- Siebert, T.; Rode, C.; Herzog, W.; Till, O.; Blickhan, R. Nonlinearities make a difference: Comparison of two common Hill-type models with real muscle. Biol. Cybern. 2008, 98, 133–143. [Google Scholar] [CrossRef]
- Lei, M.; Wang, Z.; Feng, Z. Detecting nonlinearity of action surface EMG signal. Phys. Lett. A 2001, 290, 297–303. [Google Scholar] [CrossRef]
- Ho, N.S.K.; Tong, K.Y.; Hu, X.L.; Fung, K.L.; Wei, X.J.; Rong, W.; Susanto, E.A. An EMG-Driven Exoskeleton Hand Robotic Training Device on Chronic Stroke Subjects: Task Training System for Stroke Rehabilitation. In Proceedings of the 2011 IEEE International Conference on Rehabilitation Robotics, Zurich, Switzerland, 29 June–1 July 2011. [Google Scholar] [CrossRef]
- Gopura, R.; Kiguchi, K. Application of Surface Electromyographic Signals to Control Exoskeleton Robots; IntechOpen: London, UK, 2012. [Google Scholar] [CrossRef] [Green Version]
- Kiguchi, K.; Hayashi, Y. An EMG-Based Control for an Upper-Limb Power-Assist Exoskeleton Robot. IEEE Trans. Syst. Man Cybernetics. Part B Cybern. 2012, 42, 1064–1071. [Google Scholar] [CrossRef] [PubMed]
- Pang, M.; Guo, S.; Song, Z. Study on the sEMG Driven Upper Limb Exoskeleton Rehabilitation Device in Bilateral Rehabilitation. J. Robot. Mechatron. 2012, 24, 585–594. [Google Scholar] [CrossRef]
- Delph, M.A.; Fischer, S.A.; Gauthier, P.W.; Luna, C.H.M.; Clancy, E.A.; Fischer, G.S. A Soft Robotic Exomusculature Glove with Integrated sEMG Sensing for Hand Rehabilitation. In Proceedings of the 2013 IEEE 13th International Conference on Rehabilitation Robotics (ICORR), Seattle, WA, USA, 24–26 June 2013. [Google Scholar] [CrossRef] [Green Version]
- Loconsole, C.; Leonardis, D.; Barsotti, M.; Solazzi, M.; Frisoli, A.; Bergamasco, M.; Troncossi, M.; Foumashi, M.M.; Mazzotti, C.; Castelli, V.P. An emg-based robotic hand exoskeleton for bilateral training of grasp. In Proceedings of the 2013 World Haptics Conference (WHC), Daejeon, Korea, 14–17 April 2013. [Google Scholar] [CrossRef]
- Su, H.; Li, Z.; Li, G.; Yang, C. EMG-Based Neural Network Control of an Upper-Limb Power-Assist Exoskeleton Robot. In Advances in Neural Networks—ISNN 2013; Hutchison, D., Kanade, T., Kittler, J., Kleinberg, J.M., Mattern, F., Mitchell, J.C., Naor, M., Nierstrasz, O., Pandu Rangan, C., Steffen, B., et al., Eds.; Springer: Berlin/Heidelberg, Germany, 2013; Volume 7952, pp. 204–211. [Google Scholar] [CrossRef]
- Ngeo, J.; Tamei, T.; Shibata, T.; Orlando, M.F.; Behera, L.; Saxena, A.; Dutta, A. Control of an optimal finger exoskeleton based on continuous joint angle estimation from EMG signals. In Proceedings of the 2013 35th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), Osaka, Japan, 3–7 July 2013; pp. 338–341. [Google Scholar] [CrossRef]
- Ramos, J.L.A.S.; Meggiolaro, M.A. Use of surface electromyography for human amplification using an exoskeleton driven by artificial pneumatic muscles. In Proceedings of the 5th IEEE RAS/EMBS International Conference on Biomedical Robotics and Biomechatronics, Sao Paulo, Brazil, 12–15 August 2014. [Google Scholar] [CrossRef]
- Kawase, T.; Sakurada, T.; Koike, Y.; Kansaku, K. Estimating joint angles from biological signals for multi-joint exoskeletons. In Proceedings of the 2014 IEEE International Conference on Systems, Man, and Cybernetics (SMC), San Diego, CA, USA, 5–8 October 2014. [Google Scholar] [CrossRef]
- Loconsole, C.; Dettori, S.; Frisoli, A.; Avizzano, C.A.; Bergamasco, M. An EMG-based approach for on-line predicted torque control in robotic-assisted rehabilitation. In Proceedings of the 2014 IEEE Haptics Symposium (HAPTICS), Houston, TX, USA, 23–26 February 2014; pp. 181–186. [Google Scholar] [CrossRef]
- Li, Z.; Wang, B.; Sun, F.; Yang, C.; Xie, Q.; Zhang, W. sEMG-based joint force control for an upper-limb power-assist exoskeleton robot. IEEE J. Biomed. Health Inform. 2014, 18, 1043–1050. [Google Scholar] [CrossRef] [PubMed]
- Tang, Z.; Zhang, K.; Sun, S.; Gao, Z.; Zhang, L.; Yang, Z. An Upper-Limb Power-Assist Exoskeleton Using Proportional Myoelectric Control. Sensors 2014, 14, 6677. [Google Scholar] [CrossRef] [Green Version]
- Kirchner, E.A.; Tabie, M.; Seeland, A. Multimodal movement prediction-towards an individual assistance of patients. PLoS ONE 2014, 9, e85060. [Google Scholar] [CrossRef] [Green Version]
- Buongiorno, D.; Barsotti, M.; Sotgiu, E.; Loconsole, C.; Solazzi, M.; Bevilacqua, V.; Frisoli, A. A neuromusculoskeletal model of the human upper limb for a myoelectric exoskeleton control using a reduced number of muscles. In Proceedings of the 2015 IEEE World Haptics Conference (WHC), Evanston, IL, USA, 22–26 June 2015. [Google Scholar] [CrossRef]
- Riener, R.; Novak, D. Movement Onset Detection and Target Estimation for Robot-Aided Arm Training. Automatisierungstechnik 2015, 63, 286–298. [Google Scholar] [CrossRef]
- Krasin, V.; Gandhi, V.; Yang, Z.; Karamanoglu, M. EMG based elbow joint powered exoskeleton for biceps brachii strength augmentation. In Proceedings of the 2015 International Joint Conference on Neural Networks (IJCNN), Killarney, Ireland, 12–16 July 2015; pp. 1–6. [Google Scholar] [CrossRef]
- Leonardis, D.; Barsotti, M.; Loconsole, C.; Solazzi, M.; Troncossi, M.; Mazzotti, C.; Castelli, V.P.; Procopio, C.; Lamola, G.; Chisari, C. An EMG-controlled robotic hand exoskeleton for bilateral rehabilitation. IEEE Trans. Haptics 2015, 8, 140–151. [Google Scholar] [CrossRef]
- Ullauri, J.B.; Peternel, L.; Ugurlu, B.; Yamada, Y.; Morimoto, J. On the EMG-based torque estimation for humans coupled with a force-controlled elbow exoskeleton. In Proceedings of the 2015 International Conference on Advanced Robotics (ICAR), Istanbul, Turkey, 27–31 July 2015; pp. 302–307. [Google Scholar] [CrossRef]
- Triwiyanto; Wahyunggoro, O.; Nugroho, H.A.; Herianto. String actuated upper limb exoskeleton based on surface electromyography control. In Proceedings of the 2016 6th International Annual Engineering Seminar (InAES), Yogyakarta, Indonesia, 1–3 August 2016; pp. 176–181. [Google Scholar] [CrossRef]
- Peternel, L.; Noda, T.; Petrič, T.; Ude, A.; Morimoto, J.; Babič, J. Adaptive Control of Exoskeleton Robots for Periodic Assistive Behaviours Based on EMG Feedback Minimisation. PLoS ONE 2016, 11, e0148942. [Google Scholar] [CrossRef] [Green Version]
- Lu, Z.Y.; Chen, X.; Zhang, X.; Tong, K.Y.; Zhou, P. Real-Time Control of an Exoskeleton Hand Robot with Myoelectric Pattern Recognition. Int. J. Neural Syst. 2017, 27, 1750009. [Google Scholar] [CrossRef]
- Li, Z.; Huang, Z.; He, W.; Su, C.Y. Adaptive Impedance Control for an Upper Limb Robotic Exoskeleton Using Biological Signals. IEEE Trans. Ind. Electron. 2017, 64, 1664–1674. [Google Scholar] [CrossRef]
- Hosseini, M.; Meattini, R.; Palli, G.; Melchiorri, C. A Wearable Robotic Device Based on Twisted String Actuation for Rehabilitation and Assistive Applications. J. Robot. 2017, 2017, 3036468. [Google Scholar] [CrossRef] [Green Version]
- Mghames, S.; Laghi, M.; Della Santina, C.; Garabini, M.; Catalano, M.; Grioli, G.; Bicchi, A. Design, control and validation of the variable stiffness exoskeleton FLExo. In Proceedings of the 2017 International Conference on Rehabilitation Robotics (ICORR), London, UK, 17–20 July 2017; Volume 2017, pp. 539–546. [Google Scholar] [CrossRef]
- Hamaya, M.; Matsubara, T.; Noda, T.; Teramae, T.; Morimoto, J. Learning assistive strategies for exoskeleton robots from user-robot physical interaction. Pattern Recognit. Lett. 2017, 99, 67–76. [Google Scholar] [CrossRef]
- Yun, Y.; Dancausse, S.; Esmatloo, P.; Serrato, A.; Merring, C.A.; Agarwal, P.; Deshpande, A.D. Maestro: An EMG-driven assistive hand exoskeleton for spinal cord injury patients. In Proceedings of the 2017 IEEE International Conference on Robotics and Automation (ICRA), Singapore, 29 May–3 June 2017; pp. 2904–2910. [Google Scholar] [CrossRef]
- Irastorza-Landa, N.; Sarasola-Sanz, A.; Lopez-Larraz, E.; Bibian, C.; Shiman, P.; Birbaumer, N.; Ramos-Murguialday, A. Design of continuous EMG classification approaches towards the control of a robotic exoskeleton in reaching movements. In Proceedings of the 2017 International Conference on Rehabilitation Robotics (ICORR), London, UK, 17–20 July 2017; Volume 2017, pp. 128–133. [Google Scholar] [CrossRef]
- Lambelet, C.; Lyu, M.X.; Woolley, D.; Gassert, R.; Wenderoth, N. The eWrist—A Wearable Wrist Exoskeleton with sEMG-based Force Control for Stroke Rehabilitation. In Proceedings of the 2017 International Conference on Rehabilitation Robotics (ICORR), London, UK, 17–20 July 2017; pp. 726–733. [Google Scholar] [CrossRef]
- Lince, A.; Celadon, N.; Battezzato, A.; Favetto, A.; Appendino, S.; Ariano, P.; Paleari, M. Design and testing of an under-actuated surface EMG-driven hand exoskeleton. In Proceedings of the 2017 International Conference on Rehabilitation Robotics (ICORR), London, UK, 17–20 July 2017; pp. 670–675. [Google Scholar] [CrossRef]
- Copaci, D.; Serrano, D.; Moreno, L.; Blanco, D. A High-Level Control Algorithm Based on sEMG Signalling for an Elbow Joint SMA Exoskeleton. Sensors 2018, 18, 2522. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Zeng, H.; Li, K.; Wei, N.; Song, R.; Tian, X. A semg-controlled robotic hand exoskeleton for rehabilitation in post-stroke individuals. In Proceedings of the 2018 IEEE International Conference on Cyborg and Bionic Systems (CBS), Shenzhen, China, 25–27 October 2018; pp. 652–655. [Google Scholar] [CrossRef]
- Buongiorno, D.; Barsotti, M.; Barone, F.; Bevilacqua, V.; Frisoli, A. A Linear Approach to Optimize an EMG-Driven Neuromusculoskeletal Model for Movement Intention Detection in Myo-Control: A Case Study on Shoulder and Elbow Joints. Front. Neurorobot. 2018, 12, 74. [Google Scholar] [CrossRef]
- Cisnal, A.; Alonso, R.; Turiel, J.P.; Fraile, J.C.; Lobo, V.; Moreno, V. EMG Based Bio-Cooperative Direct Force Control of an Exoskeleton for Hand Rehabilitation: A Preliminary Study. In Converging Clinical and Engineering Research on Neurorehabilitation III; Masia, L., Micera, S., Akay, M., Pons, J.L., Eds.; Springer International Publishing: Cham, Switzerland, 2019; Volume 21, pp. 390–394. [Google Scholar] [CrossRef]
- Jana, M.; Barua, B.G.; Hazarika, S.M. Design and Development of a Finger Exoskeleton for Motor Rehabilitation using Electromyography Signals. In Proceedings of the 2019 23rd International Conference on Mechatronics Technology (ICMT), Salerno, Italy, 23–26 October 2019. [Google Scholar] [CrossRef]
- Trigili, E.; Grazi, L.; Crea, S.; Accogli, A.; Carpaneto, J.; Micera, S.; Vitiello, N.; Panarese, A. Detection of movement onset using EMG signals for upper-limb exoskeletons in reaching tasks. J. Neuroeng. Rehabil. 2019, 16, 45. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Lei, Z. An upper limb movement estimation from electromyography by using BP neural network. Biomed. Signal Process. Control 2019, 49, 434–439. [Google Scholar] [CrossRef]
- Wu, Q.; Chen, B.; Wu, H. Neural-network-enhanced torque estimation control of a soft wearable exoskeleton for elbow assistance. Mechatronics 2019, 63, 102279. [Google Scholar] [CrossRef]
- Xiao, F. Proportional myoelectric and compensating control of a cable-conduit mechanism-driven upper limb exoskeleton. ISA Trans. 2019, 89, 245–255. [Google Scholar] [CrossRef]
- Lu, Z.; Stampas, A.; Francisco, G.E.; Zhou, P. Offline and online myoelectric pattern recognition analysis and real-time control of a robotic hand after spinal cord injury. J. Neural Eng. 2019, 16, 036018. [Google Scholar] [CrossRef] [PubMed]
- Secciani, N.; Bianchi, M.; Meli, E.; Volpe, Y.; Ridolfi, A. A novel application of a surface ElectroMyoGraphy-based control strategy for a hand exoskeleton system: A single-case study. Int. J. Adv. Robot. Syst. 2019, 16, 1. [Google Scholar] [CrossRef] [Green Version]
- Burns, M.K.; Pei, D.; Vinjamuri, R. Myoelectric control of a soft hand exoskeleton using kinematic synergies. IEEE Trans. Biomed. Circuits Syst. 2019, 13, 1351–1361. [Google Scholar] [CrossRef] [PubMed]
- Lu, L.; Wu, Q.; Chen, X.; Shao, Z.; Chen, B.; Wu, H. Development of a sEMG-based torque estimation control strategy for a soft elbow exoskeleton. Robot. Auton. Syst. 2019, 111, 88–98. [Google Scholar] [CrossRef]
- Li, X.; Liu, S.; Chang, Y.; Li, S.; Fan, Y.; Yu, H. A Human Joint Torque Estimation Method for Elbow Exoskeleton Control. Int. J. Humanoid Robot. 2020, 17, 03. [Google Scholar] [CrossRef]
- Lotti, N.; Xiloyannis, M.; Durandau, G.; Galofaro, E.; Sanguineti, V.; Masia, L.; Sartori, M. Adaptive Model-Based Myoelectric Control for a Soft Wearable Arm Exosuit: A New Generation of Wearable Robot Control. IEEE Robot. Autom. Mag. 2020, 27, 43–53. [Google Scholar] [CrossRef]
- Hosseini, M.; Meattini, R.; San-Millan, A.; Palli, G.; Melchiorri, C.; Paik, J. A sEMG-Driven Soft ExoSuit Based on Twisted String Actuators for Elbow Assistive Applications. IEEE Robot. Autom. Lett. 2020, 5, 4094–4101. [Google Scholar] [CrossRef]
- Da Silva, L.D.L.; Pereira, T.F.; Leithardt, V.R.Q.; Seman, L.O.; Zeferino, C.A. Hybrid Impedance-Admittance Control for Upper Limb Exoskeleton Using Electromyography. Appl. Sci. 2020, 10, 7146. [Google Scholar] [CrossRef]
- Treussart, B.; Geffard, F.; Vignais, N.; Marin, F. Controlling an upper-limb exoskeleton by EMG signal while carrying unknown load. In Proceedings of the 2020 IEEE International Conference on Robotics and Automation (ICRA), Paris, France, 31 May–31 August 2020; pp. 9107–9113. [Google Scholar] [CrossRef]
- Liu, H.; Tao, J.; Lyu, P.; Tian, F. Human-robot cooperative control based on sEMG for the upper limb exoskeleton robot. Robot. Auton. Syst. 2020, 125, 103350. [Google Scholar] [CrossRef]
- McDonald, C.G.; Sullivan, J.L.; Dennis, T.A.; O’Malley, M.K. A Myoelectric Control Interface for Upper-Limb Robotic Rehabilitation Following Spinal Cord Injury. IEEE Trans. Neural Syst. Rehabil. Eng. 2020, 28, 978–987. [Google Scholar] [CrossRef]
- Castiblanco, J.C.; Mondragon, I.F.; Alvarado-Rojas, C.; Colorado, J.D. Assist-As-Needed Exoskeleton for Hand Joint Rehabilitation Based on Muscle Effort Detection. Sensors 2021, 21, 4372. [Google Scholar] [CrossRef] [PubMed]
- Liu, Y.; Li, X.; Zhu, A.; Zheng, Z.; Zhu, H. Design and evaluation of a surface electromyography-controlled lightweight upper arm exoskeleton rehabilitation robot. Int. J. Adv. Robot. Syst. 2021, 18, 3. [Google Scholar] [CrossRef]
- Yang, Z.; Guo, S.; Liu, Y.; Hirata, H.; Tamiya, T. An intention-based online bilateral training system for upper limb motor rehabilitation. Microsyst. Technol. 2021, 27, 211–222. [Google Scholar] [CrossRef]
- Zhou, Y.; Chen, C.; Alshahrani, Y.; Cheng, M.; Xu, G.; Li, M.; Zhou, W.; Wu, L.; Kakos, B.; Frush, T.; et al. Real-time Multiple-Channel Shoulder EMG Processing for a Rehabilitative Upper-limb Exoskeleton Motion Control Using ANN Machine Learning. In Proceedings of the 2021 27th International Conference on Mechatronics and Machine Vision in Practice (M2VIP), Shanghai, China, 26–28 November 2021. [Google Scholar] [CrossRef]
- Cisnal, A.; Pérez-Turiel, J.; Fraile, J.C.; Sierra, D.; Fuente, E.d.l. RobHand: A Hand Exoskeleton With Real-Time EMG-Driven Embedded Control. Quantifying Hand Gesture Recognition Delays for Bilateral Rehabilitation. IEEE Access 2021, 9, 137809–137823. [Google Scholar] [CrossRef]
- Xiao, F.; Gu, L.; Ma, W.; Zhu, Y.; Zhang, Z.; Wang, Y. Real time motion intention recognition method with limited number of surface electromyography sensors for A 7-DOF hand/wrist rehabilitation exoskeleton. Mechatronics 2021, 79, 102642. [Google Scholar] [CrossRef]
- Liu, C.; Liang, H.; Murata, Y.; Li, P.; Ueda, N.; Matsuzawa, R.; Zhu, C. A wearable lightweight exoskeleton with full degrees of freedom for upper-limb power assistance. Adv. Robot. 2021, 35, 413–424. [Google Scholar] [CrossRef]
- Xie, C.; Yang, Q.; Huang, Y.; Su, S.W.; Xu, T.; Song, R. A Hybrid Arm-Hand Rehabilitation Robot With EMG-Based Admittance Controller. IEEE Trans. Biomed. Circuits Syst. 2021, 15, 1332–1342. [Google Scholar] [CrossRef]
- van Eck, N.J.; Waltman, L. Software survey: VOSviewer, a computer program for bibliometric mapping. Scientometrics 2010, 84, 523–538. [Google Scholar] [CrossRef] [Green Version]
- Lenzi, T.; Rossi, S.M.M.; Vitiello, N.; Carrozza, M.C. Proportional EMG control for upper-limb powered exoskeletons. In Proceedings of the 2011 Annual International Conference of the IEEE Engineering in Medicine and Biology Society, Boston, MA, USA, 30 August–3 September 2011; Volume 2011, pp. 628–631. [Google Scholar] [CrossRef]
- Brown, S.H.; McGill, S. Revising the EMG-torque relationship of the trunk musculature: Effects of antagonistic co-contraction. Am. Soc. Biomech. 1997, 48, 411–426. [Google Scholar]
- Rosen, J.; Fuchs, M.B.; Arcan, M. Performances of hill-type and neural network muscle models-toward a myosignal-based exoskeleton. Comput. Biomed. Res. 1999, 32, 415–439. [Google Scholar] [CrossRef] [Green Version]
- Rosen, J.; Brand, M.; Fuchs, M.B.; Arcan, M. A myosignal-based powered exoskeleton system. IEEE Trans. Syst. Man Cybern. Part A Syst. Humans 2001, 31, 210–222. [Google Scholar] [CrossRef] [Green Version]
- Perreault, E.J.; Heckman, C.J.; Sandercock, T.G. Hill muscle model errors during movement are greatest within the physiologically relevant range of motor unit firing rates. J. Biomech. 2003, 36, 211–218. [Google Scholar] [CrossRef]
- Masuda, K.; Masuda, T.; Sadoyama, T.; Mitsuharu, I.; Katsuta, S. Changes in surface EMG parameters during static and dynamic fatiguing contractions. J. Electromyogr. Kinesiol. 1999, 9, 39–46. [Google Scholar] [CrossRef]
- Laursen, B.; Jensen, B.R.; Németh, G.; Sjøgaard, G. A model predicting individual shoulder muscle forces based on relationship between electromyographic and 3D external forces in static position. J. Biomech. 1998, 31, 731–739. [Google Scholar] [CrossRef]
- Cavallaro, E.E.; Rosen, J.; Perry, J.C.; Burns, S. Real-Time Myoprocessors for a Neural Controlled Powered Exoskeleton Arm. IEEE Trans. Biomed. Eng. 2006, 53, 2387–2396. [Google Scholar] [CrossRef]
- Serrancolí, G.; Kinney, A.L.; Fregly, B.J.; Font-Llagunes, J.M. Neuromusculoskeletal Model Calibration Significantly Affects Predicted Knee Contact Forces for Walking. J. Biomech. Eng. 2016, 138, 081001. [Google Scholar] [CrossRef] [Green Version]
- Phinyomark, A.; Phukpattaranont, P.; Limsakul, C. Feature reduction and selection for EMG signal classification. Expert Syst. Appl. 2012, 39, 7420–7431. [Google Scholar] [CrossRef]
- Arteaga, M.V.; Castiblanco, J.C.; Mondragon, I.F.; Colorado, J.D.; Alvarado-Rojas, C. EMG-based adaptive trajectory generation for an exoskeleton model during hand rehabilitation exercises. 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. 416–421. [Google Scholar] [CrossRef]
- Kaelbling, L.P.; Littman, M.L.; Moore, A.W. Reinforcement Learning: A Survey. J. Artif. Intell. Res. 1996, 4, 237–285. [Google Scholar] [CrossRef] [Green Version]
- Pilarski, P.M.; Dawson, M.R.; Degris, T.; Fahimi, F.; Carey, J.P.; Sutton, R.S. Online human training of a myoelectric prosthesis controller via actor-critic reinforcement learning. IEEE Int. Conf. Rehabil. Robot. 2011, 2011, 5975338. [Google Scholar] [CrossRef]
- Luo, S.; Androwis, G.; Adamovich, S.; Su, H.; Nunez, E.; Zhou, X. Reinforcement Learning and Control of a Lower Extremity Exoskeleton for Squat Assistance. Front. Robot. AI 2021, 8. [Google Scholar] [CrossRef]
- Wu, W.; Saul, K.R.; Huang, H. Using Reinforcement Learning to Estimate Human Joint Moments From Electromyography or Joint Kinematics: An Alternative Solution to Musculoskeletal-Based Biomechanics. J. Biomech. Eng. 2021, 143. [Google Scholar] [CrossRef] [PubMed]
- Deisenroth, M.P.; Rasmussen, C.E. PILCO: A Model-Based and Data-Efficient Approach to Policy Search. In Proceedings of the 28th International Conference on Machine Learning, Bellevue, WA, USA, 28 June–2 July 2011. [Google Scholar] [CrossRef]
- Jaber, H.A.; Rashid, M.T.; Fortuna, L. Online myoelectric pattern recognition based on hybrid spatial features. Biomed. Signal Process. Control 2021, 66, 102482. [Google Scholar] [CrossRef]
- José, M.N.V.; Dias, F.M.; Alexandre Manuel, M. Neuro-Fuzzy Systems: A Survey. Wseas Trans. Syst. Arch. 2004, 3, 1–6. [Google Scholar]
- Kiguchi, K.; Esaki, R.; Fukuda, T. Development of a wearable exoskeleton for daily forearm motion assist. Adv. Robot. 2005, 19, 751–771. [Google Scholar] [CrossRef]
- Kiguchi, K.; Tanaka, T.; Fukuda, T. Neuro-fuzzy control of a robotic exoskeleton with EMG signals. IEEE Trans. Fuzzy Syst. 2004, 12, 481–490. [Google Scholar] [CrossRef]
- Phinyomark, A.; Quaine, F.; Charbonnier, S.; Serviere, C.; Tarpin-Bernard, F.; Laurillau, Y. EMG feature evaluation for improving myoelectric pattern recognition robustness. Expert Syst. Appl. 2013, 40, 4832–4840. [Google Scholar] [CrossRef]
- Geng, Y.J.; Samuel, O.W.; Wei, Y.; Li, G.L. Improving the Robustness of Real-Time Myoelectric Pattern Recognition against Arm Position Changes in Transradial Amputees. Biomed Res. Int. 2017, 2017, 5090454. [Google Scholar] [CrossRef] [Green Version]
- Tkach, D.; Huang, H.; Kuiken, T.A. Study of stability of time-domain features for electromyographic pattern recognition. J. NeuroEng. Rehabil. 2010, 7, 21. [Google Scholar] [CrossRef] [Green Version]
- Boschmann, A.; Kaufmann, P.; Platzner, M.; Winkler, M. Towards multi-movement hand prostheses: Combining adaptive classification with high precision sockets. In Proceedings of the 2nd European Conference Technically Assisted Rehabilitation, Berlin, Germany, 18–19 March 2009. [Google Scholar]
- Scheme, E.; Englehart, K. Electromyogram pattern recognition for control of powered upper-limb prostheses: State of the art and challenges for clinical use. J. Rehabil. Res. Dev. 2011, 48, 643. [Google Scholar] [CrossRef]
- He, J.; Zhang, D.; Sheng, X.; Li, S.; Zhu, X. Invariant Surface EMG Feature Against Varying Contraction Level for Myoelectric Control Based on Muscle Coordination. IEEE J. Biomed. Health Inform. 2015, 19, 874–882. [Google Scholar] [CrossRef]
- Zhang, X.; Li, X.; Samuel, O.W.; Huang, Z.; Fang, P.; Li, G. Improving the robustness of electromyogram-pattern recognition for prosthetic control by a postprocessing strategy. Front. Neurorobot. 2017, 11, 51. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Young, A.J.; Hargrove, L.J.; Kuiken, T.A. Improving Myoelectric Pattern Recognition Robustness to Electrode Shift by Changing Interelectrode Distance and Electrode Configuration. IEEE Trans. Biomed. Eng. 2012, 59, 645–652. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Asghari Oskoei, M.; Hu, H. Myoelectric control systems: A survey. Biomed. Signal Process. Control 2007, 2, 275–294. [Google Scholar] [CrossRef]
- Kaufmann, P.; Englehart, K.; Platzner, M. Fluctuating emg signals: Investigating long-term effects of pattern matching algorithms. Procedings of the 2010 Annual International Conference of the IEEE Engineering in Medicine and Biology, Buenos Aires, Argentina, 31 August–4 September 2010; pp. 6357–6360. [Google Scholar] [CrossRef]
- Novak, D.; Riener, R. A survey of sensor fusion methods in wearable robotics. Robot. Auton. Syst. 2015, 73, 155–170. [Google Scholar] [CrossRef]
- Turvey, M.T. Action and perception at the level of synergies. Hum. Mov. Sci. 2007, 26, 657–697. [Google Scholar] [CrossRef]
- Mesin, L. Crosstalk in surface electromyogram: Literature review and some insights. Phys. Eng. Sci. Med. 2020, 43, 481–492. [Google Scholar] [CrossRef]
- Kang, H.B.; Wang, J.H. Adaptive control of 5 DOF upper-limb exoskeleton robot with improved safety. ISA Trans. 2013, 52, 844–852. [Google Scholar] [CrossRef]
- López, N.M.; di Sciascio, F.; Soria, C.M.; Valentinuzzi, M.E. Robust EMG sensing system based on data fusion for myoelectric control of a robotic arm. Biomed. Eng. Online 2009, 8, 1–13. [Google Scholar] [CrossRef] [Green Version]
- Bao, T.; Xie, S.Q.; Yang, P.; Zhou, P.; Zhang, Z.Q. Toward Robust, Adaptiveand Reliable Upper-Limb Motion Estimation Using Machine Learning and Deep Learning–A Survey in Myoelectric Control. IEEE J. Biomed. Health Inform. 2022, 26, 3822–3835. [Google Scholar] [CrossRef]
- Englehart, K.; Hudgins, B. A robust, real-time control scheme for multifunction myoelectric control. IEEE Trans. Biomed. Eng. 2003, 50, 848–854. [Google Scholar] [CrossRef]
- Bao, T.; Zaidi, S.A.R.; Xie, S.Q.; Yang, P.; Zhang, Z.Q. CNN Confidence Estimation for Rejection-Based Hand Gesture Classification in Myoelectric Control. IEEE Trans. Hum. Mach. Syst. 2021, 52, 99–109. [Google Scholar] [CrossRef]
- Edwards, A.L.; Dawson, M.R.; Hebert, J.S.; Sherstan, C.; Sutton, R.S.; Chan, K.M.; Pilarski, P.M. Application of real-time machine learning to myoelectric prosthesis control: A case series in adaptive switching. Prosthetics Orthot. Int. 2016, 40, 573–581. [Google Scholar] [CrossRef] [PubMed]
- Li, G.; Schultz, A.E.; Kuiken, T.A. Quantifying pattern recognition—Based myoelectric control of multifunctional transradial prostheses. IEEE Trans. Neural Syst. Rehabil. Eng. 2010, 18, 185–192. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Meattini, R.; Chiaravalli, D.; Palli, G.; Melchiorri, C. sEMG-Based Human-in-the-Loop Control of Elbow Assistive Robots for Physical Tasks and Muscle Strength Training. IEEE Robot. Autom. Lett. 2020, 5, 5795–5802. [Google Scholar] [CrossRef]
Database | Search Query |
---|---|
PubMed | (((myoelectric OR electromyography OR EMG) AND (upper limb OR elbow OR shoul-der OR hand OR finger OR wrist)) AND (exosuit OR exoskeleton)) AND ((“2011/01/01” [Date—Publication]: “2021/12/31” [Date—Publication])) |
Web of Science | (((TS = (upper limb OR upper body OR wrist OR elbow OR shoulder OR finger OR hand)) AND (TS = (electromyography OR emg OR semg OR surface electromyography OR myoelectric)) AND (TS = (exoskeleton OR exosuit)) AND PY = (2011–2021)) NOT TS = (Passive)) NOT TS = (Lower Limb OR Hip OR Knee) |
IEEE Xplore | (“All Metadata”: upper limb OR “All Metadata”: upper body OR “All Metadata”: elbow OR “All Metadata”: shoulder OR “All Metadata”: wrist OR “All Metadata”: hand OR “All Metadata”: finger) AND (“All Metadata”: electromyography OR “All Metadata”: emg OR “All Metadata”: EMG OR “All Metadata”: myoelectric) AND (“All Metadata”: exosuit OR “All Metadata”: exoskeleton) |
No. | Ref and Author | Year | Body Segment | Control Method | Device Portability | DoF | Application of Device | Experimental Subject |
---|---|---|---|---|---|---|---|---|
1 | Ho et al. [15] | 2011 | Hand | Threshold | Portable | 10 | Rehabilitation | 8 chronic stroke subjects |
2 | Lenzi et al. [9] | 2012 | Elbow | Proportional | Fixed | 1 | Augmentation and Assistance | 10 healthy subjects |
3 | Gopura and Kiguchi [16] | 2012 | Shoulder, Elbow, Wrist | Neural Fuzzy | Fixed | 6 | Rehabilitation | 1 healthy subject |
4 | Kiguchi and Hayashi [17] | 2012 | Shoulder, Elbow, Wrist | Neural Fuzzy | Fixed | 7 | Rehabilitation and Assistance | 3 healthy subjects |
5 | Pang et al. [18] | 2012 | Hand | Machine Learning | Portable | 1 | Rehabilitation | 3 healthy subjects |
6 | Delph et al. [19] | 2013 | Hand | Proportional | Portable | 1 | Rehabilitation | Not Specified |
7 | Loconsole et al. [20] | 2013 | Hand | Machine Learning | Portable | 1 | Rehabilitation | 1 healthy subject |
8 | Su et al. [21] | 2013 | Elbow | Machine Learning | Fixed | 3 | Rehabilitation | 1 healthy subject |
9 | Ngeo et al. [22] | 2013 | Hand | Machine Learning | Portable | 3 | Assistance | 1 healthy subject |
10 | Ramos and Meggiolaro [23] | 2014 | Elbow | Model Base | Portable | 2 | Augmentation | 1 healthy subject |
11 | Kawase et al. [24] | 2014 | Elbow, Wrist | Model Base | Portable | 6 | Rehabilitation | 6 healthy subjects, 1 SCI patient |
12 | Loconsole et al. [25] | 2014 | Elbow | Model Base | Fixed | 1 | Rehabilitation | 1 healthy subject |
13 | Li et al. [26] | 2014 | Elbow, Wrist | Machine Learning | Fixed | 2 | Assistance | 5 healthy subjects |
14 | Li et al. [ 27] | 2014 | Elbow | Machine Learning | Portable | 1 | Rehabilitation | 6 healthy subjects |
15 | Kirchner et al. [28] | 2014 | Elbow, Wrist | Machine Learning | Portable | 4 | Rehabilitation | 8 healthy subjects |
16 | Buongiorno et al. [29] | 2015 | Shoulder, Elbow | Model Base | Fixed | 4 | Rehabilitation | 3 healthy subjects |
17 | Riener and Novak [30] | 2015 | Elbow | Threshold | Fixed | 7 | Rehabilitation | 3 healthy subjects |
18 | Krasin et al. [31] | 2015 | Elbow | Threshold | Portable | 1 | Augmentation | Not specified |
19 | Leonardis et al. [32] | 2015 | Hand | Machine Learning | Portable | 1 | Rehabilitation | 6 healthy subjects, 2 chronic stroke patients |
20 | Ullauri et al. [33] | 2015 | Elbow | Model Base | Fixed | 1 | Rehabilitation | 2 healthy subjects |
21 | Triwiyanto et al. [34] | 2016 | Elbow | Proportional | Fixed | 1 | Rehabilitation | Not specified |
22 | Peternel et al. [35] | 2016 | Elbow | Model Base | Fixed | 1 | Rehabilitation and Assistance | 8 healthy subjects |
23 | Accogli et al. [8] | 2017 | Wrist, Elbow | Machine Learning | Fixed | 4 | Assistance | 1 healthy subject |
24 | Lu et al. [36] | 2017 | Hand | Machine Learning | Fixed | 5 | Rehabilitation | 8 healthy subjects; 2 SCI subjects |
25 | Li et al. [37] | 2017 | Elbow | Model Base | Fixed | 2 | Assistance | 1 healthy subject |
26 | Hosseini et al. [38] | 2017 | Elbow | Threshold | Portable | 2 | Assistance | 1 healthy subject |
27 | Mghames et al. [39] | 2017 | Elbow | Proportional | Portable | 1 | Augmentation | 1 healthy subject |
28 | Hamaya et al. [40] | 2017 | Elbow | Machine Learning | Fixed | 1 | Assistance | 5 healthy subjects |
29 | Yun et al. [41] | 2017 | Hand | Machine Learning | Portable | 8 | Augmentation | 2 SCI Patients |
30 | Irastorza-Landa et al. [42] | 2017 | Wrist | Machine Learning | Portable | 7 | Rehabilitation | 8 healthy subjects |
31 | Lambelet et al. [43] | 2017 | Wrist | Proportional | Portable | 1 | Rehabilitation | 1 healthy subject |
32 | Lince et al. [44] | 2017 | Hand | Proportional | Portable | 4 | Rehabilitation | 8 healthy subjects |
33 | Copaci et al. [45] | 2018 | Elbow | Threshold | Portable | 1 | Rehabilitation | 1 healthy subject |
34 | Zeng et al. [46] | 2018 | Hand | Machine Learning | Portable | 6 | Rehabilitation | 25 healthy subjects |
35 | Buongiorno et al. [47] | 2018 | Elbow | Model Base | Fixed | 4 | Augmentation and Assistance | 7 healthy subjects |
36 | Cisnal et al. [48] | 2019 | Hand | Proportional | Portable | 10 | Rehabilitation | Not Specified |
37 | Jana et al. [49] | 2019 | Hand | Machine Learning | Portable | 2 | Rehabilitation | 1 healthy subject |
38 | Trigili et al. [50] | 2019 | Elbow, Shoulder | Machine Learning | Fixed | 4 | Augmentation | 10 healthy subjects |
39 | Lei [51] | 2019 | Elbow, Wrist | Machine Learning | Portable | 1 | Rehabilitation | 4 healthy subjects |
40 | Wu et al. [52] | 2019 | Elbow | Machine Learning | Portable | 1 | Rehabilitation and Assistance | 5 healthy subjects |
41 | Xiao [53] | 2019 | Elbow | Machine Learning | Fixed | 1 | Rehabilitation | 9 healthy subjects |
42 | Lu et al. [54] | 2019 | Hand | Machine Learning | Portable | 5 | Rehabilitation | 12 SCI Patients |
43 | Secciani et al. [55] | 2019 | Hand | Machine Learning | Portable | 4 | Assistance | 1 patient with hand impairment |
44 | Burns et al. [56] | 2019 | Hand | Machine Learning | Portable | 10 | Rehabilitation | 5 healthy subjects |
45 | Lu et al. [57] | 2019 | Elbow | Machine Learning | Portable | 1 | Assistance | 5 healthy subjects |
46 | Li et al. [58] | 2020 | Elbow | Machine Learning | Portable | 1 | Assistance | 10 healthy subjects |
47 | Lotti et al. [59] | 2020 | Elbow | Model Base | Portable | 1 | Assistance | 6 healthy subjects |
48 | Hosseini et al. [60] | 2020 | Elbow | Threshold | Portable | 2 | Assistance | 4 healthy subjects |
49 | Da Silva et al. [61] | 2020 | Elbow | Proportional | Portable | 2 | Assistance | 1 healthy subjects |
50 | Treussart et al. [62] | 2020 | Elbow | Proportional | Fixed | 1 | Augmentation | 10 healthy subjects |
51 | Liu et al. [63] | 2020 | Elbow | Model Base | Fixed | 1 | Rehabilitation and Assistance | 5 healthy subjects |
52 | McDonald et al. [64] | 2020 | Elbow | Machine Learning | Portable | 4 | Rehabilitation | 10 healthy subjects, 1 SCI patient |
53 | Castiblanco et al. [65] | 2021 | Hand | Neural Fuzzy | Portable | 4 | Rehabilitation | 4 stroke patients and 3 healthy subjects |
54 | Liu et al. [66] | 2021 | Elbow | Machine Learning | Portable | 1 | Rehabilitation | 20 healthy subjects |
55 | Yang et al. [67] | 2021 | Elbow | Machine Learning | Portable | 1 | Rehabilitation | 10 healthy subjects |
56 | Zhou et al. [68] | 2021 | Shoulder | Machine Learning | Fixed | 5 | Rehabilitation | 18 healthy subjects |
57 | Cisnal et al. [69] | 2021 | Hand | Threshold | Portable | 5 | Rehabilitation | 10 healthy subjects |
58 | Xiao et al. [70] | 2021 | Hand | Machine Learning | Fixed | 7 | Rehabilitation | 9 healthy subjects |
59 | Liu et al. [71] | 2021 | Shoulder, Elbow | Proportional | Portable | 2 | Augmentation | 3 healthy subjects |
60 | Xie et al. [72] | 2021 | Hand | Model Base | Portable | 8 | Rehabilitation | Not specified |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2022 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Fu, J.; Choudhury, R.; Hosseini, S.M.; Simpson, R.; Park, J.-H. Myoelectric Control Systems for Upper Limb Wearable Robotic Exoskeletons and Exosuits—A Systematic Review. Sensors 2022, 22, 8134. https://doi.org/10.3390/s22218134
Fu J, Choudhury R, Hosseini SM, Simpson R, Park J-H. Myoelectric Control Systems for Upper Limb Wearable Robotic Exoskeletons and Exosuits—A Systematic Review. Sensors. 2022; 22(21):8134. https://doi.org/10.3390/s22218134
Chicago/Turabian StyleFu, Jirui, Renoa Choudhury, Saba M. Hosseini, Rylan Simpson, and Joon-Hyuk Park. 2022. "Myoelectric Control Systems for Upper Limb Wearable Robotic Exoskeletons and Exosuits—A Systematic Review" Sensors 22, no. 21: 8134. https://doi.org/10.3390/s22218134
APA StyleFu, J., Choudhury, R., Hosseini, S. M., Simpson, R., & Park, J. -H. (2022). Myoelectric Control Systems for Upper Limb Wearable Robotic Exoskeletons and Exosuits—A Systematic Review. Sensors, 22(21), 8134. https://doi.org/10.3390/s22218134