WO2021052045A1 - Body movement recognition method and apparatus, computer device and storage medium - Google Patents

Body movement recognition method and apparatus, computer device and storage medium Download PDF

Info

Publication number
WO2021052045A1
WO2021052045A1 PCT/CN2020/106654 CN2020106654W WO2021052045A1 WO 2021052045 A1 WO2021052045 A1 WO 2021052045A1 CN 2020106654 W CN2020106654 W CN 2020106654W WO 2021052045 A1 WO2021052045 A1 WO 2021052045A1
Authority
WO
WIPO (PCT)
Prior art keywords
classification model
target object
classification
emg signal
sample
Prior art date
Application number
PCT/CN2020/106654
Other languages
French (fr)
Chinese (zh)
Inventor
田彦秀
韩久琦
Original Assignee
北京海益同展信息科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 北京海益同展信息科技有限公司 filed Critical 北京海益同展信息科技有限公司
Publication of WO2021052045A1 publication Critical patent/WO2021052045A1/en

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/24Detecting, measuring or recording bioelectric or biomagnetic signals of the body or parts thereof
    • A61B5/316Modalities, i.e. specific diagnostic methods
    • A61B5/389Electromyography [EMG]
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/103Detecting, measuring or recording devices for testing the shape, pattern, colour, size or movement of the body or parts thereof, for diagnostic purposes
    • A61B5/11Measuring movement of the entire body or parts thereof, e.g. head or hand tremor, mobility of a limb
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/103Detecting, measuring or recording devices for testing the shape, pattern, colour, size or movement of the body or parts thereof, for diagnostic purposes
    • A61B5/11Measuring movement of the entire body or parts thereof, e.g. head or hand tremor, mobility of a limb
    • A61B5/1116Determining posture transitions

Definitions

  • the present disclosure relates to the field of artificial intelligence technology, and in particular to a method, device, computer equipment, and storage medium for recognizing body movements.
  • SEMG Surface Electromyography
  • the surface EMG signal is very specific.
  • the first aspect is that the performance of the gesture recognition system will be affected by the individual differences in surface EMG signals. Such individual differences are often caused by the electrode displacements of different collected subjects or the muscle shapes between different subjects. Differences in size, strength, fatigue, and skin impedance are caused. This individual difference often leads to different distributions of training data and test data from different subjects, making it difficult to effectively expand the classifier model learned from the current individual And apply to other individuals.
  • the surface EMG signal is time-varying. With the passage of time, the subject is prone to fatigue due to long-term dynamic changes in muscle contraction force. The shape and size of the muscles, the magnitude of the force, the degree of fatigue, and the skin impedance of the same subject Changes will occur, affecting the recognition effect of the classifier model.
  • the embodiments of the present disclosure provide a method, device, computer equipment, and storage medium for recognizing body movements.
  • the embodiments of the present disclosure provide a method for recognizing body movements, including:
  • the parameters of the classification model are updated to repair the deviation of the limb movement of the classification model in identifying the target object.
  • the establishment of a classification model of body movements includes:
  • the trained classification model is obtained.
  • applying the classification model to the recognition of the body movements of the target object includes:
  • the dimensionality reduction processing and classification recognition processing are performed on the feature vector through the classification model to obtain a classification and recognition result of the body movement of the target object.
  • the acquiring and identifying the status of the target object includes:
  • updating the parameters of the classification model includes:
  • the parameters of the classification model are updated:
  • the target object to be recognized by the classification model is changed;
  • the duration of the classification model identifying the same target object is greater than the duration threshold
  • the classification model identifies the number of samples of the surface EMG signal of the same target object, which is greater than the sample number threshold.
  • said updating the parameters of the classification model includes:
  • unsupervised learning updates the parameters of the classification model.
  • said updating the parameters of the classification model includes:
  • the classification model is a linear discriminant analysis (Linear Discriminant Analysis, LDA) classifier, training the LDA classifier by using labeled surface EMG signal samples of the target object;
  • LDA Linear Discriminant Analysis
  • the intra-class divergence matrix and the inter-class divergence matrix of the LDA classifier are adjusted until the following conditions are met: the same type after dimensionality reduction and classification processing is performed by the LDA classifier The distance between the feature vectors of the target object sample meets a first distance threshold, and the distance between the feature vectors of the target object samples of different types meets a second distance threshold;
  • the adjusted intra-class divergence matrix and the inter-class divergence matrix satisfying the condition are used as parameters of the updated LDA classifier.
  • the embodiment of the present disclosure provides a device for recognizing body movements.
  • the device includes a building module and a processing module, wherein
  • the construction module is configured to establish a classification model of body movements, wherein the classification model is trained based on the training set of the surface EMG signal of the sample object;
  • the processing module is configured to apply the classification model to the recognition of the limb movements of the target object; in the recognition process of the limb movements of the target object, obtain the state of recognizing the target object; when recognizing the target object When the status of satisfies the update condition of the classification model, the parameters of the classification model are updated to repair the deviation of the limb movement of the classification model in identifying the target object.
  • the embodiment of the present disclosure provides a computer device, including:
  • Memory configured to store executable instructions
  • the processor is configured to implement the method for recognizing a limb movement in the embodiment of the present disclosure when the executable instruction is executed.
  • the executable instructions can be installation packages, programs, codes, plug-ins, and libraries (dynamic/static libraries).
  • the embodiment of the present disclosure provides a limb movement recognition device, including: a processor and a memory configured to store a computer program that can run on the processor;
  • the processor is configured to implement the limb movement recognition method of the embodiment of the present disclosure when running the computer program.
  • the embodiment of the present disclosure provides a storage medium that stores executable instructions, and when the executable instructions are executed, the method for recognizing body movements in the embodiments of the present disclosure is realized.
  • the state of recognizing the target object can be obtained.
  • the parameters of the classification model are updated to repair all the objects.
  • the classification model recognizes the deviation of the body movement of the target object. In this way, the classification model can be updated in time based on the state of the target object, repairs the deviation of the classification model's recognition of the body movement of the target object, and reduces the impact of the change in the state of the target object on the classification model. The recognition accuracy of the classification model is ensured.
  • FIG. 1 is a schematic flowchart of a method for recognizing body movements according to an embodiment of the disclosure
  • FIG. 2 is a schematic flow chart of another method for recognizing body movements provided by an embodiment of the present disclosure
  • FIG. 3 is a schematic flowchart of another method for recognizing body movements according to an embodiment of the present disclosure
  • FIG. 4 is a schematic flowchart of another method for recognizing body movements according to an embodiment of the disclosure.
  • FIG. 5 is a schematic diagram of a model applied by a method for recognizing body movements according to an embodiment of the disclosure
  • FIG. 6 is a schematic flowchart of another method for recognizing body movements according to an embodiment of the present disclosure.
  • FIG. 7 is a schematic diagram of a device for recognizing body movements according to an embodiment of the disclosure.
  • FIG. 8 is a schematic structural diagram of a computer device provided by an embodiment of the disclosure.
  • the terms "including”, “including” or any other variations thereof are intended to cover non-exclusive inclusion, so that a method or device including a series of elements not only includes the explicitly stated Elements, and also include other elements not explicitly listed, or elements inherent to the implementation of the method or device. Without more restrictions, the element defined by the sentence “including a" does not exclude the existence of other related elements in the method or device that includes the element (such as steps in the method or units in the device).
  • the unit may be a part of a circuit, a part of a processor, a part of a program or software, etc.).
  • the method for recognizing a body movement provided by the embodiment of the present disclosure includes a series of steps, but the method for recognizing a body movement provided by the embodiment of the present disclosure is not limited to the recorded steps.
  • the embodiment of the present disclosure provides The recognition device based on a kind of limb movement includes a series of modules, but the device provided in the embodiments of the present disclosure is not limited to include the clearly recorded modules, and may also include settings that need to be set for obtaining relevant information or processing based on information Module.
  • Classification model refers to an algorithm model or function used for classification, which can map data in a database or sample set to a category in a given category.
  • the present disclosure is used for a classification model for classifying body movements.
  • Limb movement refers to the corresponding posture when the limb moves. For example, three-finger pinching, side pinching, hooking, powerful grasping, cylindrical grasping, center grasping, palm extension, and wrist bending postures related to human arms.
  • the following uses the recognition of limb movements of the prosthesis in the field of bionics as an example to illustrate the application scenarios of the present disclosure: when the user of the prosthesis controls the movement of the prosthesis, it is necessary to control the prosthesis to make limb movements by issuing control instructions. . Therefore, the EMG signal of the human limb can be collected by setting sensors on the human body, because when the user of the prosthesis intends to make a certain action, there will be feedback on the EMG signal. After collecting the EMG signal, pass Analyzing the EMG signal can determine the specific posture action type that the prosthesis user intends to make, so as to control the prosthesis to make corresponding actions.
  • the user of the prosthesis does not need to control the movement of the prosthesis through the cumbersome way of mechanical switch or manual selection, which improves the experience of the prosthesis user.
  • the embodiments of the present disclosure can be applied to the control of the movement of the prosthesis.
  • the method for recognizing body movements provided by the embodiments of the present disclosure may be implemented by a terminal or a server alone, or implemented by the server and the terminal in cooperation. Please refer to FIG. 1, the present disclosure
  • An embodiment provides a method for recognizing body movements, including:
  • Step 11 Establish a classification model of body movements, wherein the classification model is trained based on the training set of the surface EMG signal of the sample object;
  • the execution subject of the limb movement may refer to a target object capable of generating electromyographic signals and capable of performing limb movement, such as humans, animals, and the like.
  • the electromyographic signal may be collected from the forearm muscles by using two modular bipolar differential electrodes.
  • the sample object may be a sample of the electromyographic signal collected when the execution subject makes a different posture action, for example, a sample of the electromyographic signal collected when the arm makes a movement such as bending, inversion, and eversion. .
  • the sample object can be collected in different time periods, the collection of the sample object can correspond to different execution subjects, and the collection method can be collection according to a set collection frequency.
  • the classification model may be a classification model that has been trained so that the classification accuracy rate reaches an expected value, for example, an LDA classifier.
  • the classifier may be a combination or cascade of multiple sub-classifiers.
  • Step 12 Apply the classification model to the recognition of body movements of the target object
  • the feature vector of the electromyographic signal generated by the target object is input into the classification model, and the type of the limb movement of the target object is determined through dimensionality reduction processing and classification processing of the classification model. For example, when the EMG signal sample of the current arm is collected, the first feature vector corresponding to the EMG signal is input into the classification model. If the output result of the classification model corresponds to the first category, the first The body action posture corresponding to the category is bending, then it can be determined that the current arm is making a bent body action.
  • Step 13 in the process of recognizing the limb movements of the target object, acquiring the status of recognizing the target object;
  • the state of the target object may be the state of whether the target object to be identified by the classification model has been changed. Due to individual differences between the target objects, such individual differences are often caused by the electrode displacements of different collected subjects, or The differences in muscle shape and size, exertion strength, fatigue, and skin impedance between different subjects are caused. Such individual differences often result in different distributions of sample data from different subjects.
  • the state of the target object may also be the state of the duration of the classification model identifying the same target object. As time goes by, the long-term dynamic change of muscle contraction force makes the subject easily fatigued, which may also result in different sample data.
  • the distribution of the target object; the state of the target object can also be the state of the number of samples of the surface EMG signal of the same target object that the classification model recognizes, because the more body movements the target object makes, the more frequent movements will change the contraction of the muscles The subject is prone to fatigue, which will also cause the sample data to have different distributions.
  • Step 14 When the state of identifying the target object meets the update condition of the classification model, update the parameters of the classification model to repair the deviation of the classification model in identifying the body movement of the target object.
  • the update condition may be set in advance, for example, the target object to be recognized by the classification model is changed; or, the duration for the classification model to identify the same target object is greater than the duration threshold; or, it is set as The classification model identifies the number of samples of the surface EMG signal of the same target object, which is greater than the sample number threshold.
  • the parameters of the classification model may be configuration parameters that affect the classification accuracy of the classification model.
  • the parameters of the classification model may be values corresponding to the intra-class divergence matrix and/or the inter-class divergence matrix.
  • the deviation of the limb movement may refer to the deviation between the classified body movement and the actual corresponding limb movement, which can be quantified and embodied in the way of accuracy.
  • the state of recognizing the target object in the process of recognizing the body movement of the target object, the state of recognizing the target object can be obtained, and when the state of recognizing the target object meets the update condition of the classification model, the state of recognizing the target object is updated.
  • the parameters of the classification model are used to repair the deviation of the body movements of the target object identified by the classification model.
  • the classification model can be updated in time based on the state of the target object, repair the deviation of the classification model to recognize the body movement of the target object, reduce the impact of the state change of the target object on the classification model, and ensure The recognition accuracy rate of the classification model is calculated.
  • the establishment of a classification model of a body movement includes:
  • Step 21 Perform preprocessing and feature vector extraction on the surface EMG signal of the sample object to obtain a feature vector sample set
  • the preprocessing of the surface EMG signal of the sample object may be filtering or denoising the surface EMG signal; the preprocessing and feature vector extraction of the surface EMG signal can be implemented by a neural network algorithm. , Such as BP neural network algorithm and so on.
  • the feature vector sample set may include a set of multiple EMG signal samples corresponding to the feature vector or the feature vector corresponding matrix.
  • Step 22 randomly divide the feature vector sample set into a training set and a test set
  • the random division may be to randomly select part of the feature vectors from the feature vector samples as the test set, and the remaining feature vectors as the training set.
  • the number of samples in the test set can be configured to any number according to requirements.
  • Step 23 Train a classification model of body movements based on the training set and the labels of the sample objects in the training set, and use the test set to test the recognition accuracy of the classification model;
  • the label of the sample object may be used to characterize cylindrical grasping, hooking, side pinching, pointing, spherical grasping, three-finger grasping, precise pinching, relaxed posture, inversion, eversion, and grasping. Mark label for holding and waiting posture.
  • Each sample object corresponds to one of the marking labels.
  • the recognition accuracy of the classification model may refer to the accuracy of comparing the classification result with the corresponding labeled label by inputting any sample in the test set into the training classification model.
  • Step 24 Obtain the trained classification model when the recognition accuracy of the classification model is greater than the first set threshold.
  • the first setting threshold may be set in advance, and the size of the first setting threshold may be flexibly set according to actual needs.
  • applying the classification model to the recognition of the body movements of the target object includes:
  • Step 31 Obtain the feature vector of the surface EMG signal of the target object to be recognized
  • the feature of the surface EMG signal of the target object may be a time domain feature, for example, an integrated EMG value feature, where the integrated EMG value is a value obtained by integrating the surface EMG signal of the target object; the number of zero crossing points Features, the number of zero crossing points refers to the number of times that the surface EMG signal of the target object passes through the zero point. Since the EMG signal originates from the electrical pulse sent by the central nerve, the strength of the EMG signal is also related to the frequency of the electrical pulse, so the number of zero crossing points It can be used as a feature of EMG signal.
  • the feature may be a vector corresponding to the above one feature or multiple features.
  • Step 32 Perform dimensionality reduction processing and classification recognition processing on the feature vector through the classification model to obtain a classification and recognition result of the body movement of the target object.
  • the classification model can project the feature points corresponding to the high-dimensional feature vector to a low-dimensional space, so that the features of the EMG signal are projected from the high-dimensional feature space to the low-dimensional space, and belong to the feature points of the same body movement. It is more clustered, and the feature points belonging to different body movements are more separated, so as to obtain classification and recognition results.
  • the acquiring and recognizing the status of the target object includes:
  • the change of the target object can be a limb change, for example, from the subject’s left arm to the right arm; it can also be a subject’s change, for example, from the subject A’s arm to the subject. Try B's arm.
  • the duration of identifying the same target object may be the duration from the input of the feature vector of the first sample to the classification model and the duration to the current time, such as 0.5 hour, 1 hour, or 2 hours.
  • the number of samples of the surface EMG signal for identifying the same target object may be N numbers from the input of the first sample feature vector to the classification model to the current input of the Nth sample number.
  • the classification model can be updated in real time to adapt to the new individual; on the other hand, it can dynamically change muscles based on long-term changes over time. For contractile force, when the subject is prone to fatigue, update the classification model in time.
  • updating the parameters of the classification model includes:
  • the parameters of the classification model are updated:
  • the target object to be recognized by the classification model is changed;
  • the duration of the classification model identifying the same target object is greater than the duration threshold
  • the classification model identifies the number of samples of the surface EMG signal of the same target object, which is greater than the sample number threshold.
  • the duration threshold and the sample number threshold can be flexibly set according to the recognition accuracy requirements of classification recognition. For example, when the recognition accuracy requirements are high, set a smaller duration threshold and a smaller number threshold; when the recognition accuracy requirements are low, set a larger duration threshold and a larger number threshold;
  • the updating the parameters of the classification model includes:
  • the target object is changed, and the changed target object is clear.
  • This situation is applicable to the situation where there are labeled data samples.
  • the classification model parameters are determined by the supervised learning method. Update.
  • unsupervised learning updates the parameters of the classification model.
  • the sample feature changes caused by the passage of time are uncertain, and it is inconvenient to label the sample data, and it is suitable for updating the classification model parameters through an unsupervised learning method.
  • the duration threshold may be statistically obtained based on the big data of the tested individual, such as 0.5 hour, 1 hour, and so on. The duration threshold can be flexibly set.
  • the updating the parameters of the classification model includes:
  • Step 41 When the classification model is an LDA classifier, train the LDA classifier by using labeled surface EMG signal samples of the target object;
  • the labeled surface EMG signal sample of the target object may be the surface EMG signal sample recognized in the classification model recognition process.
  • Step 42 During the training process of the classification model, adjust the intra-class divergence matrix and the inter-class divergence matrix of the LDA classifier until the following conditions are met: dimensionality reduction processing and classification processing are performed by the LDA classifier The distance between the feature vectors of the target object samples of the same type later satisfies the first distance threshold, and the distance between the feature vectors of the target object samples of different types satisfies the second distance threshold;
  • adjusting the intra-class divergence matrix and the inter-class divergence matrix of the LDA classifier may be adjusted according to the gradient.
  • the first distance threshold and the second distance threshold can be flexibly set according to identification requirements.
  • the same type may mean that the target object sample corresponds to the same body movement
  • the different type may mean that the target object sample corresponds to different body movements.
  • Step 43 Use the adjusted intra-class divergence matrix and the class divergence matrix that satisfy the condition as parameters of the updated LDA classifier.
  • the target object is identified according to the updated parameters of the LDA classifier.
  • Example 1 Please refer to FIG. 5.
  • body motion recognition corresponds to gesture recognition.
  • the gesture recognition is divided into a training phase and a recognition phase.
  • the recognition model 52 includes an LDA classification recognition model 51.
  • the method for recognizing body movements in the embodiments of the present disclosure can be applied to the LDA classification recognition model in FIG. 5.
  • the method for recognizing body movements includes the following steps:
  • Step 61 Perform preprocessing and feature vector extraction on the surface EMG signal of the sample object to obtain a feature vector sample set
  • Step 62 Randomly divide the feature vector sample set into a training set and a test set
  • Step 63 Train an LDA classification model of body movements based on the training set and the labels of the sample objects in the training set, and use the test set to test the recognition accuracy of the LDA classification model;
  • Step 64 When the recognition accuracy of the LDA classification model is greater than the first set threshold, obtain the LDA classification model after training;
  • Step 65 Obtain the feature vector of the surface EMG signal of the target object to be recognized
  • Step 66 Perform dimensionality reduction processing and classification and recognition processing on the feature vector through the LDA classification model to obtain a classification and recognition result of the body movement of the target object.
  • the parameters of the LDA classification model are updated through a training method of supervised learning; when the duration of the LDA classification model identifying the same target object is greater than the duration threshold , Or when the number of samples of the surface EMG signal of the same target to be recognized by the LDA classification model is greater than the second set threshold, the parameters of the LDA classification model are updated through an unsupervised learning training method.
  • the updating the parameters of the LDA classification model includes: when the LDA classification model is a linear discriminant analysis LDA classifier, training the LDA classifier through the surface EMG signal samples of the target object with labels In the training process of the LDA classification model, adjust the intra-class divergence matrix and the inter-class divergence matrix of the LDA classifier until the following conditions are met: after the dimensionality reduction processing and classification processing are performed by the LDA classifier The distance between the feature vectors of the target object samples of the same type meets the first distance threshold, and the distance between the feature vectors of the target object samples of different types meets the second distance threshold; the adjusted ones that meet the conditions The intra-class divergence matrix and the class divergence matrix are used as parameters of the updated LDA classifier.
  • the state of recognizing the target object in the process of recognizing the limb movements of the target object, the state of recognizing the target object can be obtained, and when the state of recognizing the target object satisfies the update condition of the LDA classification model, the state of recognizing the target object is updated.
  • the intra-class divergence matrix and the class divergence matrix of the classification model are used to repair the deviation of the body movement of the target object recognized by the classification model.
  • the LDA classification model can be updated in time based on the status of the target object, repairs the deviation of the LDA classification model to recognize the body movement of the target object, and reduces the impact of the status change of the target object on the classification model. , To ensure the recognition accuracy of the LDA classification model.
  • the embodiments of the present disclosure also provide a device for recognizing body movements. Please refer to FIG. 7.
  • the device includes a building module and a processing module, where:
  • the construction module 71 is configured to establish a classification model of body movements, wherein the classification model is trained based on the training set of the surface EMG signal of the sample object;
  • the processing module 72 is configured to apply the classification model to the recognition of the limb movements of the target object; in the recognition process of the limb movements of the target object, obtain the state of recognizing the target object; when recognizing the target When the state of the object satisfies the update condition of the classification model, the parameters of the classification model are updated to repair the deviation of the limb movement of the classification model in identifying the target object.
  • FIG. 8 is a schematic diagram of the structure of the computer device provided by the embodiment of the present disclosure, including:
  • the memory 82 is configured to store executable instructions
  • the processor 81 When the processor 81 is configured to execute the executable instructions stored in the memory 82, when the processor 81 executes the computer program, it includes the following steps: establishing a classification model of body movements, wherein the classification model is based on samples The training set of the surface EMG signal of the object is trained; the classification model is applied to the recognition of the limb movement of the target object; in the recognition process of the limb movement of the target object, the state of recognizing the target object is obtained; when When the state of identifying the target object satisfies the update condition of the classification model, the parameters of the classification model are updated to repair the deviation of the limb movement of the classification model in identifying the target object.
  • the processor 81 executes the computer program, it is also used to: perform preprocessing and feature vector extraction on the surface EMG signal of the sample object to obtain a feature vector sample set; randomly divide the feature vector sample set into Training set and test set; training a classification model of body movements based on the training set and the labels of the sample objects in the training set, and using the test set to test the recognition accuracy of the classification model; when the classification model is When the recognition accuracy is greater than the first set threshold, the trained classification model is obtained.
  • the processor 81 executes the computer program, it is also used to achieve: obtain the feature vector of the surface EMG signal of the target object to be recognized; perform dimensionality reduction processing and classification on the feature vector through the classification model
  • the recognition processing obtains the classification and recognition result of the limb movement of the target object.
  • the processor 81 executes the computer program, it is also used to: obtain the status of whether the target object to be recognized by the classification model has changed; and/or obtain the duration of the classification model identifying the same target object And/or, obtaining the number of samples of the surface EMG signal of the same target object identified by the classification model.
  • the processor 81 executes the computer program, it is also used to implement: when at least one of the following update conditions is met, the parameters of the classification model are updated: the target object to be identified by the classification model is changed; the classification The duration of the model identifying the same target object is greater than the duration threshold; the classification model identifying the number of samples of the surface EMG signal of the same target object is greater than the sample number threshold.
  • the processor 81 executes the computer program, it is also used to implement: when the target object to be recognized by the classification model is changed, the parameters of the classification model are updated through a training method of supervised learning; When the duration of the classification model identifying the same target object is greater than the duration threshold, or when the number of samples of the surface EMG signal of the same target to be identified by the classification model is greater than the second set threshold, the training method of unsupervised learning is adopted Update the parameters of the classification model.
  • the processor 81 executes the computer program, it is also used to implement: when the classification model is a linear discriminant analysis LDA classifier, train the surface EMG signal samples of the target object with labels.
  • the LDA classifier in the training process of the classification model, adjust the intra-class divergence matrix and the inter-class divergence matrix of the LDA classifier until the following conditions are met: dimensionality reduction processing and After classification, the distance between the feature vectors of the target object samples of the same type meets the first distance threshold, and the distance between the feature vectors of the target object samples of different classes meets the second distance threshold;
  • the intra-class divergence matrix and the class divergence matrix of the conditions are used as parameters of the updated LDA classifier.
  • the embodiment of the present disclosure also provides a limb movement recognition device, including: a processor and a memory configured to store a computer program that can run on the processor;
  • the processor is configured to implement the limb movement recognition method provided in the embodiment of the present disclosure when running the computer program.
  • the embodiment of the present disclosure also provides a storage medium that stores executable instructions, and when the executable instructions are executed, they are used to execute the method for recognizing the body movements provided by the embodiments of the present disclosure.
  • a classification model of limb movements is established, wherein the classification model is trained based on the training set of the surface EMG signal of the sample object; the classification model is applied to the recognition of the limb movements of the target object;
  • the state of recognizing the target object is obtained; when the state of recognizing the target object satisfies the update condition of the classification model, the parameters of the classification model are updated to repair the classification
  • the model recognizes the deviation of the limb movement of the target object; in this way, the classification model can be updated in time based on the state of the target object, repairing the deviation of the classification model identifying the limb movement of the target object, and reducing the deviation caused by the target object
  • the impact of the state change on the classification model ensures the recognition accuracy of the classification model.

Abstract

A body movement recognition method, comprising: (11) establishing a body movement classification model, wherein the classification model is trained on the basis of a training set of surface electromyography signals of sample objects; (12) applying the classification model to the recognition of the body movements of a target object; (13) acquiring the state of recognizing the target object during the recognition of the body movement of the target object; (14) if the state of recognizing the target object satisfies update conditions of the classification model, updating parameters of the classification model to correct the deviation of the classification model in recognizing the body movement of the target object.

Description

肢体动作的识别方法、装置、计算机设备及存储介质Recognition method, device, computer equipment and storage medium of body movement
相关申请的交叉引用Cross-references to related applications
本申请基于申请号为201910876338.6、申请日为2019年09月17日的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此引入本申请作为参考。This application is based on a Chinese patent application with an application number of 201910876338.6 and an application date of September 17, 2019, and claims the priority of the Chinese patent application. The entire content of the Chinese patent application is hereby incorporated into this application by reference.
技术领域Technical field
本公开涉及人工智能技术领域,尤其涉及一种肢体动作的识别方法、装置、计算机设备及存储介质。The present disclosure relates to the field of artificial intelligence technology, and in particular to a method, device, computer equipment, and storage medium for recognizing body movements.
背景技术Background technique
表面肌电信号(SEMG,Surface Electromyography)是一种与神经肌肉活动相关的生物电信号。当运动指令经由神经中枢系统传导至相关肌纤维时,会引起肌纤维上电位变化并发生肌纤维的收缩。该电位变化在皮肤表面处发生时间和空间上的叠加而形成表面肌电信号,可通过表面肌电电极采集下来。表面肌电信号包含了肌肉收缩的模式以及收缩强度等信息。不同的肢体动作对应不同的肌电信号。通过分析表面肌电信号就可以判别出该信号所对应的具体动作模式。因此,表面肌电信号被广泛运用于医学诊断、运动康复等领域。尤其在仿人型肌电假手控制中,表面肌电信号作为控制源驱动假手做出各种抓握手势获得了广泛的研究和关注。Surface Electromyography (SEMG) is a bioelectric signal related to neuromuscular activity. When the movement command is transmitted to the relevant muscle fibers through the central nervous system, it will cause the potential changes on the muscle fibers and contraction of the muscle fibers. This potential change is superimposed on the surface of the skin in time and space to form a surface EMG signal, which can be collected by the surface EMG electrode. The surface EMG signal contains information such as the pattern of muscle contraction and contraction strength. Different body movements correspond to different EMG signals. By analyzing the surface EMG signal, the specific action mode corresponding to the signal can be identified. Therefore, the surface EMG signal is widely used in medical diagnosis, sports rehabilitation and other fields. Especially in the control of human-like EMG prosthetic hands, the surface EMG signal as the control source drives the prosthetic hand to make various grasping handshake gestures, which has received extensive research and attention.
表面肌电信号的特异性非常大。在进行手势模式识别中,第一方面,手势识别系统的性能会受到表面肌电信号个体差异的影响,这种个体差异往往由不同采集被试者的电极位移、或不同被试之间肌肉形状尺寸、发力大小、疲劳程度以及皮肤阻抗的不同造成,这种个体差异往往会导致来自 不同被试的训练数据和测试数据具有不同的分布,使得从当前个体学习获得的分类器模型难以有效扩展和应用到其他个体上。另一方面,表面肌电信号具有时变性,随时间的推移,由于长期动态改变肌肉的收缩力,受试者容易疲劳,同一被试的肌肉形状尺寸、发力大小、疲劳程度以及皮肤阻抗等会发生变化,影响分类器模型的识别效果。The surface EMG signal is very specific. In the gesture pattern recognition, the first aspect is that the performance of the gesture recognition system will be affected by the individual differences in surface EMG signals. Such individual differences are often caused by the electrode displacements of different collected subjects or the muscle shapes between different subjects. Differences in size, strength, fatigue, and skin impedance are caused. This individual difference often leads to different distributions of training data and test data from different subjects, making it difficult to effectively expand the classifier model learned from the current individual And apply to other individuals. On the other hand, the surface EMG signal is time-varying. With the passage of time, the subject is prone to fatigue due to long-term dynamic changes in muscle contraction force. The shape and size of the muscles, the magnitude of the force, the degree of fatigue, and the skin impedance of the same subject Changes will occur, affecting the recognition effect of the classifier model.
发明内容Summary of the invention
有鉴于此,本公开实施例提供一种肢体动作的识别方法、装置、计算机设备及存储介质。In view of this, the embodiments of the present disclosure provide a method, device, computer equipment, and storage medium for recognizing body movements.
本公开实施例的技术方案是这样实现的:The technical solutions of the embodiments of the present disclosure are implemented as follows:
本公开实施例提供一种肢体动作的识别方法,包括:The embodiments of the present disclosure provide a method for recognizing body movements, including:
建立肢体动作的分类模型,其中,所述分类模型基于样本对象的表面肌电信号的训练集进行训练;Establishing a classification model of body movements, wherein the classification model is trained based on the training set of the surface EMG signal of the sample object;
将所述分类模型应用于目标对象的肢体动作的识别;Applying the classification model to the recognition of the body movements of the target object;
在所述目标对象的肢体动作的识别过程中,获取识别所述目标对象的状态;In the process of recognizing the limb movements of the target object, acquiring the state of recognizing the target object;
当识别所述目标对象的状态满足所述分类模型的更新条件时,更新所述分类模型的参数,以修复所述分类模型识别所述目标对象的肢体动作的偏差。When the state of identifying the target object satisfies the update condition of the classification model, the parameters of the classification model are updated to repair the deviation of the limb movement of the classification model in identifying the target object.
其中,所述建立肢体动作的分类模型,包括:Wherein, the establishment of a classification model of body movements includes:
对样本对象的表面肌电信号进行预处理和特征向量提取,获得特征向量样本集;Perform preprocessing and feature vector extraction on the surface EMG signal of the sample object to obtain a feature vector sample set;
将所述特征向量样本集随机划分为训练集和测试集;Randomly dividing the feature vector sample set into a training set and a test set;
基于所述训练集和所述训练集中样本对象的标签训练肢体动作的分类模型,并利用所述测试集对所述分类模型的识别精度进行测试;Training a classification model of body movements based on the training set and the labels of the sample objects in the training set, and using the test set to test the recognition accuracy of the classification model;
当所述分类模型的识别精度大于第一设置阈值时,获得训练后的所述 分类模型。When the recognition accuracy of the classification model is greater than the first set threshold, the trained classification model is obtained.
其中,所述将所述分类模型应用于目标对象的肢体动作的识别,包括:Wherein, applying the classification model to the recognition of the body movements of the target object includes:
获取待识别的所述目标对象表面肌电信号的特征向量;Acquiring a feature vector of the surface EMG signal of the target object to be recognized;
通过所述分类模型对所述特征向量进行降维处理和分类识别处理,得到所述目标对象的肢体动作的分类识别结果。The dimensionality reduction processing and classification recognition processing are performed on the feature vector through the classification model to obtain a classification and recognition result of the body movement of the target object.
其中,所述获取识别所述目标对象的状态,包括:Wherein, the acquiring and identifying the status of the target object includes:
获取所述分类模型待识别的目标对象是否发生变换的状态;Acquiring the status of whether the target object to be recognized by the classification model is transformed;
和/或,获取所述分类模型识别同一目标对象的持续时长;And/or, obtain the duration of the classification model identifying the same target object;
和/或,获取所述分类模型识别同一目标对象的表面肌电信号的样本数量。And/or, obtaining the number of samples of the surface EMG signal of the same target object identified by the classification model.
其中,所述当识别所述目标对象的状态满足所述分类模型的更新条件时,更新所述分类模型的参数,包括:Wherein, when the state of identifying the target object satisfies the update condition of the classification model, updating the parameters of the classification model includes:
当满足以下更新条件至少之一时,更新所述分类模型的参数:When at least one of the following update conditions is met, the parameters of the classification model are updated:
所述分类模型待识别的目标对象发生更换;The target object to be recognized by the classification model is changed;
所述分类模型识别同一目标对象的持续时长大于持续时长阈值;The duration of the classification model identifying the same target object is greater than the duration threshold;
所述分类模型识别同一目标对象的表面肌电信号的样本数量,大于样本数量阈值。The classification model identifies the number of samples of the surface EMG signal of the same target object, which is greater than the sample number threshold.
其中,所述更新所述分类模型的参数,包括:Wherein, said updating the parameters of the classification model includes:
当所述分类模型待识别的目标对象发生更换时,通过有监督学习的训练方式更新所述分类模型的参数;When the target object to be recognized by the classification model is changed, update the parameters of the classification model through a training method of supervised learning;
当所述分类模型识别同一目标对象的持续时长大于持续时长阈值时,或当所述分类模型识别同一所述待识别目标的表面肌电信号的样本数量大于第二设置阈值时,通过无监督学习的训练方式更新所述分类模型的参数。When the duration for the classification model to identify the same target object is greater than the duration threshold, or when the number of samples of the surface EMG signal of the same target to be identified by the classification model is greater than the second set threshold, unsupervised learning The training method updates the parameters of the classification model.
其中,所述更新所述分类模型的参数,包括:Wherein, said updating the parameters of the classification model includes:
当所述分类模型为线性判别式分析(Linear Discriminant Analysis,LDA) 分类器时,通过带有标签的所述目标对象的表面肌电信号样本训练所述LDA分类器;When the classification model is a linear discriminant analysis (Linear Discriminant Analysis, LDA) classifier, training the LDA classifier by using labeled surface EMG signal samples of the target object;
在所述分类模型的训练过程中,调整所述LDA分类器的类内散度矩阵和类间散度矩阵,直至满足如下条件:通过所述LDA分类器进行降维处理和分类处理后的同类所述目标对象样本的特征向量之间的距离满足第一距离阈值、不同类的所述目标对象样本的特征向量之间的距离满足第二距离阈值;In the training process of the classification model, the intra-class divergence matrix and the inter-class divergence matrix of the LDA classifier are adjusted until the following conditions are met: the same type after dimensionality reduction and classification processing is performed by the LDA classifier The distance between the feature vectors of the target object sample meets a first distance threshold, and the distance between the feature vectors of the target object samples of different types meets a second distance threshold;
将调整后的满足所述条件的所述类内散度矩阵和所述类间散度矩阵作为更新后的所述LDA分类器的参数。The adjusted intra-class divergence matrix and the inter-class divergence matrix satisfying the condition are used as parameters of the updated LDA classifier.
本公开实施例提供一种肢体动作的识别装置,所述装置包括构建模块和处理模块,其中The embodiment of the present disclosure provides a device for recognizing body movements. The device includes a building module and a processing module, wherein
所述构建模块,配置为建立肢体动作的分类模型,其中,所述分类模型基于样本对象的表面肌电信号的训练集进行训练;The construction module is configured to establish a classification model of body movements, wherein the classification model is trained based on the training set of the surface EMG signal of the sample object;
所述处理模块,配置为将所述分类模型应用于目标对象的肢体动作的识别;在所述目标对象的肢体动作的识别过程中,获取识别所述目标对象的状态;当识别所述目标对象的状态满足所述分类模型的更新条件时,更新所述分类模型的参数,以修复所述分类模型识别所述目标对象的肢体动作的偏差。The processing module is configured to apply the classification model to the recognition of the limb movements of the target object; in the recognition process of the limb movements of the target object, obtain the state of recognizing the target object; when recognizing the target object When the status of satisfies the update condition of the classification model, the parameters of the classification model are updated to repair the deviation of the limb movement of the classification model in identifying the target object.
本公开实施例提供一种计算机设备,包括:The embodiment of the present disclosure provides a computer device, including:
存储器,配置为存储可执行指令;Memory, configured to store executable instructions;
处理器,配置为执行所述可执行指令时,实现本公开实施例的肢体动作的识别方法。其中,可执行指令可以为安装包、程序、代码、插件、库(动态/静态库)。The processor is configured to implement the method for recognizing a limb movement in the embodiment of the present disclosure when the executable instruction is executed. Among them, the executable instructions can be installation packages, programs, codes, plug-ins, and libraries (dynamic/static libraries).
本公开实施例提供一种肢体动作的识别装置,包括:处理器和配置为存储能够在处理器上运行的计算机程序的存储器;The embodiment of the present disclosure provides a limb movement recognition device, including: a processor and a memory configured to store a computer program that can run on the processor;
其中,所述处理器,配置为运行所述计算机程序时,实现本公开实施例的肢体动作的识别方法。Wherein, the processor is configured to implement the limb movement recognition method of the embodiment of the present disclosure when running the computer program.
本公开实施例提供一种存储介质,存储有可执行指令,所述可执行指令被执行时,实现本公开实施例的肢体动作的识别方法。The embodiment of the present disclosure provides a storage medium that stores executable instructions, and when the executable instructions are executed, the method for recognizing body movements in the embodiments of the present disclosure is realized.
应用本公开上述实施例具有以下有益技术效果:Applying the above-mentioned embodiments of the present disclosure has the following beneficial technical effects:
在目标对象的肢体动作的识别过程中,能够获取识别所述目标对象的状态,当识别所述目标对象的状态满足所述分类模型的更新条件时,更新所述分类模型的参数,以修复所述分类模型识别所述目标对象的肢体动作的偏差。这样,所述分类模型能够基于所述目标对象的状态进行及时更新,修复所述分类模型识别所述目标对象的肢体动作的偏差,减少了由目标对象的状态变化给分类模型带来的影响,确保了所述分类模型的识别准确率。In the process of recognizing the limb movements of the target object, the state of recognizing the target object can be obtained. When the state of recognizing the target object satisfies the update condition of the classification model, the parameters of the classification model are updated to repair all the objects. The classification model recognizes the deviation of the body movement of the target object. In this way, the classification model can be updated in time based on the state of the target object, repairs the deviation of the classification model's recognition of the body movement of the target object, and reduces the impact of the change in the state of the target object on the classification model. The recognition accuracy of the classification model is ensured.
附图说明Description of the drawings
图1为本公开实施例提供的一种肢体动作的识别方法流程示意图;FIG. 1 is a schematic flowchart of a method for recognizing body movements according to an embodiment of the disclosure;
图2为本公开实施例提供的另一种肢体动作的识别方法流程示意图;2 is a schematic flow chart of another method for recognizing body movements provided by an embodiment of the present disclosure;
图3为本公开实施例提供的另一种肢体动作的识别方法流程示意图;FIG. 3 is a schematic flowchart of another method for recognizing body movements according to an embodiment of the present disclosure;
图4为本公开实施例提供的另一种肢体动作的识别方法流程示意图;FIG. 4 is a schematic flowchart of another method for recognizing body movements according to an embodiment of the disclosure;
图5为本公开实施例提供的一种肢体动作的识别方法应用的模型示意图;FIG. 5 is a schematic diagram of a model applied by a method for recognizing body movements according to an embodiment of the disclosure;
图6为本公开实施例提供的另一种肢体动作的识别方法流程示意图;FIG. 6 is a schematic flowchart of another method for recognizing body movements according to an embodiment of the present disclosure;
图7为本公开实施例提供的一种肢体动作的识别装置示意图;FIG. 7 is a schematic diagram of a device for recognizing body movements according to an embodiment of the disclosure;
图8为本公开实施例提供的计算机设备结构示意图。FIG. 8 is a schematic structural diagram of a computer device provided by an embodiment of the disclosure.
具体实施方式detailed description
以下结合附图及实施例,对本公开进行进一步详细说明。应当理解,此处所提供的实施例仅仅用以解释本公开,并不用于限定本公开。另外, 以下所提供的实施例是用于实施本公开的部分实施例,而非提供实施本公开的全部实施例,在不冲突的情况下,本公开实施例记载的技术方案可以任意组合的方式实施。Hereinafter, the present disclosure will be further described in detail with reference to the accompanying drawings and embodiments. It should be understood that the embodiments provided here are only used to explain the present disclosure, but not used to limit the present disclosure. In addition, the embodiments provided below are part of the embodiments for implementing the present disclosure, rather than providing all the embodiments for implementing the present disclosure. In the case of no conflict, the technical solutions described in the embodiments of the present disclosure can be combined in any manner. Implement.
需要说明的是,在本公开实施例中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的方法或者装置不仅包括所明确记载的要素,而且还包括没有明确列出的其他要素,或者是还包括为实施方法或者装置所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的方法或者装置中还存在另外的相关要素(例如方法中的步骤或者装置中的单元,例如的单元可以是部分电路、部分处理器、部分程序或软件等等)。It should be noted that in the embodiments of the present disclosure, the terms "including", "including" or any other variations thereof are intended to cover non-exclusive inclusion, so that a method or device including a series of elements not only includes the explicitly stated Elements, and also include other elements not explicitly listed, or elements inherent to the implementation of the method or device. Without more restrictions, the element defined by the sentence "including a..." does not exclude the existence of other related elements in the method or device that includes the element (such as steps in the method or units in the device). For example, the unit may be a part of a circuit, a part of a processor, a part of a program or software, etc.).
例如,本公开实施例提供的肢体动作的识别方法包含了一系列的步骤,但是本公开实施例提供的基于一种肢体动作的识别方法不限于所记载的步骤,同样地,本公开实施例提供的基于一种肢体动作的识别装置包括了一系列模块,但是本公开实施例提供的装置不限于包括所明确记载的模块,还可以包括为获取相关信息、或基于信息进行处理时所需要设置的模块。For example, the method for recognizing a body movement provided by the embodiment of the present disclosure includes a series of steps, but the method for recognizing a body movement provided by the embodiment of the present disclosure is not limited to the recorded steps. Similarly, the embodiment of the present disclosure provides The recognition device based on a kind of limb movement includes a series of modules, but the device provided in the embodiments of the present disclosure is not limited to include the clearly recorded modules, and may also include settings that need to be set for obtaining relevant information or processing based on information Module.
对本公开实施例进行详细说明之前,对本公开实施例中涉及的名词和术语进行说明,本公开实施例中涉及的名词和术语适用于如下的解释。Before describing the embodiments of the present disclosure in detail, the terms and terms involved in the embodiments of the present disclosure are described. The terms and terms involved in the embodiments of the present disclosure are applicable to the following explanations.
1)分类模型,是指用于分类的算法模型或者函数,能够将数据库中或样本集中的数据映射到给定类别中的一类。例如,本公开用于对肢体动作进行分类的分类模型。1) Classification model refers to an algorithm model or function used for classification, which can map data in a database or sample set to a category in a given category. For example, the present disclosure is used for a classification model for classifying body movements.
2)肢体动作,是指肢体运动时对应的姿态。例如,人体手臂相关的三指捏取、侧边捏取、钩取、强力抓取、圆柱抓取、中心抓取、手掌伸展和腕部弯曲姿态等。2) Limb movement refers to the corresponding posture when the limb moves. For example, three-finger pinching, side pinching, hooking, powerful grasping, cylindrical grasping, center grasping, palm extension, and wrist bending postures related to human arms.
为了方便理解本公开实施例,以下通过仿生学领域假肢的肢体动作识别为例进行本公开的应用场景说明:假肢使用者在控制假肢运动时,需要通过发出控制指令的方式控制假肢做出肢体动作。因此,可以通过在人体肢体上设置传感器对人体肢体的肌电信号进行采集,因为假肢使用者在意欲做出某种动作时,会在肌电信号上有所反馈,采集肌电信号后,通过对肌电信号进行分析,就可以确定假肢使用者意欲做出的具体姿态动作类型,从而控制假肢做出对应的动作。这样,假肢使用者无需通过机械开关或者人为选择的繁琐方式控制假肢运动,提升了假肢使用者的体验。本公开实施例就可以应用于假肢运动的控制。In order to facilitate the understanding of the embodiments of the present disclosure, the following uses the recognition of limb movements of the prosthesis in the field of bionics as an example to illustrate the application scenarios of the present disclosure: when the user of the prosthesis controls the movement of the prosthesis, it is necessary to control the prosthesis to make limb movements by issuing control instructions. . Therefore, the EMG signal of the human limb can be collected by setting sensors on the human body, because when the user of the prosthesis intends to make a certain action, there will be feedback on the EMG signal. After collecting the EMG signal, pass Analyzing the EMG signal can determine the specific posture action type that the prosthesis user intends to make, so as to control the prosthesis to make corresponding actions. In this way, the user of the prosthesis does not need to control the movement of the prosthesis through the cumbersome way of mechanical switch or manual selection, which improves the experience of the prosthesis user. The embodiments of the present disclosure can be applied to the control of the movement of the prosthesis.
接下来将对本公开实施例进行详细说明,在一些实施例中,本公开实施例提供的肢体动作的识别方法可由终端或服务器单独实施,或由服务器及终端协同实施,请参见图1,本公开实施例提供一种肢体动作的识别方法,包括:Next, the embodiments of the present disclosure will be described in detail. In some embodiments, the method for recognizing body movements provided by the embodiments of the present disclosure may be implemented by a terminal or a server alone, or implemented by the server and the terminal in cooperation. Please refer to FIG. 1, the present disclosure An embodiment provides a method for recognizing body movements, including:
步骤11,建立肢体动作的分类模型,其中,所述分类模型基于样本对象的表面肌电信号的训练集进行训练;Step 11: Establish a classification model of body movements, wherein the classification model is trained based on the training set of the surface EMG signal of the sample object;
这里,所述肢体动作的执行主体可以是指能够产生肌电信号并能够做出肢体动作的目标对象,例如人、动物等。以人为例,当所述肢体动作为人的手臂的动作时,所述肌电信号可以是通过利用两枚模块式双极差分电极分别从前臂肌肉上采集。这里,所述样本对象可以是在所述执行主体做出不同的姿态动作时采集的肌电信号的样本,例如在手臂做出弯曲、内翻、外翻等动作时采集的肌电信号的样本。这里,所述样本对象可以在不同时间段进行采集,所述样本对象的采集可以对应不同的执行主体,所述采集方式可以是按照设置采集频率进行采集。这里,所述分类模型可以是经过训练后使得分类准确率达到预期值的分类模型,例如,LDA分类器。这里,所述分类器可以是多个子分类器的组合或者级 联。Here, the execution subject of the limb movement may refer to a target object capable of generating electromyographic signals and capable of performing limb movement, such as humans, animals, and the like. Taking a person as an example, when the limb movement is a movement of a human arm, the electromyographic signal may be collected from the forearm muscles by using two modular bipolar differential electrodes. Here, the sample object may be a sample of the electromyographic signal collected when the execution subject makes a different posture action, for example, a sample of the electromyographic signal collected when the arm makes a movement such as bending, inversion, and eversion. . Here, the sample object can be collected in different time periods, the collection of the sample object can correspond to different execution subjects, and the collection method can be collection according to a set collection frequency. Here, the classification model may be a classification model that has been trained so that the classification accuracy rate reaches an expected value, for example, an LDA classifier. Here, the classifier may be a combination or cascade of multiple sub-classifiers.
步骤12,将所述分类模型应用于目标对象的肢体动作的识别;Step 12: Apply the classification model to the recognition of body movements of the target object;
这里,可以是将目标对象产生的肌电信号的特征向量输入所述分类模型,通过所述分类模型的降维处理和分类处理,确定所述目标对象的肢体动作的类型。例如,当采集到当前手臂的肌电信号样本后,将所述肌电信号对应的第一特征向量输入所述分类模型,如果所述分类模型的输出结果对应为第一类别,所述第一类别对应的肢体动作姿态为弯曲,则可以确定当前手臂做出的是弯曲的肢体动作。Here, it may be that the feature vector of the electromyographic signal generated by the target object is input into the classification model, and the type of the limb movement of the target object is determined through dimensionality reduction processing and classification processing of the classification model. For example, when the EMG signal sample of the current arm is collected, the first feature vector corresponding to the EMG signal is input into the classification model. If the output result of the classification model corresponds to the first category, the first The body action posture corresponding to the category is bending, then it can be determined that the current arm is making a bent body action.
步骤13,在所述目标对象的肢体动作的识别过程中,获取识别所述目标对象的状态; Step 13, in the process of recognizing the limb movements of the target object, acquiring the status of recognizing the target object;
这里,所述目标对象的状态可以是所述分类模型待识别的目标对象是否发生更换的状态,由于目标对象之间存在个体差异,这种个体差异往往由不同采集被试者的电极位移、或不同被试之间肌肉形状尺寸、发力大小、疲劳程度以及皮肤阻抗的不同造成,这种个体差异往往会导致来自不同被试的样本数据具有不同的分布。所述目标对象的状态还可以是所述分类模型识别同一目标对象的持续时长的状态,由于随时间的推移,长期动态改变肌肉的收缩力,受试者容易疲劳,也会导致样本数据具有不同的分布;所述目标对象的状态也可以是所述分类模型识别同一目标对象的表面肌电信号的样本数量的状态,由于目标对象做出的肢体动作越多推移,频繁动作会改变肌肉的收缩力,受试者容易疲劳,也会导致样本数据具有不同的分布。Here, the state of the target object may be the state of whether the target object to be identified by the classification model has been changed. Due to individual differences between the target objects, such individual differences are often caused by the electrode displacements of different collected subjects, or The differences in muscle shape and size, exertion strength, fatigue, and skin impedance between different subjects are caused. Such individual differences often result in different distributions of sample data from different subjects. The state of the target object may also be the state of the duration of the classification model identifying the same target object. As time goes by, the long-term dynamic change of muscle contraction force makes the subject easily fatigued, which may also result in different sample data. The distribution of the target object; the state of the target object can also be the state of the number of samples of the surface EMG signal of the same target object that the classification model recognizes, because the more body movements the target object makes, the more frequent movements will change the contraction of the muscles The subject is prone to fatigue, which will also cause the sample data to have different distributions.
步骤14,当识别所述目标对象的状态满足所述分类模型的更新条件时,更新所述分类模型的参数,以修复所述分类模型识别所述目标对象的肢体动作的偏差。Step 14: When the state of identifying the target object meets the update condition of the classification model, update the parameters of the classification model to repair the deviation of the classification model in identifying the body movement of the target object.
这里,所述更新条件可以预先设置,例如,设置为所述分类模型待 识别的目标对象发生更换;或,设置为所述分类模型识别同一目标对象的持续时长大于持续时长阈值;或,设置为所述分类模型识别同一目标对象的表面肌电信号的样本数量,大于样本数量阈值。Here, the update condition may be set in advance, for example, the target object to be recognized by the classification model is changed; or, the duration for the classification model to identify the same target object is greater than the duration threshold; or, it is set as The classification model identifies the number of samples of the surface EMG signal of the same target object, which is greater than the sample number threshold.
这里,所述分类模型的参数可以是影响所述分类模型的分类准确率的配置参数。以LDA分类器为例,所述分类模型的参数可以是类内散度矩阵和/或类间散度矩阵对应的值。这里,所述肢体动作的偏差可以是指分类确定的肢体动作与实际对应的肢体动作之间的偏差,这可以通过准确率的方式量化体现。Here, the parameters of the classification model may be configuration parameters that affect the classification accuracy of the classification model. Taking the LDA classifier as an example, the parameters of the classification model may be values corresponding to the intra-class divergence matrix and/or the inter-class divergence matrix. Here, the deviation of the limb movement may refer to the deviation between the classified body movement and the actual corresponding limb movement, which can be quantified and embodied in the way of accuracy.
本公开实施例中,在所述目标对象的肢体动作的识别过程中,能够获取识别所述目标对象的状态,当识别所述目标对象的状态满足所述分类模型的更新条件时,更新所述分类模型的参数,以修复所述分类模型识别所述目标对象的肢体动作的偏差。这样,所述分类模型能够基于所述目标对象的状态进行及时更新,修复所述分类模型识别所述目标对象的肢体动作的偏差,减少由目标对象的状态变化给分类模型带来的影响,确保了所述分类模型的识别准确率。In the embodiment of the present disclosure, in the process of recognizing the body movement of the target object, the state of recognizing the target object can be obtained, and when the state of recognizing the target object meets the update condition of the classification model, the state of recognizing the target object is updated. The parameters of the classification model are used to repair the deviation of the body movements of the target object identified by the classification model. In this way, the classification model can be updated in time based on the state of the target object, repair the deviation of the classification model to recognize the body movement of the target object, reduce the impact of the state change of the target object on the classification model, and ensure The recognition accuracy rate of the classification model is calculated.
请参见图2,在一些实施例中,所述步骤11中,所述建立肢体动作的分类模型,包括:Please refer to FIG. 2. In some embodiments, in the step 11, the establishment of a classification model of a body movement includes:
步骤21,对样本对象的表面肌电信号进行预处理和特征向量提取,获得特征向量样本集;Step 21: Perform preprocessing and feature vector extraction on the surface EMG signal of the sample object to obtain a feature vector sample set;
这里,以手臂动作为例,在所述采集样本对象之前,先清洁手臂皮肤,刮除所选肌肉处表皮的汗毛,用清水洗净并用棉签蘸取医用酒精擦拭皮肤;然后,采集受试者前臂表面肌电信号,受试者做出圆柱抓取、钩取、侧边捏取、指向、球形抓取、三指捏取、精确捏取、放松姿态、内翻、外翻、抓握等手势,使用两枚肌电电极获取各手势的肌电样本对象并进行存储。Here, taking arm movements as an example, before collecting the sample object, first clean the arm skin, scrape off the hair on the epidermis of the selected muscle, wash it with water and wipe the skin with a cotton swab dipped in medical alcohol; then, collect the subject EMG signal on the surface of the forearm, the subjects made cylindrical grasp, hook grasp, side pinch, pointing, spherical grasp, three-finger pinch, precise pinch, relaxed posture, varus, valgus, grasping, etc. Gestures, using two EMG electrodes to obtain the EMG sample objects of each gesture and store them.
所述对样本对象的表面肌电信号进行预处理可以是对所述表面肌电信号进行滤波或去噪等处理;这里所述表面肌电信号的预处理和特征向量提取可以通过神经网络算法实现,例如BP神经网络算法等。这里,所述特征向量样本集中可以是包括多个肌电信号样本对应所述特征向量或所述特征向量对应矩阵的集合。The preprocessing of the surface EMG signal of the sample object may be filtering or denoising the surface EMG signal; the preprocessing and feature vector extraction of the surface EMG signal can be implemented by a neural network algorithm. , Such as BP neural network algorithm and so on. Here, the feature vector sample set may include a set of multiple EMG signal samples corresponding to the feature vector or the feature vector corresponding matrix.
步骤22,将所述特征向量样本集随机划分为训练集和测试集;Step 22: randomly divide the feature vector sample set into a training set and a test set;
这里,所述随机划分可以是从所述特征向量样本中随机抽出部分特征向量作为测试集,其余特征向量作为训练集。这里,所述测试集中的样本数量可以根据需求配置为任一数量。Here, the random division may be to randomly select part of the feature vectors from the feature vector samples as the test set, and the remaining feature vectors as the training set. Here, the number of samples in the test set can be configured to any number according to requirements.
步骤23,基于所述训练集和所述训练集中样本对象的标签训练肢体动作的分类模型,并利用所述测试集对所述分类模型的识别精度进行测试;Step 23: Train a classification model of body movements based on the training set and the labels of the sample objects in the training set, and use the test set to test the recognition accuracy of the classification model;
这里,所述样本对象的标签可以是用于表征圆柱抓取、钩取、侧边捏取、指向、球形抓取、三指捏取、精确捏取、放松姿态、内翻、外翻、抓握等姿势的标记标签。每个样本对象都对应一个所述标记标签。这里,所述分类模型的识别精度可以是指将测试集中的任一样本输入训练后的所述分类模型得到分类结果与对应标记标签比较后的准确率。Here, the label of the sample object may be used to characterize cylindrical grasping, hooking, side pinching, pointing, spherical grasping, three-finger grasping, precise pinching, relaxed posture, inversion, eversion, and grasping. Mark label for holding and waiting posture. Each sample object corresponds to one of the marking labels. Here, the recognition accuracy of the classification model may refer to the accuracy of comparing the classification result with the corresponding labeled label by inputting any sample in the test set into the training classification model.
步骤24,当所述分类模型的识别精度大于第一设置阈值时,获得训练后的所述分类模型。Step 24: Obtain the trained classification model when the recognition accuracy of the classification model is greater than the first set threshold.
这里,所述第一设置阈值可以预先设置,第一设置阈值的大小可以根据实际需要灵活设置。Here, the first setting threshold may be set in advance, and the size of the first setting threshold may be flexibly set according to actual needs.
请参见图3,在一些实施例中,所述步骤12中,所述将所述分类模型应用于目标对象的肢体动作的识别,包括:Referring to FIG. 3, in some embodiments, in the step 12, applying the classification model to the recognition of the body movements of the target object includes:
步骤31,获取待识别的所述目标对象表面肌电信号的特征向量;Step 31: Obtain the feature vector of the surface EMG signal of the target object to be recognized;
这里,所述目标对象表面肌电信号的特征可以是时域特征,例如, 积分肌电值特征,所述积分肌电值是通过对目标对象表面肌电信号进行积分获得的值;过零点数特征,过零点数是指目标对象表面肌电信号通过零点的次数,由于肌电信号源于中枢神经所发送的电脉冲,肌电信号的强度还与电脉冲的频率有关,所以,过零点数可以作为肌电信号的特征。所述特征可以是上述一个特征或多个特征对应的向量。Here, the feature of the surface EMG signal of the target object may be a time domain feature, for example, an integrated EMG value feature, where the integrated EMG value is a value obtained by integrating the surface EMG signal of the target object; the number of zero crossing points Features, the number of zero crossing points refers to the number of times that the surface EMG signal of the target object passes through the zero point. Since the EMG signal originates from the electrical pulse sent by the central nerve, the strength of the EMG signal is also related to the frequency of the electrical pulse, so the number of zero crossing points It can be used as a feature of EMG signal. The feature may be a vector corresponding to the above one feature or multiple features.
步骤32,通过所述分类模型对所述特征向量进行降维处理和分类识别处理,得到所述目标对象的肢体动作的分类识别结果。Step 32: Perform dimensionality reduction processing and classification recognition processing on the feature vector through the classification model to obtain a classification and recognition result of the body movement of the target object.
这里,所述分类模型能够将高维的特征向量对应的特征点投影到一个低维空间,使得肌电信号的特征从高维特征空间投影到低维空间中,属于同一个肢体动作的特征点更加聚集,属于不同肢体动作的特征点更加分开,从而获得分类识别结果。Here, the classification model can project the feature points corresponding to the high-dimensional feature vector to a low-dimensional space, so that the features of the EMG signal are projected from the high-dimensional feature space to the low-dimensional space, and belong to the feature points of the same body movement. It is more clustered, and the feature points belonging to different body movements are more separated, so as to obtain classification and recognition results.
在一些实施例中,所述步骤13中,所述获取识别所述目标对象的状态,包括:In some embodiments, in the step 13, the acquiring and recognizing the status of the target object includes:
获取所述分类模型待识别的目标对象是否发生变换的状态;Acquiring the status of whether the target object to be recognized by the classification model is transformed;
和/或,获取所述分类模型识别同一目标对象的持续时长;And/or, obtain the duration of the classification model identifying the same target object;
和/或,获取所述分类模型识别同一目标对象的表面肌电信号的样本数量。And/or, obtaining the number of samples of the surface EMG signal of the same target object identified by the classification model.
这里,所述目标对象发生变换,可以是肢体发生变换,例如,从被试者的左手臂换到右手臂;还可以是被试个体发生变换,例如,从被试者A的手臂变换到被试着B的手臂。这里,所述识别同一目标对象的持续时长可以是从向所述分类模型输入第一个样本的特征向量开始计时,持续到当前时间为止的时长,例如0.5小时、1小时或2小时。这里,所述识别同一目标对象的表面肌电信号的样本数量可以是从向所述分类模型输入第一个样本特征向量开始,到当前输入第N个样本数量为止的N个数量。这里,获取所述目标对象的状态,一方面,当目标对象更换个 体时,能够实时更新所述分类模型以适应新个体;另一方面,是随着时间的推移,能够基于长期动态改变肌肉的收缩力,受试者容易疲劳的情况,及时更新所述分类模型。Here, the change of the target object can be a limb change, for example, from the subject’s left arm to the right arm; it can also be a subject’s change, for example, from the subject A’s arm to the subject. Try B's arm. Here, the duration of identifying the same target object may be the duration from the input of the feature vector of the first sample to the classification model and the duration to the current time, such as 0.5 hour, 1 hour, or 2 hours. Here, the number of samples of the surface EMG signal for identifying the same target object may be N numbers from the input of the first sample feature vector to the classification model to the current input of the Nth sample number. Here, to obtain the status of the target object, on the one hand, when the target object changes individuals, the classification model can be updated in real time to adapt to the new individual; on the other hand, it can dynamically change muscles based on long-term changes over time. For contractile force, when the subject is prone to fatigue, update the classification model in time.
在一些实施例中,所述步骤14中,所述当识别所述目标对象的状态满足所述分类模型的更新条件时,更新所述分类模型的参数,包括:In some embodiments, in the step 14, when the state of identifying the target object satisfies the update condition of the classification model, updating the parameters of the classification model includes:
当满足以下更新条件至少之一时,更新所述分类模型的参数:When at least one of the following update conditions is met, the parameters of the classification model are updated:
所述分类模型待识别的目标对象发生更换;The target object to be recognized by the classification model is changed;
所述分类模型识别同一目标对象的持续时长大于持续时长阈值;The duration of the classification model identifying the same target object is greater than the duration threshold;
所述分类模型识别同一目标对象的表面肌电信号的样本数量,大于样本数量阈值。The classification model identifies the number of samples of the surface EMG signal of the same target object, which is greater than the sample number threshold.
这里,所述时长阈值和所述样本数量阈值可以根据分类识别的识别精度要求进行灵活设置。例如,当识别精度要求较高时,设置一个较小的时长阈值和较小的数量阈值;当识别精度要求较低时,设置一个较大的时长阈值和较大的数量阈值;Here, the duration threshold and the sample number threshold can be flexibly set according to the recognition accuracy requirements of classification recognition. For example, when the recognition accuracy requirements are high, set a smaller duration threshold and a smaller number threshold; when the recognition accuracy requirements are low, set a larger duration threshold and a larger number threshold;
在一些实施例中,所述步骤14中,所述更新所述分类模型的参数,包括:In some embodiments, in the step 14, the updating the parameters of the classification model includes:
当所述分类模型待识别的目标对象发生更换时,通过有监督学习的训练方式更新所述分类模型的参数;When the target object to be recognized by the classification model is changed, update the parameters of the classification model through a training method of supervised learning;
这里,目标对象发生变更,变更的目标对象明确,这种情况适用于存在有标签数据样本的情况,通过使用变更后的目标对象的有标签标定数据,通过有监督学习方法对所述分类模型参数进行更新。Here, the target object is changed, and the changed target object is clear. This situation is applicable to the situation where there are labeled data samples. By using the labeled calibration data of the changed target object, the classification model parameters are determined by the supervised learning method. Update.
当所述分类模型识别同一目标对象的持续时长大于持续时长阈值时,或当所述分类模型识别同一所述待识别目标的表面肌电信号的样本数量大于第二设置阈值时,通过无监督学习的训练方式更新所述分类模型的参数。When the duration for the classification model to identify the same target object is greater than the duration threshold, or when the number of samples of the surface EMG signal of the same target to be identified by the classification model is greater than the second set threshold, unsupervised learning The training method updates the parameters of the classification model.
这里,时间推移引起的样本特征变化是不确定的,不方便对样本数据进行标记,适合于通过无监督学习方法对所述分类模型参数进行更新。这里,持续时长阈值可以基于被测个体的大数据进行统计获取,例如0.5小时、1小时等。所述持续时长阈值可以灵活设置。Here, the sample feature changes caused by the passage of time are uncertain, and it is inconvenient to label the sample data, and it is suitable for updating the classification model parameters through an unsupervised learning method. Here, the duration threshold may be statistically obtained based on the big data of the tested individual, such as 0.5 hour, 1 hour, and so on. The duration threshold can be flexibly set.
在一些实施例中,请参见图4,所述步骤14中,所述更新所述分类模型的参数,包括:In some embodiments, referring to FIG. 4, in the step 14, the updating the parameters of the classification model includes:
步骤41,当所述分类模型为LDA分类器时,通过带有标签的所述目标对象的表面肌电信号样本训练所述LDA分类器;Step 41: When the classification model is an LDA classifier, train the LDA classifier by using labeled surface EMG signal samples of the target object;
这里,所述带有标签的所述目标对象的表面肌电信号样本可以是所述分类模型识别过程中识别过的表面肌电信号样本。Here, the labeled surface EMG signal sample of the target object may be the surface EMG signal sample recognized in the classification model recognition process.
步骤42,在所述分类模型的训练过程中,调整所述LDA分类器的类内散度矩阵和类间散度矩阵,直至满足如下条件:通过所述LDA分类器进行降维处理和分类处理后的同类所述目标对象样本的特征向量之间的距离满足第一距离阈值、不同类的所述目标对象样本的特征向量之间的距离满足第二距离阈值;Step 42: During the training process of the classification model, adjust the intra-class divergence matrix and the inter-class divergence matrix of the LDA classifier until the following conditions are met: dimensionality reduction processing and classification processing are performed by the LDA classifier The distance between the feature vectors of the target object samples of the same type later satisfies the first distance threshold, and the distance between the feature vectors of the target object samples of different types satisfies the second distance threshold;
这里,调整所述LDA分类器的类内散度矩阵和类间散度矩阵,可以是按照梯度进行调整。所述第一距离阈值和所述第二距离阈值可以根据识别需求进行灵活设置。这里,同类可以是指所述目标对象样本对应同一肢体动作,不同类可以是指所述目标对象样本对应不同的肢体动作。Here, adjusting the intra-class divergence matrix and the inter-class divergence matrix of the LDA classifier may be adjusted according to the gradient. The first distance threshold and the second distance threshold can be flexibly set according to identification requirements. Here, the same type may mean that the target object sample corresponds to the same body movement, and the different type may mean that the target object sample corresponds to different body movements.
步骤43,将调整后的满足所述条件的所述类内散度矩阵和所述类散度矩阵作为更新后的所述LDA分类器的参数。Step 43: Use the adjusted intra-class divergence matrix and the class divergence matrix that satisfy the condition as parameters of the updated LDA classifier.
这里,在所述LDA分类器的参数进行更新后,按照更新后的所述LDA分类器的参数对目标对象进行识别。Here, after the parameters of the LDA classifier are updated, the target object is identified according to the updated parameters of the LDA classifier.
为了能够更加便于对本公开实施例提供的肢体动作的识别方法的实现流程的理解,以下分别通过1个实施例对其进行说明:In order to make it easier to understand the implementation process of the method for recognizing body movements provided by the embodiments of the present disclosure, the following is described by one embodiment:
示例1:请参见图5,示例中,肢体动作识别对应为手势识别,所述手势识别分为训练阶段和识别阶段,其中,识别模型52包括LDA分类识别模型51。本公开实施例的肢体动作的识别方法可以应用于图5中的LDA分类识别模型。Example 1: Please refer to FIG. 5. In the example, body motion recognition corresponds to gesture recognition. The gesture recognition is divided into a training phase and a recognition phase. The recognition model 52 includes an LDA classification recognition model 51. The method for recognizing body movements in the embodiments of the present disclosure can be applied to the LDA classification recognition model in FIG. 5.
请参见图6,该肢体动作的识别方法包括如下步骤:Please refer to Figure 6, the method for recognizing body movements includes the following steps:
步骤61,对样本对象的表面肌电信号进行预处理和特征向量提取,获得特征向量样本集;Step 61: Perform preprocessing and feature vector extraction on the surface EMG signal of the sample object to obtain a feature vector sample set;
步骤62,将所述特征向量样本集随机划分为训练集和测试集;Step 62: Randomly divide the feature vector sample set into a training set and a test set;
步骤63,基于所述训练集和所述训练集中样本对象的标签训练肢体动作的LDA分类模型,并利用所述测试集对所述LDA分类模型的识别精度进行测试;Step 63: Train an LDA classification model of body movements based on the training set and the labels of the sample objects in the training set, and use the test set to test the recognition accuracy of the LDA classification model;
步骤64,当所述LDA分类模型的识别精度大于第一设置阈值时,获得训练后的所述LDA分类模型;Step 64: When the recognition accuracy of the LDA classification model is greater than the first set threshold, obtain the LDA classification model after training;
步骤65,获取待识别的所述目标对象表面肌电信号的特征向量;Step 65: Obtain the feature vector of the surface EMG signal of the target object to be recognized;
步骤66,通过所述LDA分类模型对所述特征向量进行降维处理和分类识别处理,得到所述目标对象的肢体动作的分类识别结果。其中,当所述LDA分类模型待识别的目标对象发生更换时,通过有监督学习的训练方式更新所述LDA分类模型的参数;当所述LDA分类模型识别同一目标对象的持续时长大于持续时长阈值时,或当所述LDA分类模型识别同一所述待识别目标的表面肌电信号的样本数量大于第二设置阈值时,通过无监督学习的训练方式更新所述LDA分类模型的参数。所述更新所述LDA分类模型的参数,包括:当所述LDA分类模型为线性判别式分析LDA分类器时,通过带有标签的所述目标对象的表面肌电信号样本训练所述LDA分类器;在所述LDA分类模型的训练过程中,调整所述LDA分类器的类内散度矩阵和类间散度矩阵,直至满足如下条件:通过所述 LDA分类器进行降维处理和分类处理后的同类所述目标对象样本的特征向量之间的距离满足第一距离阈值、不同类的所述目标对象样本的特征向量之间的距离满足第二距离阈值;将调整后的满足所述条件的所述类内散度矩阵和所述类散度矩阵作为更新后的所述LDA分类器的参数。Step 66: Perform dimensionality reduction processing and classification and recognition processing on the feature vector through the LDA classification model to obtain a classification and recognition result of the body movement of the target object. Wherein, when the target object to be recognized by the LDA classification model is changed, the parameters of the LDA classification model are updated through a training method of supervised learning; when the duration of the LDA classification model identifying the same target object is greater than the duration threshold , Or when the number of samples of the surface EMG signal of the same target to be recognized by the LDA classification model is greater than the second set threshold, the parameters of the LDA classification model are updated through an unsupervised learning training method. The updating the parameters of the LDA classification model includes: when the LDA classification model is a linear discriminant analysis LDA classifier, training the LDA classifier through the surface EMG signal samples of the target object with labels In the training process of the LDA classification model, adjust the intra-class divergence matrix and the inter-class divergence matrix of the LDA classifier until the following conditions are met: after the dimensionality reduction processing and classification processing are performed by the LDA classifier The distance between the feature vectors of the target object samples of the same type meets the first distance threshold, and the distance between the feature vectors of the target object samples of different types meets the second distance threshold; the adjusted ones that meet the conditions The intra-class divergence matrix and the class divergence matrix are used as parameters of the updated LDA classifier.
本实施例中,在所述目标对象的肢体动作的识别过程中,能够获取识别所述目标对象的状态,当识别所述目标对象的状态满足所述LDA分类模型的更新条件时,更新所述分类模型的所述类内散度矩阵和所述类散度矩阵,以修复所述分类模型识别所述目标对象的肢体动作的偏差。这样,所述LDA分类模型能够基于所述目标对象的状态进行及时更新,修复所述LDA分类模型识别所述目标对象的肢体动作的偏差,减少由目标对象的状态变化给分类模型带来的影响,确保了所述LDA分类模型的识别准确率。In this embodiment, in the process of recognizing the limb movements of the target object, the state of recognizing the target object can be obtained, and when the state of recognizing the target object satisfies the update condition of the LDA classification model, the state of recognizing the target object is updated. The intra-class divergence matrix and the class divergence matrix of the classification model are used to repair the deviation of the body movement of the target object recognized by the classification model. In this way, the LDA classification model can be updated in time based on the status of the target object, repairs the deviation of the LDA classification model to recognize the body movement of the target object, and reduces the impact of the status change of the target object on the classification model. , To ensure the recognition accuracy of the LDA classification model.
本公开实施例还提供一种肢体动作的识别装置,请参见图7,所述装置包括构建模块和处理模块,其中,The embodiments of the present disclosure also provide a device for recognizing body movements. Please refer to FIG. 7. The device includes a building module and a processing module, where:
所述构建模块71,配置为建立肢体动作的分类模型,其中,所述分类模型基于样本对象的表面肌电信号的训练集进行训练;The construction module 71 is configured to establish a classification model of body movements, wherein the classification model is trained based on the training set of the surface EMG signal of the sample object;
所述处理模块72,配置为将所述分类模型应用于目标对象的肢体动作的识别;在所述目标对象的肢体动作的识别过程中,获取识别所述目标对象的状态;当识别所述目标对象的状态满足所述分类模型的更新条件时,更新所述分类模型的参数,以修复所述分类模型识别所述目标对象的肢体动作的偏差。The processing module 72 is configured to apply the classification model to the recognition of the limb movements of the target object; in the recognition process of the limb movements of the target object, obtain the state of recognizing the target object; when recognizing the target When the state of the object satisfies the update condition of the classification model, the parameters of the classification model are updated to repair the deviation of the limb movement of the classification model in identifying the target object.
本公开实施例还提供一种计算机设备,请参见图8,为本公开实施例提供的一种计算机设备组成结构示意图,包括:The embodiment of the present disclosure also provides a computer device. Please refer to FIG. 8, which is a schematic diagram of the structure of the computer device provided by the embodiment of the present disclosure, including:
存储器82,配置为存储可执行指令;The memory 82 is configured to store executable instructions;
处理器81,配置为执行所述存储器82中存储的可执行指令时,所述 处理器81执行所述计算机程序时包括实现如下步骤:建立肢体动作的分类模型,其中,所述分类模型基于样本对象的表面肌电信号的训练集进行训练;将所述分类模型应用于目标对象的肢体动作的识别;在所述目标对象的肢体动作的识别过程中,获取识别所述目标对象的状态;当识别所述目标对象的状态满足所述分类模型的更新条件时,更新所述分类模型的参数,以修复所述分类模型识别所述目标对象的肢体动作的偏差。When the processor 81 is configured to execute the executable instructions stored in the memory 82, when the processor 81 executes the computer program, it includes the following steps: establishing a classification model of body movements, wherein the classification model is based on samples The training set of the surface EMG signal of the object is trained; the classification model is applied to the recognition of the limb movement of the target object; in the recognition process of the limb movement of the target object, the state of recognizing the target object is obtained; when When the state of identifying the target object satisfies the update condition of the classification model, the parameters of the classification model are updated to repair the deviation of the limb movement of the classification model in identifying the target object.
这里,所述处理器81执行所述计算机程序时还用于实现:对样本对象的表面肌电信号进行预处理和特征向量提取,获得特征向量样本集;将所述特征向量样本集随机划分为训练集和测试集;基于所述训练集和所述训练集中样本对象的标签训练肢体动作的分类模型,并利用所述测试集对所述分类模型的识别精度进行测试;当所述分类模型的识别精度大于第一设置阈值时,获得训练后的所述分类模型。Here, when the processor 81 executes the computer program, it is also used to: perform preprocessing and feature vector extraction on the surface EMG signal of the sample object to obtain a feature vector sample set; randomly divide the feature vector sample set into Training set and test set; training a classification model of body movements based on the training set and the labels of the sample objects in the training set, and using the test set to test the recognition accuracy of the classification model; when the classification model is When the recognition accuracy is greater than the first set threshold, the trained classification model is obtained.
这里,所述处理器81执行所述计算机程序时还用于实现:获取待识别的所述目标对象表面肌电信号的特征向量;通过所述分类模型对所述特征向量进行降维处理和分类识别处理,得到所述目标对象的肢体动作的分类识别结果。Here, when the processor 81 executes the computer program, it is also used to achieve: obtain the feature vector of the surface EMG signal of the target object to be recognized; perform dimensionality reduction processing and classification on the feature vector through the classification model The recognition processing obtains the classification and recognition result of the limb movement of the target object.
这里,所述处理器81执行所述计算机程序时还用于实现:获取所述分类模型待识别的目标对象是否发生变换的状态;和/或,获取所述分类模型识别同一目标对象的持续时长;和/或,获取所述分类模型识别同一目标对象的表面肌电信号的样本数量。Here, when the processor 81 executes the computer program, it is also used to: obtain the status of whether the target object to be recognized by the classification model has changed; and/or obtain the duration of the classification model identifying the same target object And/or, obtaining the number of samples of the surface EMG signal of the same target object identified by the classification model.
这里,所述处理器81执行所述计算机程序时还用于实现:当满足以下更新条件至少之一时,更新所述分类模型的参数:所述分类模型待识别的目标对象发生更换;所述分类模型识别同一目标对象的持续时长大于持续时长阈值;所述分类模型识别同一目标对象的表面肌电信号的样本数量,大于样本数量阈值。Here, when the processor 81 executes the computer program, it is also used to implement: when at least one of the following update conditions is met, the parameters of the classification model are updated: the target object to be identified by the classification model is changed; the classification The duration of the model identifying the same target object is greater than the duration threshold; the classification model identifying the number of samples of the surface EMG signal of the same target object is greater than the sample number threshold.
这里,所述处理器81执行所述计算机程序时还用于实现:当所述分类模型待识别的目标对象发生更换时,通过有监督学习的训练方式更新所述分类模型的参数;当所述分类模型识别同一目标对象的持续时长大于持续时长阈值时,或当所述分类模型识别同一所述待识别目标的表面肌电信号的样本数量大于第二设置阈值时,通过无监督学习的训练方式更新所述分类模型的参数。Here, when the processor 81 executes the computer program, it is also used to implement: when the target object to be recognized by the classification model is changed, the parameters of the classification model are updated through a training method of supervised learning; When the duration of the classification model identifying the same target object is greater than the duration threshold, or when the number of samples of the surface EMG signal of the same target to be identified by the classification model is greater than the second set threshold, the training method of unsupervised learning is adopted Update the parameters of the classification model.
这里,所述处理器81执行所述计算机程序时还用于实现:当所述分类模型为线性判别式分析LDA分类器时,通过带有标签的所述目标对象的表面肌电信号样本训练所述LDA分类器;在所述分类模型的训练过程中,调整所述LDA分类器的类内散度矩阵和类间散度矩阵,直至满足如下条件:通过所述LDA分类器进行降维处理和分类处理后的同类所述目标对象样本的特征向量之间的距离满足第一距离阈值、不同类的所述目标对象样本的特征向量之间的距离满足第二距离阈值;将调整后的满足所述条件的所述类内散度矩阵和所述类散度矩阵作为更新后的所述LDA分类器的参数。Here, when the processor 81 executes the computer program, it is also used to implement: when the classification model is a linear discriminant analysis LDA classifier, train the surface EMG signal samples of the target object with labels. The LDA classifier; in the training process of the classification model, adjust the intra-class divergence matrix and the inter-class divergence matrix of the LDA classifier until the following conditions are met: dimensionality reduction processing and After classification, the distance between the feature vectors of the target object samples of the same type meets the first distance threshold, and the distance between the feature vectors of the target object samples of different classes meets the second distance threshold; The intra-class divergence matrix and the class divergence matrix of the conditions are used as parameters of the updated LDA classifier.
本公开实施例还提供一种肢体动作的识别装置,包括:处理器和配置为存储能够在处理器上运行的计算机程序的存储器;The embodiment of the present disclosure also provides a limb movement recognition device, including: a processor and a memory configured to store a computer program that can run on the processor;
其中,所述处理器,配置为运行所述计算机程序时,实现本公开实施例提供的所述肢体动作的识别方法。Wherein, the processor is configured to implement the limb movement recognition method provided in the embodiment of the present disclosure when running the computer program.
本公开实施例还提供一种存储介质,存储有可执行指令,所述可执行指令被执行时,用于执行本公开实施例提供的所述肢体动作的识别方法。The embodiment of the present disclosure also provides a storage medium that stores executable instructions, and when the executable instructions are executed, they are used to execute the method for recognizing the body movements provided by the embodiments of the present disclosure.
以上所述,仅为本公开的具体实施方式,但本公开的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本公开揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本公开的保护范围之内。因此,本公开 的保护范围应以所述权利要求的保护范围为准。The above are only specific implementations of the present disclosure, but the protection scope of the present disclosure is not limited thereto. Any person skilled in the art can easily think of changes or substitutions within the technical scope disclosed in the present disclosure. It should be covered within the protection scope of the present disclosure. Therefore, the protection scope of the present disclosure should be subject to the protection scope of the claims.
工业实用性Industrial applicability
本公开实施例中建立肢体动作的分类模型,其中,所述分类模型基于样本对象的表面肌电信号的训练集进行训练;将所述分类模型应用于目标对象的肢体动作的识别;在所述目标对象的肢体动作的识别过程中,获取识别所述目标对象的状态;当识别所述目标对象的状态满足所述分类模型的更新条件时,更新所述分类模型的参数,以修复所述分类模型识别所述目标对象的肢体动作的偏差;如此,分类模型能够基于所述目标对象的状态进行及时更新,修复所述分类模型识别所述目标对象的肢体动作的偏差,减少了由目标对象的状态变化给分类模型带来的影响,确保了所述分类模型的识别准确率。In the embodiments of the present disclosure, a classification model of limb movements is established, wherein the classification model is trained based on the training set of the surface EMG signal of the sample object; the classification model is applied to the recognition of the limb movements of the target object; In the process of recognizing the limb movements of the target object, the state of recognizing the target object is obtained; when the state of recognizing the target object satisfies the update condition of the classification model, the parameters of the classification model are updated to repair the classification The model recognizes the deviation of the limb movement of the target object; in this way, the classification model can be updated in time based on the state of the target object, repairing the deviation of the classification model identifying the limb movement of the target object, and reducing the deviation caused by the target object The impact of the state change on the classification model ensures the recognition accuracy of the classification model.

Claims (17)

  1. 一种肢体动作的识别方法,包括:A method for recognizing body movements, including:
    建立肢体动作的分类模型,其中,所述分类模型基于样本对象的表面肌电信号的训练集进行训练;Establishing a classification model of body movements, wherein the classification model is trained based on the training set of the surface EMG signal of the sample object;
    将所述分类模型应用于目标对象的肢体动作的识别;Applying the classification model to the recognition of the body movements of the target object;
    在所述目标对象的肢体动作的识别过程中,获取识别所述目标对象的状态;In the process of recognizing the limb movements of the target object, acquiring the state of recognizing the target object;
    当识别所述目标对象的状态满足所述分类模型的更新条件时,更新所述分类模型的参数,以修复所述分类模型识别所述目标对象的肢体动作的偏差。When the state of identifying the target object satisfies the update condition of the classification model, the parameters of the classification model are updated to repair the deviation of the limb movement of the classification model in identifying the target object.
  2. 根据权利要求1所述的方法,其中,所述建立肢体动作的分类模型,包括:The method according to claim 1, wherein said establishing a classification model of body movements comprises:
    对样本对象的表面肌电信号进行预处理和特征向量提取,获得特征向量样本集;Perform preprocessing and feature vector extraction on the surface EMG signal of the sample object to obtain a feature vector sample set;
    将所述特征向量样本集随机划分为训练集和测试集;Randomly dividing the feature vector sample set into a training set and a test set;
    基于所述训练集和所述训练集中样本对象的标签训练肢体动作的分类模型,并利用所述测试集对所述分类模型的识别精度进行测试;Training a classification model of body movements based on the training set and the labels of the sample objects in the training set, and using the test set to test the recognition accuracy of the classification model;
    当所述分类模型的识别精度大于第一设置阈值时,获得训练后的所述分类模型。When the recognition accuracy of the classification model is greater than the first set threshold, the trained classification model is obtained.
  3. 根据权利要求1所述的方法,其中,所述将所述分类模型应用于目标对象的肢体动作的识别,包括:The method according to claim 1, wherein the applying the classification model to the recognition of body movements of a target object comprises:
    获取待识别的所述目标对象表面肌电信号的特征向量;Acquiring a feature vector of the surface EMG signal of the target object to be recognized;
    通过所述分类模型对所述特征向量进行降维处理和分类识别处理,得到所述目标对象的肢体动作的分类识别结果。The dimensionality reduction processing and classification recognition processing are performed on the feature vector through the classification model to obtain a classification and recognition result of the body movement of the target object.
  4. 根据权利要求1所述的方法,其中,所述获取识别所述目标对象 的状态,包括:The method according to claim 1, wherein said acquiring and identifying the status of said target object comprises:
    获取所述分类模型待识别的目标对象是否发生变换的状态;Acquiring the status of whether the target object to be recognized by the classification model is transformed;
    和/或,获取所述分类模型识别同一目标对象的持续时长;And/or, obtain the duration of the classification model identifying the same target object;
    和/或,获取所述分类模型识别同一目标对象的表面肌电信号的样本数量。And/or, obtaining the number of samples of the surface EMG signal of the same target object identified by the classification model.
  5. 根据权利要求1所述的方法,其特征在于,所述当识别所述目标对象的状态满足所述分类模型的更新条件时,更新所述分类模型的参数,包括:The method according to claim 1, wherein the updating the parameters of the classification model when the state of identifying the target object satisfies the update condition of the classification model comprises:
    当满足以下更新条件至少之一时,更新所述分类模型的参数:When at least one of the following update conditions is met, the parameters of the classification model are updated:
    所述分类模型待识别的目标对象发生更换;The target object to be recognized by the classification model is changed;
    所述分类模型识别同一目标对象的持续时长大于持续时长阈值;The duration of the classification model identifying the same target object is greater than the duration threshold;
    所述分类模型识别同一目标对象的表面肌电信号的样本数量,大于样本数量阈值。The classification model identifies the number of samples of the surface EMG signal of the same target object, which is greater than the sample number threshold.
  6. 根据权利要求1所述的方法,其特征在于,所述更新所述分类模型的参数,包括:The method according to claim 1, wherein the updating the parameters of the classification model comprises:
    当所述分类模型待识别的目标对象发生更换时,通过有监督学习的训练方式更新所述分类模型的参数;When the target object to be recognized by the classification model is changed, update the parameters of the classification model through a training method of supervised learning;
    当所述分类模型识别同一目标对象的持续时长大于持续时长阈值时,或当所述分类模型识别同一所述待识别目标的表面肌电信号的样本数量大于第二设置阈值时,通过无监督学习的训练方式更新所述分类模型的参数。When the duration for the classification model to identify the same target object is greater than the duration threshold, or when the number of samples of the surface EMG signal of the same target to be identified by the classification model is greater than the second set threshold, unsupervised learning The training method updates the parameters of the classification model.
  7. 根据权利要求1至6任一项所述的方法,其中,所述更新所述分类模型的参数,包括:The method according to any one of claims 1 to 6, wherein the updating the parameters of the classification model comprises:
    当所述分类模型为线性判别式分析LDA分类器时,通过带有标签的所述目标对象的表面肌电信号样本训练所述LDA分类器;When the classification model is a linear discriminant analysis LDA classifier, training the LDA classifier by using labeled surface EMG signal samples of the target object;
    在所述分类模型的训练过程中,调整所述LDA分类器的类内散度矩阵和类间散度矩阵,直至满足如下条件:通过所述LDA分类器进行降维处理和分类处理后的同类所述目标对象样本的特征向量之间的距离满足第一距离阈值、不同类的所述目标对象样本的特征向量之间的距离满足第二距离阈值;In the training process of the classification model, the intra-class divergence matrix and the inter-class divergence matrix of the LDA classifier are adjusted until the following conditions are met: the same type after dimensionality reduction and classification processing is performed by the LDA classifier The distance between the feature vectors of the target object sample meets a first distance threshold, and the distance between the feature vectors of the target object samples of different types meets a second distance threshold;
    将调整后的满足所述条件的所述类内散度矩阵和所述类间散度矩阵作为更新后的所述LDA分类器的参数。The adjusted intra-class divergence matrix and the inter-class divergence matrix satisfying the condition are used as parameters of the updated LDA classifier.
  8. 一种肢体动作的识别装置,所述装置包括构建模块和处理模块,其中,A device for recognizing body movements, said device comprising a building module and a processing module, wherein,
    所述构建模块,配置为建立肢体动作的分类模型,其中,所述分类模型基于样本对象的表面肌电信号的训练集进行训练;The construction module is configured to establish a classification model of body movements, wherein the classification model is trained based on the training set of the surface EMG signal of the sample object;
    所述处理模块,配置为将所述分类模型应用于目标对象的肢体动作的识别;在所述目标对象的肢体动作的识别过程中,获取识别所述目标对象的状态;当识别所述目标对象的状态满足所述分类模型的更新条件时,更新所述分类模型的参数,以修复所述分类模型识别所述目标对象的肢体动作的偏差。The processing module is configured to apply the classification model to the recognition of the limb movements of the target object; in the recognition process of the limb movements of the target object, obtain the state of recognizing the target object; when recognizing the target object When the status of satisfies the update condition of the classification model, the parameters of the classification model are updated to repair the deviation of the limb movement of the classification model in identifying the target object.
  9. 根据权利要求8所述的装置,其中,The device according to claim 8, wherein:
    所述构建模块,还配置为对样本对象的表面肌电信号进行预处理和特征向量提取,获得特征向量样本集;The construction module is further configured to perform preprocessing and feature vector extraction on the surface EMG signal of the sample object to obtain a feature vector sample set;
    将所述特征向量样本集随机划分为训练集和测试集;Randomly dividing the feature vector sample set into a training set and a test set;
    基于所述训练集和所述训练集中样本对象的标签训练肢体动作的分类模型,并利用所述测试集对所述分类模型的识别精度进行测试;Training a classification model of body movements based on the training set and the labels of the sample objects in the training set, and using the test set to test the recognition accuracy of the classification model;
    当所述分类模型的识别精度大于第一设置阈值时,获得训练后的所述分类模型。When the recognition accuracy of the classification model is greater than the first set threshold, the trained classification model is obtained.
  10. 根据权利要求8所述的装置,其中,The device according to claim 8, wherein:
    所述处理模块,还配置为获取待识别的所述目标对象表面肌电信号的特征向量;The processing module is further configured to obtain the feature vector of the surface EMG signal of the target object to be recognized;
    通过所述分类模型对所述特征向量进行降维处理和分类识别处理,得到所述目标对象的肢体动作的分类识别结果。The dimensionality reduction processing and classification recognition processing are performed on the feature vector through the classification model to obtain a classification and recognition result of the body movement of the target object.
  11. 根据权利要求8所述的装置,其中,The device according to claim 8, wherein:
    所述处理模块,还配置为获取所述分类模型待识别的目标对象是否发生变换的状态;The processing module is further configured to obtain the status of whether the target object to be recognized by the classification model is transformed;
    和/或,获取所述分类模型识别同一目标对象的持续时长;And/or, obtain the duration of the classification model identifying the same target object;
    和/或,获取所述分类模型识别同一目标对象的表面肌电信号的样本数量。And/or, obtaining the number of samples of the surface EMG signal of the same target object identified by the classification model.
  12. 根据权利要求8所述的装置,其中,The device according to claim 8, wherein:
    所述处理模块,还配置为当满足以下更新条件至少之一时,更新所述分类模型的参数:The processing module is further configured to update the parameters of the classification model when at least one of the following update conditions is met:
    所述分类模型待识别的目标对象发生更换;The target object to be recognized by the classification model is changed;
    所述分类模型识别同一目标对象的持续时长大于持续时长阈值;The duration of the classification model identifying the same target object is greater than the duration threshold;
    所述分类模型识别同一目标对象的表面肌电信号的样本数量,大于样本数量阈值。The classification model identifies the number of samples of the surface EMG signal of the same target object, which is greater than the sample number threshold.
  13. 根据权利要求8所述的装置,其中,The device according to claim 8, wherein:
    所述处理模块,还配置为当所述分类模型待识别的目标对象发生更换时,通过有监督学习的训练方式更新所述分类模型的参数;The processing module is further configured to update the parameters of the classification model through a training method of supervised learning when the target object to be recognized by the classification model is changed;
    当所述分类模型识别同一目标对象的持续时长大于持续时长阈值时,或当所述分类模型识别同一所述待识别目标的表面肌电信号的样本数量大于第二设置阈值时,通过无监督学习的训练方式更新所述分类模型的参数。When the duration for the classification model to identify the same target object is greater than the duration threshold, or when the number of samples of the surface EMG signal of the same target to be identified by the classification model is greater than the second set threshold, unsupervised learning The training method updates the parameters of the classification model.
  14. 根据权利要求8至13任一项所述的装置,其中,The device according to any one of claims 8 to 13, wherein:
    所述处理模块,还配置为当所述分类模型为线性判别式分析LDA分类器时,通过带有标签的所述目标对象的表面肌电信号样本训练所述LDA分类器;The processing module is further configured to train the LDA classifier through labeled surface EMG signal samples of the target object when the classification model is a linear discriminant analysis LDA classifier;
    在所述分类模型的训练过程中,调整所述LDA分类器的类内散度矩阵和类间散度矩阵,直至满足如下条件:通过所述LDA分类器进行降维处理和分类处理后的同类所述目标对象样本的特征向量之间的距离满足第一距离阈值、不同类的所述目标对象样本的特征向量之间的距离满足第二距离阈值;In the training process of the classification model, the intra-class divergence matrix and the inter-class divergence matrix of the LDA classifier are adjusted until the following conditions are met: the same type after dimensionality reduction and classification processing is performed by the LDA classifier The distance between the feature vectors of the target object sample meets a first distance threshold, and the distance between the feature vectors of the target object samples of different types meets a second distance threshold;
    将调整后的满足所述条件的所述类内散度矩阵和所述类间散度矩阵作为更新后的所述LDA分类器的参数。The adjusted intra-class divergence matrix and the inter-class divergence matrix satisfying the condition are used as parameters of the updated LDA classifier.
  15. 一种计算机设备,包括:A computer device including:
    存储器,配置为存储可执行指令;Memory, configured to store executable instructions;
    处理器,配置为执行所述存储器中存储的可执行指令时,实现如权利要求1至7任一项所述的肢体动作的方法。The processor is configured to implement the method for body movement according to any one of claims 1 to 7 when executing the executable instructions stored in the memory.
  16. 一种肢体动作的识别装置,包括:处理器和配置为存储能够在处理器上运行的计算机程序的存储器;An apparatus for recognizing body movements, including: a processor and a memory configured to store a computer program that can run on the processor;
    其中,所述处理器,配置为运行所述计算机程序时,实现权利要求1至7中任一项所述的肢体动作的识别方法。Wherein, the processor is configured to implement the method for recognizing body movements according to any one of claims 1 to 7 when running the computer program.
  17. 一种计算机存储介质,所述计算机存储介质中存储有计算机程序,所述计算机程序被处理器执行时实现权利要求1至7中任一项所述的肢体动作的识别方法。A computer storage medium in which a computer program is stored, and when the computer program is executed by a processor, the method for recognizing a limb movement according to any one of claims 1 to 7 is realized.
PCT/CN2020/106654 2019-09-17 2020-08-03 Body movement recognition method and apparatus, computer device and storage medium WO2021052045A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910876338.6 2019-09-17
CN201910876338.6A CN110710970B (en) 2019-09-17 2019-09-17 Method and device for recognizing limb actions, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
WO2021052045A1 true WO2021052045A1 (en) 2021-03-25

Family

ID=69210525

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/106654 WO2021052045A1 (en) 2019-09-17 2020-08-03 Body movement recognition method and apparatus, computer device and storage medium

Country Status (2)

Country Link
CN (1) CN110710970B (en)
WO (1) WO2021052045A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113297935A (en) * 2021-05-12 2021-08-24 中国科学院计算技术研究所 Feature adaptive motion recognition system

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110710970B (en) * 2019-09-17 2021-01-29 北京海益同展信息科技有限公司 Method and device for recognizing limb actions, computer equipment and storage medium
CN111310658B (en) * 2020-02-14 2023-06-27 京东科技信息技术有限公司 Method and device for updating action pattern recognition model
CN111401440B (en) * 2020-03-13 2023-03-31 重庆第二师范学院 Target classification recognition method and device, computer equipment and storage medium
CN111839847B (en) * 2020-07-02 2023-09-01 京东科技信息技术有限公司 Myoelectric prosthetic limb control method, myoelectric prosthetic limb control device, electronic equipment and computer readable medium
CN112132192A (en) * 2020-09-07 2020-12-25 北京海益同展信息科技有限公司 Model training method and device, electronic equipment and storage medium
CN115120429B (en) * 2022-06-17 2023-03-10 广东工业大学 Intelligent wheelchair human body following control system based on surface electromyographic signals

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104899594A (en) * 2014-03-06 2015-09-09 中国科学院沈阳自动化研究所 Hand action identification method based on surface electromyography decomposition
KR20160023976A (en) * 2014-08-21 2016-03-04 인하대학교 산학협력단 A Multiple Gait phase Recognition Method using Boosted Classifiers and Classification Matrix based on Surface EMG Signals
CN106372666A (en) * 2016-08-31 2017-02-01 同观科技(深圳)有限公司 Target identification method and device
CN107456300A (en) * 2017-09-21 2017-12-12 哈尔滨工业大学 The quick myoelectricity code control system of multiple freedom degrees hand-prosthesis based on FSM
US10070799B2 (en) * 2016-12-02 2018-09-11 Pison Technology, Inc. Detecting and using body tissue electrical signals
CN109104728A (en) * 2018-07-11 2018-12-28 浙江理工大学 A kind of ELM classification intrusion detection method based on improvement LDA dimensionality reduction
CN109359622A (en) * 2018-11-08 2019-02-19 西北工业大学 A kind of myoelectricity action recognition online updating algorithm based on gauss hybrid models
CN110141239A (en) * 2019-05-30 2019-08-20 东北大学 A kind of motion intention identification and installation method for lower limb exoskeleton
CN110710970A (en) * 2019-09-17 2020-01-21 北京海益同展信息科技有限公司 Method and device for recognizing limb actions, computer equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105224066A (en) * 2014-06-03 2016-01-06 北京创思博德科技有限公司 A kind of gesture identification method based on high in the clouds process
CN105446484B (en) * 2015-11-19 2018-06-19 浙江大学 A kind of electromyography signal gesture identification method based on Hidden Markov Model

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104899594A (en) * 2014-03-06 2015-09-09 中国科学院沈阳自动化研究所 Hand action identification method based on surface electromyography decomposition
KR20160023976A (en) * 2014-08-21 2016-03-04 인하대학교 산학협력단 A Multiple Gait phase Recognition Method using Boosted Classifiers and Classification Matrix based on Surface EMG Signals
CN106372666A (en) * 2016-08-31 2017-02-01 同观科技(深圳)有限公司 Target identification method and device
US10070799B2 (en) * 2016-12-02 2018-09-11 Pison Technology, Inc. Detecting and using body tissue electrical signals
CN107456300A (en) * 2017-09-21 2017-12-12 哈尔滨工业大学 The quick myoelectricity code control system of multiple freedom degrees hand-prosthesis based on FSM
CN109104728A (en) * 2018-07-11 2018-12-28 浙江理工大学 A kind of ELM classification intrusion detection method based on improvement LDA dimensionality reduction
CN109359622A (en) * 2018-11-08 2019-02-19 西北工业大学 A kind of myoelectricity action recognition online updating algorithm based on gauss hybrid models
CN110141239A (en) * 2019-05-30 2019-08-20 东北大学 A kind of motion intention identification and installation method for lower limb exoskeleton
CN110710970A (en) * 2019-09-17 2020-01-21 北京海益同展信息科技有限公司 Method and device for recognizing limb actions, computer equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
DING, QICHUAN: "An EMG-motion Recognition Method With Self-update Hybrid Classification Model", ACTA AUTOMATICA SINICA, vol. 45, no. 8, 31 August 2019 (2019-08-31), pages 1464 - 1474, XP055793171 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113297935A (en) * 2021-05-12 2021-08-24 中国科学院计算技术研究所 Feature adaptive motion recognition system

Also Published As

Publication number Publication date
CN110710970B (en) 2021-01-29
CN110710970A (en) 2020-01-21

Similar Documents

Publication Publication Date Title
WO2021052045A1 (en) Body movement recognition method and apparatus, computer device and storage medium
WO2021143353A1 (en) Gesture information processing method and apparatus, electronic device, and storage medium
Jiang et al. Open access dataset, toolbox and benchmark processing results of high-density surface electromyogram recordings
Xu et al. Advances and disturbances in sEMG-based intentions and movements recognition: A review
Hofmann et al. Bayesian filtering of surface EMG for accurate simultaneous and proportional prosthetic control
Neacsu et al. Automatic EMG-based hand gesture recognition system using time-domain descriptors and fully-connected neural networks
Chowdhury et al. Muscle computer interface: A review
Shin et al. Korean sign language recognition using EMG and IMU sensors based on group-dependent NN models
Buongiorno et al. A survey on deep learning in electromyographic signal analysis
Li et al. Wireless sEMG-based identification in a virtual reality environment
Kanoga et al. Subject transfer framework based on source selection and semi-supervised style transfer mapping for sEMG pattern recognition
Antonius et al. Electromyography gesture identification using CNN-RNN neural network for controlling quadcopters
CN111714121A (en) Electromyographic data classification model construction method, electromyographic data classification model classification device and server
JP4078419B2 (en) pointing device
AlOmari et al. Novel hybrid soft computing pattern recognition system SVM–GAPSO for classification of eight different hand motions
Wang et al. Deep convolutional neural network for decoding EMG for human computer interaction
Wei et al. Classification of human hand movements using surface EMG for myoelectric control
Lin et al. A normalisation approach improves the performance of inter-subject sEMG-based hand gesture recognition with a ConvNet
Chan et al. Unsupervised domain adaptation for gesture identification against electrode shift
Wang et al. Multi-finger myoelectric signals for controlling a virtual robotic prosthetic hand
Powar et al. Dynamic time warping for reducing the effect of force variation on myoelectric control of hand prostheses
Pareek et al. MyoTrack: Tracking subject participation in robotic rehabilitation using sEMG and IMU
Castellini et al. EMG-based prediction of multi-DOF activations using single-DOF training: a preliminary result
Dev et al. Performance analysis of classifiers for EMG signal of different hand movements
Hristov et al. Classification of individual and combined finger flexions using machine learning approaches

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 04/08/2022)

122 Ep: pct application non-entry in european phase

Ref document number: 20866053

Country of ref document: EP

Kind code of ref document: A1