CN113919387A - Electroencephalogram signal emotion recognition based on GBDT-LR model - Google Patents

Electroencephalogram signal emotion recognition based on GBDT-LR model Download PDF

Info

Publication number
CN113919387A
CN113919387A CN202110946383.1A CN202110946383A CN113919387A CN 113919387 A CN113919387 A CN 113919387A CN 202110946383 A CN202110946383 A CN 202110946383A CN 113919387 A CN113919387 A CN 113919387A
Authority
CN
China
Prior art keywords
gbdt
model
signals
data
classifier
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN202110946383.1A
Other languages
Chinese (zh)
Inventor
陈宇
吴华健
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Northeast Forestry University
Original Assignee
Northeast Forestry University
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 Northeast Forestry University filed Critical Northeast Forestry University
Priority to CN202110946383.1A priority Critical patent/CN113919387A/en
Publication of CN113919387A publication Critical patent/CN113919387A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2218/00Aspects of pattern recognition specially adapted for signal processing
    • G06F2218/08Feature extraction
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/16Devices for psychotechnics; Testing reaction times ; Devices for evaluating the psychological state
    • A61B5/165Evaluating the state of mind, e.g. depression, anxiety
    • 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/369Electroencephalography [EEG]
    • A61B5/372Analysis of electroencephalograms
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/72Signal processing specially adapted for physiological signals or for diagnostic purposes
    • A61B5/7235Details of waveform analysis
    • A61B5/7253Details of waveform analysis characterised by using transforms
    • A61B5/726Details of waveform analysis characterised by using transforms using Wavelet transforms
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/72Signal processing specially adapted for physiological signals or for diagnostic purposes
    • A61B5/7235Details of waveform analysis
    • A61B5/7264Classification of physiological signals or data, e.g. using neural networks, statistical classifiers, expert systems or fuzzy systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/213Feature extraction, e.g. by transforming the feature space; Summarisation; Mappings, e.g. subspace methods
    • G06F18/2135Feature extraction, e.g. by transforming the feature space; Summarisation; Mappings, e.g. subspace methods based on approximation criteria, e.g. principal component analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/243Classification techniques relating to the number of classes
    • G06F18/24323Tree-organised classifiers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2218/00Aspects of pattern recognition specially adapted for signal processing
    • G06F2218/12Classification; Matching

Landscapes

  • Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Artificial Intelligence (AREA)
  • Theoretical Computer Science (AREA)
  • Psychiatry (AREA)
  • Pathology (AREA)
  • Heart & Thoracic Surgery (AREA)
  • Veterinary Medicine (AREA)
  • Public Health (AREA)
  • General Health & Medical Sciences (AREA)
  • Animal Behavior & Ethology (AREA)
  • Surgery (AREA)
  • Molecular Biology (AREA)
  • Data Mining & Analysis (AREA)
  • Biophysics (AREA)
  • Medical Informatics (AREA)
  • Biomedical Technology (AREA)
  • General Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • General Physics & Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • Physiology (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Psychology (AREA)
  • Child & Adolescent Psychology (AREA)
  • Developmental Disabilities (AREA)
  • Educational Technology (AREA)
  • Hospice & Palliative Care (AREA)
  • Social Psychology (AREA)
  • Fuzzy Systems (AREA)
  • Mathematical Physics (AREA)
  • Measurement And Recording Of Electrical Phenomena And Electrical Characteristics Of The Living Body (AREA)

Abstract

The invention relates to an electroencephalogram signal emotion recognition method based on a GBDT-LR model, wherein the electroencephalogram signal emotion recognition method based on the GBDT-LR model comprises the following steps: firstly, acquiring a data set of related electroencephalogram signals, preprocessing the data set, removing artifacts in the data set by using a filtering method, reducing the dimension of the data set by using principal component analysis to obtain clean electroencephalogram signals, then extracting wavelet segment characteristics in the signals by using a wavelet packet decomposition algorithm, extracting permutation entropy, approximate entropy and sample entropy characteristics in the signals by using an information theory algorithm, and combining the permutation entropy, the approximate entropy and the sample entropy characteristics into a characteristic matrix. And sending the features into a Gradient Boosting Decision Tree (GBDT) model for automatic feature re-screening and selection, carrying out One-hot coding on the GBDT results to form new training data, and finally training and testing the new features in a classifier, wherein the classifier is a Logistic Regression (LR) classifier.

Description

Electroencephalogram signal emotion recognition based on GBDT-LR model
The technical field is as follows:
the invention relates to the field of brain-computer interfaces, in particular to an electroencephalogram signal emotion recognition method based on a GBDT-LR model.
Background art:
at present, the electroencephalogram has a plurality of important discoveries in the research field of emotion recognition. Papez in 1937 linked human physiological activity to emotion production, and he proposed a marginal system mechanism of emotion production, the Papez loop. He believes that the thalamus, upon receiving sensory information related to emotional stimuli, spreads to the sensory cortex and hypothalamus. The connection from the hypothalamus to the anterior nucleus of the thalamus and then to the cingulum cortex is proposed, when the signal from the hypothalamus and the information from the sensation are integrated by the cingulum cortex, the emotion is generated, and the output from the cingulum cortex to the hippocampus and then to the hypothalamus produces the emotional response cortex control from top to bottom. Subsequently, the psychologist Maclean has added the concept of visceral brain to the Papez theory, who thought that all organs related to emotion were regulated by the visceral brain and that the corresponding visceral and skeletal responses were mediated by the visceral brain through the hypothalamus, and Rizon et al extracted statistical features of brain electrical signals using three different wavelet basis functions of "db8", "sym8" and "coif5" in wavelet transform, and found that the three features were highly related to emotion. Koelstra and Patras recorded EEG signals evoked by video stimulation from several volunteers according to a valence-wake model, finding the feasibility of a combination of facial expression video and EEG signals for emotion recognition.
The invention content is as follows:
the invention provides electroencephalogram emotion recognition based on a GBDT-LR model, aiming at overcoming the defects and shortcomings of the existing method, and particularly relates to a combination of the GBDT-LR model and the LR model to solve the problem of electroencephalogram emotion recognition.
The electroencephalogram signal emotion recognition method based on the GBDT-LR model comprises the following steps:
step 1: acquiring a data set disclosed by university such as Mary empress university, performing noise reduction on the acquired data, eliminating artifacts such as electro-ocular signals and electromyographic signals in original signals by using a filtering method, performing down-sampling to 128Hz, and performing dimensionality reduction on the signals by using a Principal Component Analysis (PCA) algorithm to obtain clean electroencephalographic signals;
step 2: extraction of features using wavelet packet decomposition and information theory algorithms
And step 3: the extracted features are combined into a feature matrix, and then the extracted features are re-screened and combined using a Gradient Boosting Decision Tree (GBDT) model, so that the most significant features are extracted and further used in the training and testing of the final classification model, i.e., the Logistic Regression (LR) classifier. And finally, taking the characteristics of the GBDT model screening combination as new training data, and training and testing the LR classifier.
The implementation of step 1 comprises:
step 1.1: data published by university such as mary queen university are acquired, a data set collects physiological signals and corresponding emotion data of 32 volunteers, each volunteer watches 40 music videos containing different emotions, and the physiological signals of the volunteers are recorded into data files s01-s32. dat. When recording physiological signals, the system comprises 40 leads (front 32 lead brain electrical signals + back 8 lead peripheral physiological signals;
step 1.2: removing artifacts in the original signal by using a filtering method;
step 1.3: using a band pass filter, the sampling frequency was brought to 125 Hz;
step 1.4: using Principal Component Analysis (PCA) algorithm to reduce the dimension of the brain electrical signal, and when a sample is input, calculating:
Figure BDA0003216698850000021
wherein r isijCalculating the eigenvalue and the eigenvector for the element value of the sample characteristic matrix, and finally obtaining the principal component load:
Figure BDA0003216698850000031
finally, obtaining a principal component score;
the method for recognizing emotion of brain electrical signal based on GBDT-LR model as claimed in claim 1, wherein said step 2 includes the following steps:
step 2.1: extracting four wavelet segment characteristics from the preprocessed data by using a wavelet packet decomposition algorithm;
step 2.2: extracting three characteristics of approximate entropy, sample entropy and permutation entropy by using an information theory algorithm;
step 2.3: the extracted features are combined into a feature matrix.
The EEG signal emotion recognition method based on GBDT-LR model as claimed in claim 1, wherein said step 3 includes the steps of:
step 3.1: sending the combined feature matrix into a Gradient Boosting Decision Tree (GBDT) model for automatic re-screening and combination of features;
step 3.2: performing one-hot coding on the result obtained by the GBDT model to form new training data;
step 3.3: and sending the new training data into a Logistic Regression (LR) classifier for final training to obtain a final classifier model and a final classifier result.
Description of the drawings:
FIG. 1 is a flow chart of an electroencephalogram signal emotion recognition method based on a GBDT-LR model. .
Fig. 2 is a diagram comparing wavelet decomposition with wavelet packet decomposition principle.
FIG. 3 is a diagram of the GBDT-LR model architecture.
The specific implementation mode is as follows:
the technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a schematic overall flow chart of the implementation of the present invention, and as shown in fig. 1, the method includes:
1. extracting wavelet packet characteristics in the original signal by using a wavelet packet decomposition algorithm:
wavelet decomposition overcomes the limitation of Fourier transform, has good local characteristics in time domain and frequency domain, can focus on any detail of an object, can decompose a signal into signals of multiple frequency channels, is an analysis method with multiple resolutions, and is a more detailed analysis and reconstruction method for the signal, which is extended from the wavelet decomposition. The wavelet decomposition is to decompose the signal into two parts of low frequency and high frequency, and in the next layer of decomposition, the decomposed low frequency part is decomposed into two parts of low frequency and high frequency, and so on, the frequency resolution of the wavelet transform is reduced along with the increase of the frequency. Wavelet packet decomposition not only decomposes the low frequency part of the signal, but also decomposes the high frequency part which is not subdivided by the wavelet decomposition, and can adaptively select a corresponding frequency band to be matched with the frequency spectrum of the signal according to the characteristics of the analyzed signal, and the formula is as follows:
let φ (t) be a scale function:
Figure BDA0003216698850000041
Figure BDA0003216698850000042
as a function of wavelets
Figure BDA0003216698850000043
Wherein h (n) and g (n) ═ 11-nh (1-n) is a pair of quadrature mirror filters. Wavelet function
Figure BDA0003216698850000044
Additional "admissible conditions" must be fulfilled, i.e.
Figure BDA0003216698850000045
In wavelet packet decomposition, for uniform function representation, let phi 0(t) be phi (t),
Figure BDA0003216698850000046
the following wavelet basis can be constructed from the two-scale equation:
Figure BDA0003216698850000051
Figure BDA0003216698850000052
in the formula, i is a node number; j is the number of decomposition stages. The wavelet packet decomposition coefficient of the signal f (t) ═ d00 at the j-th stage and k point can be expressed by the following recursion formula:
Figure BDA0003216698850000053
Figure BDA0003216698850000054
assuming that the original signal length is m × 2N points, the complete reconstruction of the f (t) signal can be expressed as:
Figure BDA0003216698850000055
in the formula:
Figure BDA0003216698850000056
and
Figure BDA0003216698850000057
is a wavelet packet basis function constructed according to a two-scale equation;
Figure BDA0003216698850000058
Figure BDA0003216698850000059
and
Figure BDA00032166988500000510
is a signal
Figure BDA00032166988500000511
At j-th order, k pointWavelet packet decomposition coefficients.
2. Extracting permutation entropy, sample entropy and approximate entropy in the electroencephalogram signals by using an information theory method:
the permutation entropy calculation method is as follows:
a time sequence { x (i) ═ 1,2, …, n } is set, and phase space reconstruction is performed on the time sequence to obtain a matrix:
Figure BDA00032166988500000512
in the formula: m and r are respectively embedding dimension and delay time; k — n — 1 (m — r). Each row in the matrix can be considered as one reconstruction component, for a total of K reconstruction components. Rearranging the J-th reconstruction component (x (J), x (J + r), …, x [ J + (m-1) r ]) in the X (i) reconstruction matrix according to the numerical value and ascending order, wherein J1, J2, … and jm represent the index of the column where each element in the reconstruction component is positioned, namely
x[i+(j1-1)r]≤x[i+(j2-1)r]≤…≤x[i+(jm-1)r
If there are equal values in the reconstructed components, i.e.
x[i+(j1-1)r]=x[i+(j2-1)r]
At this time according to j1、j2Is ordered by the value of j, i.e. when j is1<j2When there is
x[i+(j1-1)r]≤x[i+(j2-1)r]
Therefore, for each row in any time sequence X (i) reconstructed matrix, a set of symbol sequences can be obtained
S(l)=(j1,j2,…,jm)
In the formula: z is 1,2 …, k, and k is equal to m! M-dimensional phase space maps different symbol sequences (j)1,j2,…,jm) Total of m! The symbol sequence S (l) is one permutation thereof. If the probability of each symbol sequence occurrence is calculated as (p)1,p2,…,pk) Then according to the form of Shannon entropy, timeThe permutation entropy of the k different symbol sequences of the sequence X (i) can be defined as
Figure BDA0003216698850000061
When in use
Figure BDA0003216698850000062
When H is presentp(m) reaches a maximum ln (m!). For convenience, H is usually represented by ln (m!)p(m) normalization, i.e.
0≤Hp=Hp/ln(m!)≤1
The approximate entropy calculation is as follows:
let there be an N-dimensional time series u (1), u (2), … …, u (N) sampled at equal time intervals
Defining algorithm related parameters m, r, wherein m is an integer and represents the length of comparison vector, r is a real number and represents a metric value of' similarity
Reconstructing an m-dimensional vector X (1), X (2),.., X (N-m +1), where X (i) ═ u (i), u (i +1),.., u (i + m-1) ]
For i is more than or equal to 1 and less than or equal to N-m +1, counting the number of vectors meeting the following conditions
Figure BDA0003216698850000071
Where d [ X, X ] is defined as d [ X, X ] ═ max | u (a) -u (a) |, u (a) is an element of the vector X, d represents a distance between the vector X (i) and X (j), and is determined by a maximum difference between the corresponding elements, and j has a value range of [1, N-m +1], including j ═ i.
Defining:
Figure BDA0003216698850000072
the approximate entropy (ApEn) is defined as
Figure BDA0003216698850000073
The sample entropy is calculated as follows:
a time sequence X with a length N is provided, where X is { X (1), X (2),.., X (N) }, and the sample entropy is calculated as follows:
the time series X is constructed as an m-dimensional vector, i.e.
X(i)={x(i),x(i+1),…,x(i+m-1)} (1)
Wherein i is 1,2, …, N-m +1.
Defining the distance between X (i) and X (j) as d [ X (i), X (j) ] (i is not equal to j), and the distance is the largest one of the two corresponding elements, namely
Figure BDA0003216698850000074
Given a threshold r (r > 0), counting the number d [ X (i), X (j) ] < r and the ratio of the number of the total vectors N-m, i.e.
Figure BDA0003216698850000081
Averaging all the results obtained from equation (3), i.e.:
Figure BDA0003216698850000082
adding 1 to the dimension m, and repeating the above process, so that the sample entropy of the sequence is theoretically:
Figure BDA0003216698850000083
but in practice N cannot be infinite but a finite value, the estimated value of the entropy of the sample is
Figure BDA0003216698850000084
3. Classified training by adopting GBDT-LR model
The classification adopts two model combinations, firstly, the Gradient Boosting Decision Tree (GBDT) is used for automatic feature re-screening and combination, then, the result of the GBDT is subjected to one-hot coding to obtain new training data, and then, a Logistic Regression (LR) model is used for training. The model structure diagram is as follows in principle:
GBDT (gradient boosting decision tree) is a decision tree model based on integrated thought, which is essentially based on residual learning, can process various types of data, has high accuracy, and has strong robustness to abnormal values, but can not train data in parallel. GBDT uses an additive model to regress or classify data by continuously reducing the residual error generated during the training process. The GBDT performs multiple iterations, each iteration generates a weak classifier CART regression tree, and the classifier is obtained by training on the basis of the residual error result of the last classifier. The requirements for weak classifiers are low variance, high bias (low variance ensures that the model will not be over-fitted + high bias will be reduced during training, thus improving accuracy). In order to reduce the loss function as fast as possible, the negative gradient of the loss function is used as an approximation of the residual, and then the CART regression tree is fitted. The algorithm principle is as follows:
(1) initialization weak learning device
Figure BDA0003216698850000091
(2) For M1, 2, M has:
(a) for each sample i 1,2
Figure BDA0003216698850000092
(b) Taking the residual error obtained in the previous step as a new true value of the sample, and taking the data (x)i,rim) N (x is used as training data for the next tree, resulting in a new regression tree fm(x) Corresponding leaf thereofThe nodal region is RjmJ is 1,2, …, J. Wherein J is the number of leaf nodes of the regression tree t.
(c) Calculating a best fit value for leaf region J ═ 1, 2.. J
Figure BDA0003216698850000093
(d) Updating strong learning device
Figure BDA0003216698850000094
(3) Get the final learner
Figure BDA0003216698850000095
LR (logistic regression) is a two-class model, and the logistic regression assumes that data are distributed according to the Bernoulli principle, and solves parameters by using gradient descent through a method of maximizing a likelihood function, so as to achieve the purpose of two-class data. Logistic regression has two assumptions:
assume one: assume that the data obeys a bernoulli distribution (0-1 distribution, coin toss). It assumes that h θ (x) is the probability that a sample is in the positive class and 1-h θ (x) is the probability that a sample is in the negative class. The model can be expressed as:
hθ(x;θ)=p
assume two: the probability p for a sample to be positive is assumed to be:
Figure BDA0003216698850000101
values are mapped between 0-1 by the sigmod function, so the final LR model is:
Figure BDA0003216698850000102
in logistic regression, the most common is that the cost function is cross entropy:
Figure BDA0003216698850000103

Claims (4)

1. the electroencephalogram signal emotion recognition method based on the GBDT-LR model is characterized by comprising the following steps:
step 1: acquiring a data set disclosed by university such as Mary empress university, performing noise reduction on the acquired data, eliminating artifacts such as electro-ocular signals and electromyographic signals in original signals by using a filtering method, performing down-sampling to 128Hz, and performing dimensionality reduction on the signals by using a Principal Component Analysis (PCA) algorithm to obtain clean electroencephalographic signals;
step 2: extraction of features using wavelet packet decomposition and information theory algorithms
And 3, combining the extracted features into a feature matrix, and then using a Gradient Boosting Decision Tree (GBDT) model to re-screen and combine the extracted features, so that the most significant features are extracted and further used in the training and testing of the final classification model, namely a Logistic Regression (LR) classifier. And finally, taking the characteristics of the GBDT model screening combination as new training data, and training and testing the LR classifier.
2. The method for recognizing emotion of electroencephalogram signal based on GBDT-LR model according to claim 1, wherein the step 1 comprises the following steps:
step 1.1: data published by university such as mary queen university are acquired, a data set collects physiological signals and corresponding emotion data of 32 volunteers, each volunteer watches 40 music videos containing different emotions, and the physiological signals of the volunteers are recorded into data files s01-s32. dat. When recording physiological signals, the system comprises 40 leads (front 32 lead brain electrical signals + back 8 lead peripheral physiological signals;
step 1.2: removing artifacts in the original signal by using a filtering method;
step 1.3: using a band pass filter, the sampling frequency was brought to 125 Hz;
step 1.4: using Principal Component Analysis (PCA) algorithm to reduce the dimension of the brain electrical signal, and when a sample is input, calculating:
Figure RE-FDA0003322575880000011
wherein r isijCalculating the eigenvalue and the eigenvector for the element value of the sample characteristic matrix, and finally obtaining the principal component load:
Figure RE-FDA0003322575880000021
finally, obtaining a principal component score;
3. the method for recognizing emotion of brain electrical signal based on GBDT-LR model as claimed in claim 1, wherein said step 2 includes the following steps:
step 2.1: extracting four wavelet segment characteristics from the preprocessed data by using a wavelet packet decomposition algorithm;
step 2.2: extracting three characteristics of approximate entropy, sample entropy and permutation entropy by using an information theory algorithm;
step 2.3: the extracted features are combined into a feature matrix.
4. The EEG signal emotion recognition method based on GBDT-LR model as claimed in claim 1, wherein said step 3 includes the steps of:
step 3.1: sending the combined feature matrix into a Gradient Boosting Decision Tree (GBDT) model for automatic re-screening and combination of features;
step 3.2: performing one-hot coding on the result obtained by the GBDT model to form new training data;
step 3.3: and sending the new training data into a Logistic Regression (LR) classifier for final training to obtain a final classifier model and a final classifier result.
CN202110946383.1A 2021-08-18 2021-08-18 Electroencephalogram signal emotion recognition based on GBDT-LR model Pending CN113919387A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110946383.1A CN113919387A (en) 2021-08-18 2021-08-18 Electroencephalogram signal emotion recognition based on GBDT-LR model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110946383.1A CN113919387A (en) 2021-08-18 2021-08-18 Electroencephalogram signal emotion recognition based on GBDT-LR model

Publications (1)

Publication Number Publication Date
CN113919387A true CN113919387A (en) 2022-01-11

Family

ID=79233026

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110946383.1A Pending CN113919387A (en) 2021-08-18 2021-08-18 Electroencephalogram signal emotion recognition based on GBDT-LR model

Country Status (1)

Country Link
CN (1) CN113919387A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116965817A (en) * 2023-07-28 2023-10-31 长江大学 EEG emotion recognition method based on one-dimensional convolution network and transducer

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101849823A (en) * 2010-04-27 2010-10-06 杭州电子科技大学 Neuronal action potential feature extraction method based on permutation entropy
US20150269336A1 (en) * 2014-03-24 2015-09-24 Beijing University Of Technology method for selecting features of EEG signals based on decision tree
CN106017879A (en) * 2016-05-18 2016-10-12 河北工业大学 Universal circuit breaker mechanical fault diagnosis method based on feature fusion of vibration and sound signals
WO2017206936A1 (en) * 2016-06-02 2017-12-07 腾讯科技(深圳)有限公司 Machine learning based network model construction method and apparatus
CN109190570A (en) * 2018-09-11 2019-01-11 河南工业大学 A kind of brain electricity emotion identification method based on wavelet transform and multi-scale entropy
CN111310570A (en) * 2020-01-16 2020-06-19 山东师范大学 Electroencephalogram signal emotion recognition method and system based on VMD and WPD
WO2020173133A1 (en) * 2019-02-27 2020-09-03 平安科技(深圳)有限公司 Training method of emotion recognition model, emotion recognition method, device, apparatus, and storage medium
CN112001305A (en) * 2020-08-21 2020-11-27 西安交通大学 Feature optimization SSVEP asynchronous recognition method based on gradient lifting decision tree
CN112949533A (en) * 2021-03-15 2021-06-11 成都信息工程大学 Motor imagery electroencephalogram identification method based on relative wavelet packet entropy brain network and improved version lasso

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101849823A (en) * 2010-04-27 2010-10-06 杭州电子科技大学 Neuronal action potential feature extraction method based on permutation entropy
US20150269336A1 (en) * 2014-03-24 2015-09-24 Beijing University Of Technology method for selecting features of EEG signals based on decision tree
CN106017879A (en) * 2016-05-18 2016-10-12 河北工业大学 Universal circuit breaker mechanical fault diagnosis method based on feature fusion of vibration and sound signals
WO2017206936A1 (en) * 2016-06-02 2017-12-07 腾讯科技(深圳)有限公司 Machine learning based network model construction method and apparatus
CN109190570A (en) * 2018-09-11 2019-01-11 河南工业大学 A kind of brain electricity emotion identification method based on wavelet transform and multi-scale entropy
WO2020173133A1 (en) * 2019-02-27 2020-09-03 平安科技(深圳)有限公司 Training method of emotion recognition model, emotion recognition method, device, apparatus, and storage medium
CN111310570A (en) * 2020-01-16 2020-06-19 山东师范大学 Electroencephalogram signal emotion recognition method and system based on VMD and WPD
CN112001305A (en) * 2020-08-21 2020-11-27 西安交通大学 Feature optimization SSVEP asynchronous recognition method based on gradient lifting decision tree
CN112949533A (en) * 2021-03-15 2021-06-11 成都信息工程大学 Motor imagery electroencephalogram identification method based on relative wavelet packet entropy brain network and improved version lasso

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
唐明珠;赵琪;龙文;陈荐;陈宇韬;: "基于梯度提升决策树的风电机组齿轮箱故障检测", 湖南电力, no. 06, 25 December 2019 (2019-12-25) *
曾冬洲等: ""基于 GBDT-LR 融合算法的胎儿窘迫预诊模型研究"", 《自动化仪表》, vol. 42, no. 5, 31 May 2021 (2021-05-31), pages 75 - 79 *
赵杰等: ""基于熵算法的孤独症谱系障碍儿童脑电特征提取与分类"", 《生物医学工程学杂志》, 30 April 2019 (2019-04-30), pages 183 - 188 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116965817A (en) * 2023-07-28 2023-10-31 长江大学 EEG emotion recognition method based on one-dimensional convolution network and transducer
CN116965817B (en) * 2023-07-28 2024-03-15 长江大学 EEG emotion recognition method based on one-dimensional convolution network and transducer

Similar Documents

Publication Publication Date Title
CN112656427B (en) Electroencephalogram emotion recognition method based on dimension model
García-Salinas et al. Transfer learning in imagined speech EEG-based BCIs
CN111310570B (en) Electroencephalogram signal emotion recognition method and system based on VMD and WPD
CN108256629B (en) EEG signal unsupervised feature learning method based on convolutional network and self-coding
Ashokkumar et al. RETRACTED: Implementation of deep neural networks for classifying electroencephalogram signal using fractional S‐transform for epileptic seizure detection
CN113191225B (en) Emotion electroencephalogram recognition method and system based on graph attention network
Taqi et al. Classification and discrimination of focal and non-focal EEG signals based on deep neural network
Vempati et al. A systematic review on automated human emotion recognition using electroencephalogram signals and artificial intelligence
CN114533086A (en) Motor imagery electroencephalogram decoding method based on spatial domain characteristic time-frequency transformation
CN114209323B (en) Method for identifying emotion and emotion identification model based on electroencephalogram data
CN115414051A (en) Emotion classification and recognition method of electroencephalogram signal self-adaptive window
Agarwal et al. Classification of alcoholic and non-alcoholic EEG signals based on sliding-SSA and independent component analysis
CN115804602A (en) Electroencephalogram emotion signal detection method, equipment and medium based on attention mechanism and with multi-channel feature fusion
CN113180659A (en) Electroencephalogram emotion recognition system based on three-dimensional features and cavity full convolution network
Hasan et al. Fine-grained emotion recognition from eeg signal using fast fourier transformation and cnn
CN113919387A (en) Electroencephalogram signal emotion recognition based on GBDT-LR model
CN113011330B (en) Electroencephalogram signal classification method based on multi-scale neural network and cavity convolution
CN116602676A (en) Electroencephalogram emotion recognition method and system based on multi-feature fusion and CLSTN
Puri et al. Wavelet packet sub-band based classification of alcoholic and controlled state EEG signals
Khan et al. Optimum order selection criterion for autoregressive models of bandlimited EEG signals
Ouanes et al. A hybrid approach for sleep stages classification
CN115017960A (en) Electroencephalogram signal classification method based on space-time combined MLP network and application
Mihandoost et al. Seizure detection using wavelet transform and a new statistical feature
Awang et al. Implementing eigen features methods/neural network for EEG signal analysis
Berthelot et al. Filtering-based analysis comparing the DFA with the CDFA for wide sense stationary processes

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination