[go: up one dir, main page]

CN110059565A - A kind of P300 EEG signal identification method based on improvement convolutional neural networks - Google Patents

A kind of P300 EEG signal identification method based on improvement convolutional neural networks Download PDF

Info

Publication number
CN110059565A
CN110059565A CN201910212733.4A CN201910212733A CN110059565A CN 110059565 A CN110059565 A CN 110059565A CN 201910212733 A CN201910212733 A CN 201910212733A CN 110059565 A CN110059565 A CN 110059565A
Authority
CN
China
Prior art keywords
layer
convolutional neural
neural network
signal
eeg
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
CN201910212733.4A
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.)
Hangzhou Dianzi University
Original Assignee
Hangzhou Dianzi 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 Hangzhou Dianzi University filed Critical Hangzhou Dianzi University
Priority to CN201910212733.4A priority Critical patent/CN110059565A/en
Publication of CN110059565A publication Critical patent/CN110059565A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2218/00Aspects of pattern recognition specially adapted for signal processing
    • G06F2218/02Preprocessing
    • G06F2218/04Denoising
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2218/00Aspects of pattern recognition specially adapted for signal processing
    • G06F2218/08Feature extraction

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Software Systems (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Biophysics (AREA)
  • Biomedical Technology (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • Health & Medical Sciences (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Biology (AREA)
  • Image Analysis (AREA)

Abstract

本发明公开了一种基于改进卷积神经网络的P300脑电信号识别方法。本发明包含以下步骤:1、使用脑电采集设备采集P300脑电信号;2、选取16个通道的脑电信号,对采集到的脑电信号进行降频、降噪及重采样;3、将原始的五维样本重构为二维矩阵,进行15次叠加平均以增大信噪比,每个P300样本标签设为1,噪声样本标签设为0;4、构建新的卷积神经网络结构,5、训练网络,将预处理后的数据送入卷积神经网络,确定网络参数,得到改进的用于P300脑电信号识别的卷积神经网络模型;本发明使用改进卷积神经网络对P300脑电信号进行特征提取和分类,可有效地提高P300信号的识别率。

The invention discloses a P300 electroencephalographic signal identification method based on an improved convolutional neural network. The present invention includes the following steps: 1. Collecting P300 EEG signals by using an EEG acquisition device; 2. Selecting 16 channels of EEG signals, and performing down-frequency, noise reduction and resampling on the collected EEG signals; 3. The original five-dimensional sample is reconstructed into a two-dimensional matrix, and 15 times of superposition and average are performed to increase the signal-to-noise ratio. Each P300 sample label is set to 1, and the noise sample label is set to 0; 4. Build a new convolutional neural network structure , 5. Train the network, send the preprocessed data into the convolutional neural network, determine the network parameters, and obtain an improved convolutional neural network model for P300 EEG signal recognition; the present invention uses the improved convolutional neural network for P300 Feature extraction and classification of EEG signals can effectively improve the recognition rate of P300 signals.

Description

P300 electroencephalogram signal identification method based on improved convolutional neural network
Technical Field
The invention relates to an electroencephalogram signal identification method, in particular to a P300 electroencephalogram signal identification method based on an improved convolutional neural network.
Background
The convolutional neural network is a deep learning algorithm model, and a classic LeNet-5 model has a satisfactory effect in the fields of pattern recognition, voice processing and the like as shown in figure 1. Compared with the traditional machine learning algorithm, the convolutional neural network does not need to manually extract the features, can automatically complete the extraction and abstraction of the features in training, and can simultaneously perform pattern classification. The model trained by the convolutional neural network has invariance to distortion such as scaling, translation, rotation and the like, and has strong generalization. The unique weight sharing and local receptive field thought can greatly reduce the parameter quantity of the neural network, prevent overfitting and reduce the complexity of the neural network model.
As a feed-forward deep network, the convolutional neural network does not require much data processing. That is, the collected data can be sent to the network only by simple preprocessing, and a better model is obtained through network learning. In recent years, convolutional neural networks have been considered as an efficient deep neural network, and have been studied intensively as a focus of researchers in various fields, and have shown excellent results in many research fields. An article of 3.2011 Cecotti et al starts an example of deep learning combined with electroencephalogram signal analysis for us, namely a convolutional neural network adopts an error back-transmission algorithm as a training algorithm of the convolutional neural network, well combines specific time-space information characteristics in electroencephalogram signals by using concepts such as local receptive field and weight sharing, and learns internal modes in data; and the down-sampling operation in the convolutional neural network structure is insensitive to the input time shift, so that the convolutional neural network can be well corrected even if a small amount of electrode deviation or acquisition delay and the like occur in the signal acquisition process.
The close connection between layers and the spatial information in the convolutional neural network make the convolutional neural network particularly suitable for processing and understanding of images, but as electroencephalogram signals are signals combining time and spatial features, in order to prevent spatial and temporal information from being mixed in the features after convolution operation, convolution kernels in convolutional layers need to be set as vectors in a targeted mode instead of matrixes in general image recognition, and only the spatial features or the temporal features can be extracted.
Disclosure of Invention
The invention aims to provide a P300 electroencephalogram signal identification method based on an improved convolutional neural network by combining dropout operation on the basis of a classical convolutional neural network structure. The method can effectively identify the P300 electroencephalogram signals, the highest identification accuracy can reach 96.69%, and the added dropout operation can effectively prevent the convolution neural network from being over-fitted.
The technical scheme provided by the invention is as follows: a P300 electroencephalogram signal identification method based on an improved convolutional neural network comprises the following steps:
step 1, collecting a P300 electroencephalogram signal by using electroencephalogram collection equipment;
step 2, selecting 16 channels of electroencephalogram signals with the numbers of 32, 34, 36, 41, 9, 11, 13, 42, 47, 49, 51, 53, 55, 56, 60 and 62 respectively, and preprocessing the acquired electroencephalogram signals, including frequency reduction, noise reduction, resampling and the like;
step 3, reconstructing the original five-dimensional samples into a common two-dimensional matrix, performing superposition averaging for 15 times to increase the signal-to-noise ratio, setting each P300 sample label as 1, and setting the noise sample label as 0;
step 4, constructing a new convolutional neural network structure, selecting an input layer, a convolutional layer, a downsampling layer, a full-connection layer and an output layer, wherein the size of a convolutional core is 1X16, the size of the downsampling layer is 2X1, and the step length is 2;
step 5, training a network, namely sending the preprocessed data into a convolutional neural network, and determining network parameters according to experience and multiple experiments to obtain an improved convolutional neural network model for recognizing the P300 electroencephalogram signal;
in the step 2, firstly, z-score standardization is carried out on an original signal, and then a band-pass filtering of 0.5-30 Hz is carried out on the signal by using a sixth-order Butterworth filter. And finally, selecting the data within 625ms after each stimulation, namely the first 150 sampling points, and performing down-sampling by a sampling factor of 3.
In the step 5, the training process is similar to the traditional back propagation algorithm and mainly comprises two stages: firstly, a forward propagation stage; the second is the back propagation stage. The specific training process is as follows:
in the forward propagation stage, input data sequentially pass through a convolutional layer, a downsampling layer and a full-connection layer, and network output of each node is calculated respectively.
The convolution layer is convolved with the following formula:
wherein,denotes the jth feature map, M, in the ith layerjA set of feature maps representing the input is presented,the convolution kernel used to represent the l layers,the bias of the l-layer setting is expressed, f is the activation function, here, the ReLU function is used, and the operation formula is:
f(x)=max(0,x). (2)
the down-sampling layer uses a mean value pooling method, and the operation formula is as follows:
wherein,the l-th layer weight parameter is represented, and down represents a down-sampling operation function.
The full connectivity layer uses the Softmax function for classification, and the formula is as follows:
p represents the probability of classifying the sample x into the j-th class,represents the value of the j-th dimension vector and the denominator represents the sum of all the vector values.
In the back propagation stage, after the classification output value is obtained through forward calculation, the error between the output value and the actual value is calculated. The error is then propagated back along the output layer, optimizing the network weight parameters. Using equation (5) as a loss function:
wherein N represents the number of input samples, C represents the number of sample classes,representing the kth dimension of the nth sample to the label,representing the kth output of the nth sample for the network output.
The two processes of forward propagation and backward propagation are repeated in the CNN network until the loss function of the network reaches a minimum. During the training process, a gradient descent method is used to find the weight parameter that minimizes the loss function. The calculation formula is as follows:
wherein a represents the learning rate in the training process, λ represents the weight attenuation coefficient, wlAnd blRespectively representing weights and offsets.
The invention has the following beneficial effects:
the P300 electroencephalogram signal is identified by using the unique ideas of weight sharing and local receptive field of the convolutional neural network for reference, and the result shows that the improved convolutional neural network is feasible for detecting the P300 signal, so that the identification rate of the electroencephalogram signal is effectively improved, the successful attempt of the deep learning model in the application of a brain-computer interface system is provided, and a new idea is provided for feature extraction and classification of the electroencephalogram signal.
Drawings
FIG. 1 is a classic LeNet-5 block diagram;
FIG. 2 is a diagram of a modified convolutional neural network architecture;
FIG. 3 is a graph showing the results of the experiment
The specific implementation mode is as follows:
the present invention will be further described with reference to the following specific examples. The following description is exemplary and explanatory only and is not restrictive of the invention in any way.
As shown in fig. 2, the steps of the present invention are as follows:
step 1, collecting P300 electroencephalogram signals by using electroencephalogram collection equipment. The acquired electroencephalogram signal is from an international 10-20 lead system electrode cap worn by 2 subjects, the number of channels is 64, and the sampling frequency is 240 Hz;
and 2, selecting the electroencephalogram signals of 16 channels with the numbers of 32, 34, 36, 41, 9, 11, 13, 42, 47, 49, 51, 53, 55, 56, 60 and 62 respectively, and preprocessing the acquired electroencephalogram signals, including frequency reduction, noise reduction and resampling. The sampling frequency of the preprocessed signal is reduced to 80Hz, the main frequency range is 0.5 Hz-30 Hz, and the sampling point of each sample is changed from 240 to 50;
step 3, reconstructing the preprocessed electroencephalogram signals into 15300 two-dimensional vector samples of 50X16 according to the five-dimensional tensor of 12X15X50X16X85, setting the sample label containing the P300 signal as 1, and setting the sample label not containing the P300 signal as 0;
and step 4, the new convolutional neural network structure is composed of 5 layers. The specific description is as follows:
the first layer is an input layer, input data is a preprocessed P300 signal, the dimension of each input sample is 50x16, wherein 50 is the number of sampling points in each channel, and 16 is the number of selected channels; the second layer is the convolutional layer, where the input samples are spatially filtered and convolved. The number of convolution kernels set in the layer is 20, and the size is 1x16, which is selected from the parameters of section 4.1. Using a ReLU function to activate neurons, obtaining 20 characteristic maps with the size of 50x 1; the third layer is a down-sampling layer, and the main function is to reduce the characteristic dimension. Adopting a mean pooling method with the step length of 2, connecting each neuron with a 2x1 area of a corresponding characteristic map in the convolutional layer to obtain 20 characteristic maps with the size of 25x 1; the fourth layer is a fully connected layer, which introduces dropout operation, randomly turning off part of neurons with a probability of 0.6 during training to prevent the CNN model from overfitting. The full-connection layer converts the characteristic signals of all the neuron nodes into vector signals, and a softmax classifier is used for distinguishing the category of an input sample; the fifth layer is the output layer, since the purpose here is to identify whether the input sample is a P300 signal, there are two final classification results output: '1' denotes a P300 signal, and '0' denotes a noise signal.
Step 5, the training process is similar to the traditional back propagation algorithm and mainly comprises two stages: firstly, a forward propagation stage; the second is the back propagation stage. The specific training process is as follows:
in the forward propagation stage, input data sequentially pass through a convolutional layer, a downsampling layer and a full-connection layer, and network output of each node is calculated respectively.
The convolution layer is convolved with the following formula:
wherein,denotes the jth feature map, M, in the ith layerjA set of feature maps representing the input is presented,the convolution kernel used to represent the l layers,the bias of the l-layer setting is expressed, f is the activation function, here, the ReLU function is used, and the operation formula is:
f(x)=max(0,x). (2)
the down-sampling layer uses a mean value pooling method, and the operation formula is as follows:
wherein,the l-th layer weight parameter is represented, and down represents a down-sampling operation function.
The full connection layer uses a softmax function for classification, and the formula is as follows:
p represents the probability of classifying the sample x into the j-th class.
In the back propagation stage, after the classification output value is obtained through forward calculation, the error between the output value and the actual value is calculated. The error is then propagated back along the output layer, optimizing the network weight parameters. Using equation (5) as a loss function:
wherein N represents the number of input samples, C represents the number of sample classes,represents the kth dimension of the nth sample to the label,Representing the kth output of the nth sample for the network output.
The two processes of forward propagation and backward propagation are repeated in the CNN network until the loss function of the network reaches a minimum. During the training process, a gradient descent method is used to find the weight parameter that minimizes the loss function. The calculation formula is as follows:
where a represents the learning rate during training.
The experimental data was derived from the P300 speller experiment in the third international BCI competition in 2004, where both subjects performed 85 character experiments, and samples generated from the first 55 characters and samples generated from the last 30 characters of each subject were used as training sets and test sets, respectively. The recognition effect of the improved convolutional neural network on the P300 electroencephalogram signals of two subjects is shown in FIG. 3, and it can be seen that the superiority of the improved CNN model in the recognition of the P300 signals also indicates that individual differences do exist in the P300 signals among different subjects. In addition, it can be seen that the improved CNN model has a good effect on classification of P300 signals in a single experiment.

Claims (2)

1.一种基于改进卷积神经网络的P300脑电信号识别方法,其特征在于包括如下步骤:1. a P300 EEG signal identification method based on improved convolutional neural network, is characterized in that comprising the steps: 步骤1、使用脑电采集设备采集P300脑电信号;Step 1. Use EEG acquisition equipment to collect P300 EEG signals; 步骤2、选取编号分别为32、34、36、41、9、11、13、42、47、49、51、53、55、56、60、62的16个通道的脑电信号,对16个通道的脑电信号进行预处理,包括降频、降噪及重采样;Step 2. Select the EEG signals of 16 channels numbered 32, 34, 36, 41, 9, 11, 13, 42, 47, 49, 51, 53, 55, 56, 60, and 62, respectively. The EEG signal of the channel is preprocessed, including frequency reduction, noise reduction and resampling; 步骤3、将原始的五维样本重构为常见的二维矩阵,进行15次叠加平均来增大信噪比,将每个P300样本标签设为1,噪声样本标签设为0;Step 3. Reconstruct the original five-dimensional sample into a common two-dimensional matrix, perform 15 superposition averages to increase the signal-to-noise ratio, set each P300 sample label to 1, and set the noise sample label to 0; 步骤4、构建新的卷积神经网络结构,选取一个输入层、一个卷积层、一个下采样层、一个全连接层及一个输出层,卷积核的大小为1X16,下采样层的大小为2X1,步长为2;Step 4. Construct a new convolutional neural network structure, select an input layer, a convolutional layer, a downsampling layer, a fully connected layer and an output layer, the size of the convolution kernel is 1X16, and the size of the downsampling layer is 2X1, the step size is 2; 具体描述如下:The specific description is as follows: 第一层是输入层,输入数据为经过预处理后的P300信号,每个输入样本的维度为50x16,其中50是每个通道中的采样点数,16是选择的通道数;The first layer is the input layer, the input data is the preprocessed P300 signal, and the dimension of each input sample is 50x16, where 50 is the number of sampling points in each channel, and 16 is the number of selected channels; 第二层是卷积层,在此层中对输入样本进行空间滤波和卷积运算;本层设置的卷积核数目为20,大小为1x16;使用ReLU函数激活神经元,得到了20个特征映射图,大小为50x1;The second layer is the convolution layer, in which spatial filtering and convolution operations are performed on the input samples; the number of convolution kernels set in this layer is 20 and the size is 1x16; the ReLU function is used to activate neurons, and 20 features are obtained map, the size is 50x1; 第三层是下采样层,采用步长为2的均值池化方法,每个神经元与卷积层中相应特征图的2x1区域相连接,得到20个大小为25x1的特征图;The third layer is the downsampling layer, which adopts the mean pooling method with a stride of 2. Each neuron is connected to the 2x1 area of the corresponding feature map in the convolutional layer, and 20 feature maps of size 25x1 are obtained; 第四层是全连接层,该层引入了dropout操作,在训练过程中以0.6的概率随机的关掉部分神经元;全连接层将各个神经元节点的特征信号转换成向量信号,使用softmax分类器判别输入样本的类别;The fourth layer is the fully connected layer, which introduces the dropout operation, and randomly turns off some neurons with a probability of 0.6 during the training process; the fully connected layer converts the feature signals of each neuron node into vector signals, and uses softmax classification The classifier discriminates the category of the input sample; 第五层是输出层,有两种分类结果输出:‘1’表示P300信号,‘0’表示噪声信号;The fifth layer is the output layer, there are two kinds of classification results output: '1' means P300 signal, '0' means noise signal; 步骤5、训练网络,将预处理后的数据送入卷积神经网络,确定网络参数,得到改进的用于P300脑电信号识别的卷积神经网络模型。Step 5: Train the network, send the preprocessed data into the convolutional neural network, determine the network parameters, and obtain an improved convolutional neural network model for P300 EEG signal recognition. 2.如权利要求1所述的一种基于改进卷积神经网络的P300脑电信号识别方法,其特征在于,步骤2中预处理具体为:首先将原始信号进行z-score标准化,然后使用六阶的巴特沃斯滤波器对信号进行0.5~30Hz的带通滤波;最后,选取每次刺激后625ms内的数据即前150个采样点进行下采样,采样因子为3。2. a kind of P300 EEG signal identification method based on improved convolutional neural network as claimed in claim 1, is characterized in that, in step 2, preprocessing is specifically: at first the original signal is carried out z-score standardization, then use six. The first-order Butterworth filter performs band-pass filtering of 0.5-30 Hz on the signal; finally, the data within 625 ms after each stimulus, that is, the first 150 sampling points, are selected for down-sampling, and the sampling factor is 3.
CN201910212733.4A 2019-03-20 2019-03-20 A kind of P300 EEG signal identification method based on improvement convolutional neural networks Pending CN110059565A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910212733.4A CN110059565A (en) 2019-03-20 2019-03-20 A kind of P300 EEG signal identification method based on improvement convolutional neural networks

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910212733.4A CN110059565A (en) 2019-03-20 2019-03-20 A kind of P300 EEG signal identification method based on improvement convolutional neural networks

Publications (1)

Publication Number Publication Date
CN110059565A true CN110059565A (en) 2019-07-26

Family

ID=67317401

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910212733.4A Pending CN110059565A (en) 2019-03-20 2019-03-20 A kind of P300 EEG signal identification method based on improvement convolutional neural networks

Country Status (1)

Country Link
CN (1) CN110059565A (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110399857A (en) * 2019-08-01 2019-11-01 西安邮电大学 A EEG Emotion Recognition Method Based on Graph Convolutional Neural Network
CN110781751A (en) * 2019-09-27 2020-02-11 杭州电子科技大学 Emotional electroencephalogram signal classification method based on cross-connection convolutional neural network
CN110811558A (en) * 2019-11-18 2020-02-21 郑州大学 Sleep arousal analysis method based on deep learning
CN111428648A (en) * 2020-03-26 2020-07-17 五邑大学 Electroencephalogram signal generation network, method and storage medium
CN111428601A (en) * 2020-03-18 2020-07-17 五邑大学 A kind of P300 signal identification method, device and storage medium based on MS-CNN
CN111461204A (en) * 2020-03-30 2020-07-28 华南理工大学 An EEG-based Emotion Recognition Method for Game Evaluation
CN111882036A (en) * 2020-07-22 2020-11-03 广州大学 Convolutional Neural Network Training Method, EEG Signal Recognition Method, Device and Medium
CN112241724A (en) * 2020-10-30 2021-01-19 南京信息工程大学滨江学院 Automatic identification method and system based on double-path convolution long-term and short-term neural network
CN112381008A (en) * 2020-11-17 2021-02-19 天津大学 Electroencephalogram emotion recognition method based on parallel sequence channel mapping network
CN112650386A (en) * 2020-12-07 2021-04-13 华南师范大学 PCA-PCN-based brain-computer interface character output system
CN112884063A (en) * 2021-03-11 2021-06-01 广东工业大学 P300 signal detection and identification method based on multivariate space-time convolution neural network
CN113180692A (en) * 2021-02-11 2021-07-30 北京工业大学 Electroencephalogram signal classification and identification method based on feature fusion and attention mechanism
CN113343869A (en) * 2021-06-17 2021-09-03 中国科学院精密测量科学与技术创新研究院 Electroencephalogram signal automatic classification and identification method based on NTFT and CNN
CN113598794A (en) * 2021-08-12 2021-11-05 中南民族大学 Training method and system for detection model of ice drug addict
CN113655884A (en) * 2021-08-17 2021-11-16 河北师范大学 Device control method, terminal and system
CN114492500A (en) * 2021-12-07 2022-05-13 浙江工业大学 Motor imagery electroencephalogram signal classification method based on one-dimensional convolution kernel
CN114997315A (en) * 2022-06-13 2022-09-02 西安交通大学 A classification method of error correlation potentials based on multi-channel EEG integration
CN115618216A (en) * 2022-10-27 2023-01-17 华苏数联科技有限公司 A recognition method of communication signal modulation pattern based on convolutional neural network
CN115795281A (en) * 2022-12-06 2023-03-14 中国人民解放军陆军军医大学第二附属医院 A method and device for recognizing EEG signals based on convolutional neural network
CN115944306A (en) * 2022-09-06 2023-04-11 北方工业大学 An Event-Related Potential Identification Method Based on Adversarial Convolutional Neural Network

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040199482A1 (en) * 2002-04-15 2004-10-07 Wilson Scott B. Systems and methods for automatic and incremental learning of patient states from biomedical signals
CN105068644A (en) * 2015-07-24 2015-11-18 山东大学 Method for detecting P300 electroencephalogram based on convolutional neural network
CN108009635A (en) * 2017-12-25 2018-05-08 大连理工大学 A kind of depth convolutional calculation model for supporting incremental update
CN108959895A (en) * 2018-08-16 2018-12-07 广东工业大学 A kind of EEG signals EEG personal identification method based on convolutional neural networks
CN109271964A (en) * 2018-10-11 2019-01-25 刘仕琪 Emotion identification method and system based on deep learning model Yu length memory network
CN109325410A (en) * 2018-08-16 2019-02-12 广东工业大学 An EEG feature extraction method based on convolutional neural network

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040199482A1 (en) * 2002-04-15 2004-10-07 Wilson Scott B. Systems and methods for automatic and incremental learning of patient states from biomedical signals
CN105068644A (en) * 2015-07-24 2015-11-18 山东大学 Method for detecting P300 electroencephalogram based on convolutional neural network
CN108009635A (en) * 2017-12-25 2018-05-08 大连理工大学 A kind of depth convolutional calculation model for supporting incremental update
CN108959895A (en) * 2018-08-16 2018-12-07 广东工业大学 A kind of EEG signals EEG personal identification method based on convolutional neural networks
CN109325410A (en) * 2018-08-16 2019-02-12 广东工业大学 An EEG feature extraction method based on convolutional neural network
CN109271964A (en) * 2018-10-11 2019-01-25 刘仕琪 Emotion identification method and system based on deep learning model Yu length memory network

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
YANG LI等: "Boosted Convolutional Neural Networks for Motor Imagery EEG Decoding with Multiwavelet-based Time-Frequency Conditional Granger Causality Analysis", 《ARXIV》 *
曾向阳著: "《智能水中目标识别》", 31 March 2016, 国防工业出版社 *
柳杨著: "《数字图像物体识别理论详解与实战》", 31 March 2018, 北京邮电大学出版社 *
王建责任编辑: "《基于图像分析的植物及其病虫害识别方法研究》", 31 October 2018, 中国经济出版社 *
许庆勇著: "《基于深度学习理论的纹身图像识别与检测研究》", 31 December 2018, 华中科技大学出版社 *

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110399857A (en) * 2019-08-01 2019-11-01 西安邮电大学 A EEG Emotion Recognition Method Based on Graph Convolutional Neural Network
CN110781751A (en) * 2019-09-27 2020-02-11 杭州电子科技大学 Emotional electroencephalogram signal classification method based on cross-connection convolutional neural network
CN110811558A (en) * 2019-11-18 2020-02-21 郑州大学 Sleep arousal analysis method based on deep learning
CN111428601B (en) * 2020-03-18 2023-08-18 五邑大学 P300 signal identification method, device and storage medium based on MS-CNN
CN111428601A (en) * 2020-03-18 2020-07-17 五邑大学 A kind of P300 signal identification method, device and storage medium based on MS-CNN
CN111428648B (en) * 2020-03-26 2023-03-28 五邑大学 Electroencephalogram signal generation network, method and storage medium
CN111428648A (en) * 2020-03-26 2020-07-17 五邑大学 Electroencephalogram signal generation network, method and storage medium
CN111461204B (en) * 2020-03-30 2023-05-26 华南理工大学 An EEG Signal-Based Emotion Recognition Method for Game Evaluation
CN111461204A (en) * 2020-03-30 2020-07-28 华南理工大学 An EEG-based Emotion Recognition Method for Game Evaluation
CN111882036A (en) * 2020-07-22 2020-11-03 广州大学 Convolutional Neural Network Training Method, EEG Signal Recognition Method, Device and Medium
CN111882036B (en) * 2020-07-22 2023-10-31 广州大学 Convolutional neural network training method, EEG signal recognition method, device and medium
CN112241724A (en) * 2020-10-30 2021-01-19 南京信息工程大学滨江学院 Automatic identification method and system based on double-path convolution long-term and short-term neural network
CN112241724B (en) * 2020-10-30 2023-12-15 南京信息工程大学滨江学院 An automatic recognition method and system based on dual-path convolutional long-short-term neural network
CN112381008B (en) * 2020-11-17 2022-04-29 天津大学 Electroencephalogram emotion recognition method based on parallel sequence channel mapping network
CN112381008A (en) * 2020-11-17 2021-02-19 天津大学 Electroencephalogram emotion recognition method based on parallel sequence channel mapping network
CN112650386B (en) * 2020-12-07 2023-05-16 华南师范大学 Brain-computer interface character output system based on PCA-PCN
CN112650386A (en) * 2020-12-07 2021-04-13 华南师范大学 PCA-PCN-based brain-computer interface character output system
CN113180692A (en) * 2021-02-11 2021-07-30 北京工业大学 Electroencephalogram signal classification and identification method based on feature fusion and attention mechanism
CN112884063A (en) * 2021-03-11 2021-06-01 广东工业大学 P300 signal detection and identification method based on multivariate space-time convolution neural network
CN112884063B (en) * 2021-03-11 2023-07-14 广东工业大学 P300 signal detection and recognition method based on multivariate spatiotemporal convolutional neural network
CN113343869A (en) * 2021-06-17 2021-09-03 中国科学院精密测量科学与技术创新研究院 Electroencephalogram signal automatic classification and identification method based on NTFT and CNN
CN113598794A (en) * 2021-08-12 2021-11-05 中南民族大学 Training method and system for detection model of ice drug addict
CN113655884A (en) * 2021-08-17 2021-11-16 河北师范大学 Device control method, terminal and system
CN114492500A (en) * 2021-12-07 2022-05-13 浙江工业大学 Motor imagery electroencephalogram signal classification method based on one-dimensional convolution kernel
CN114997315A (en) * 2022-06-13 2022-09-02 西安交通大学 A classification method of error correlation potentials based on multi-channel EEG integration
CN114997315B (en) * 2022-06-13 2024-07-16 西安交通大学 A classification method of error-related potentials based on multi-channel EEG integration
CN115944306A (en) * 2022-09-06 2023-04-11 北方工业大学 An Event-Related Potential Identification Method Based on Adversarial Convolutional Neural Network
CN115618216A (en) * 2022-10-27 2023-01-17 华苏数联科技有限公司 A recognition method of communication signal modulation pattern based on convolutional neural network
CN115795281A (en) * 2022-12-06 2023-03-14 中国人民解放军陆军军医大学第二附属医院 A method and device for recognizing EEG signals based on convolutional neural network
CN115795281B (en) * 2022-12-06 2025-02-18 中国人民解放军陆军军医大学第二附属医院 Electroencephalogram signal identification method and device based on convolutional neural network

Similar Documents

Publication Publication Date Title
CN110059565A (en) A kind of P300 EEG signal identification method based on improvement convolutional neural networks
CN113693613B (en) Brain electrical signal classification method, device, computer equipment and storage medium
CN106503799B (en) Deep learning model based on multiple dimensioned network and the application in brain status monitoring
CN112508110A (en) Deep learning-based electrocardiosignal graph classification method
CN110069958A (en) A kind of EEG signals method for quickly identifying of dense depth convolutional neural networks
CN110353702A (en) A method and system for emotion recognition based on shallow convolutional neural network
CN111428601B (en) P300 signal identification method, device and storage medium based on MS-CNN
CN108304917A (en) A kind of P300 signal detecting methods based on LSTM networks
CN113017645B (en) P300 signal detection method based on void convolutional neural network
CN110236536A (en) A detection system of EEG high frequency oscillation signal based on convolutional neural network
CN109598222B (en) EEMD data enhancement-based wavelet neural network motor imagery electroencephalogram classification method
CN113208593A (en) Multi-modal physiological signal emotion classification method based on correlation dynamic fusion
CN113128353B (en) Emotion sensing method and system for natural human-computer interaction
CN118094317A (en) A motor imagery EEG signal classification system based on TimesNet and convolutional neural network
CN111091074A (en) Motor imagery electroencephalogram signal classification method based on optimal region common space mode
CN112603758A (en) Gesture recognition method based on sEMG and IMU information fusion
CN113065526A (en) Electroencephalogram signal classification method based on improved depth residual error grouping convolution network
CN109144277B (en) Method for constructing intelligent vehicle controlled by brain based on machine learning
CN115054272A (en) Electroencephalogram signal identification method and system for dyskinesia function remodeling
Abibullaev et al. A brute-force CNN model selection for accurate classification of sensorimotor rhythms in BCIs
CN115251909A (en) Electroencephalogram signal hearing assessment method and device based on space-time convolutional neural network
CN114139573A (en) Identity recognition method based on electroencephalogram signal multispectral image sequence
CN115607169A (en) An EEG signal recognition method based on an adaptive multi-view deep learning framework
CN117216631A (en) A motor imagery EEG signal classification method based on graph neural network
CN114841191A (en) Epilepsia electroencephalogram signal feature compression method based on fully-connected pulse neural network

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20190726

RJ01 Rejection of invention patent application after publication