CN112890833A - Method for predicting stimulation modes of different colors based on pigeon electroencephalogram signals - Google Patents

Method for predicting stimulation modes of different colors based on pigeon electroencephalogram signals Download PDF

Info

Publication number
CN112890833A
CN112890833A CN202110080125.XA CN202110080125A CN112890833A CN 112890833 A CN112890833 A CN 112890833A CN 202110080125 A CN202110080125 A CN 202110080125A CN 112890833 A CN112890833 A CN 112890833A
Authority
CN
China
Prior art keywords
pigeon
neuron
pigeons
prediction model
stimulation
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
CN202110080125.XA
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.)
Zhengzhou Buen Technology Co ltd
Henan Light Industry School
Zhengzhou University
Original Assignee
Zhengzhou Buen Technology Co ltd
Henan Light Industry School
Zhengzhou 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 Zhengzhou Buen Technology Co ltd, Henan Light Industry School, Zhengzhou University filed Critical Zhengzhou Buen Technology Co ltd
Priority to CN202110080125.XA priority Critical patent/CN112890833A/en
Publication of CN112890833A publication Critical patent/CN112890833A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/7225Details of analog processing, e.g. isolation amplifier, gain or sensitivity adjustment, filtering, baseline or drift compensation
    • 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
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B2503/00Evaluating a particular growth phase or type of persons or animals
    • A61B2503/40Animals
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B2503/00Evaluating a particular growth phase or type of persons or animals
    • A61B2503/42Evaluating a particular growth phase or type of persons or animals for laboratory research

Landscapes

  • Health & Medical Sciences (AREA)
  • Engineering & Computer Science (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Physics & Mathematics (AREA)
  • Signal Processing (AREA)
  • Biophysics (AREA)
  • Animal Behavior & Ethology (AREA)
  • Physiology (AREA)
  • Psychiatry (AREA)
  • Veterinary Medicine (AREA)
  • Public Health (AREA)
  • General Health & Medical Sciences (AREA)
  • Pathology (AREA)
  • Biomedical Technology (AREA)
  • Heart & Thoracic Surgery (AREA)
  • Medical Informatics (AREA)
  • Molecular Biology (AREA)
  • Surgery (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Computation (AREA)
  • Fuzzy Systems (AREA)
  • Mathematical Physics (AREA)
  • Power Engineering (AREA)
  • Measurement And Recording Of Electrical Phenomena And Electrical Characteristics Of The Living Body (AREA)

Abstract

The invention discloses a method for predicting stimulation modes of different colors based on pigeon electroencephalogram signals, which comprises the following steps: (a) designing a stimulation mode for applying color stimulation to the pigeons, and recording the brain electrical signals of the pigeons; (b) carrying out PCA dimension reduction on the recorded pigeon electroencephalogram signals; (c) extracting Spike release rates of external striatum neurons of the pigeons to different color stimulation modes, and selecting a proper neuron channel; (d) constructing an LSTM prediction model according to the extracted neuron Spike rate characteristics of the pigeons; (e) optimizing the parameters of the constructed LSTM prediction model, and obtaining network characteristic parameters; (f) predicting the neuron Spike release rate of the pigeon according to the optimized network characteristic parameters; (g) evaluating the performance of the prediction model by utilizing correlation analysis; the invention adopts the multi-electrode array to record a plurality of neuron signals of different depths in the pigeon brain area, and the data is sufficient and reliable.

Description

Method for predicting stimulation modes of different colors based on pigeon electroencephalogram signals
Technical Field
The invention relates to a prediction method, in particular to a prediction method for different color stimulation modes based on pigeon electroencephalogram signals.
Background
A pigeon is a visual animal whose behavior is guided mainly by visual information obtained from the outside; in practical studies, pigeons have become ideal materials for studying the structural and functional characteristics of the visual system, on one hand because they avoid the disadvantages of poor visual ability of animals such as rats and the like and high price of experimental primates, and on the other hand because pigeons have excellent visual system and the ability to perceive and distinguish color stimuli; the off-apical pathway is a key pathway for bird visual information processing, and the visual apical cap is an extremely important nucleus pulposus in the off-apical pathway, which receives color information from retinal ganglion cells, encodes and integrates the information, and then maps the information to the thalamic nucleus rotundus.
In the study of the visual system, several models of retinal ganglion cell firing have been proposed; such as linear-nonlinear models, generalized linear models (GMLs), and Integer and Fire (IF) models; some of these provide a suitable trade-off between retinal functional replication and biological similarity; recent studies have proposed hybrid models that can go beyond the previous model performance, such as fine-tuning biological models with genetic algorithms, or using Deep Learning (DL) techniques. These DL methods have been shown to have wide application in biomedical fields, such as diagnosis of alzheimer's disease, seizure detection, etc. This success comes from recent advances in the field of machine learning, as well as the development of new deep artificial neural networks, layers and structures (e.g., convolutional neural networks, LSTM, generative adversarial networks, etc.). These new properties help to address the gradient disappearance problem and perform better in some cases. Some of these features include training techniques such as: parameter sharing is adopted, and the calculation cost of each layer is reduced; several alternative methods of sigmoid and hyperbolic tangent activation functions, such as ReLU (rectified linear unit), leakyreu, prilu (parametric rectified linear unit), or ELU (exponential linear unit) functions. Furthermore, the use of a GPU addresses the high computational cost of these machine learning systems, reducing the time required to train and tune the program.
Among these advances, LSTM has proven to be a powerful tool in learning the long-term dependency information problem; but it has not been applied to predicting the Spike firing rate of neurons in the external striatum region of the pigeon brain for different color stimuli.
Disclosure of Invention
The invention aims to: aiming at the fact that the LSTM is not applied to the prediction of the Spike release rate of neurons in the external striation region of the pigeon brain to different color stimuli at present, the method for predicting the stimulation modes of different colors based on the pigeon brain electrical signals is provided, and the problems are solved.
The technical scheme of the invention is as follows:
a method for predicting stimulation modes of different colors based on pigeon brain electrical signals comprises the following steps:
(a) designing a stimulation mode for applying color stimulation to the pigeons, and recording the brain electrical signals of the pigeons;
(b) carrying out PCA dimension reduction on the recorded pigeon electroencephalogram signals;
(c) extracting Spike release rates of external striatum neurons of the pigeons to different color stimulation modes, and selecting a proper neuron channel;
(d) constructing an LSTM prediction model according to the extracted neuron Spike rate characteristics of the pigeons;
(e) optimizing the parameters of the constructed LSTM prediction model, and obtaining network characteristic parameters;
(f) predicting the neuron Spike release rate of the pigeon according to the optimized network characteristic parameters;
(g) and evaluating the performance of the prediction model by utilizing correlation analysis.
Further, the stimulation pattern in step (a) is: the color center point is stimulated under the gray background and the gray center point is stimulated under the color background, and the colors are respectively red, green and blue.
Further, the PCA dimension reduction in the step (b) is to perform principal component analysis on the recorded pigeon brain electrical signals to reduce the dimension of the neuron Spike issuing sequence.
Further, the pigeon in the step (c) has two depths of the brain striatum area, the depth of the electrode array implantation is 4500um and 5000um, 64 neuron signals are recorded in total, and the neuron signals of the channel 4 and the channel 23 in the two depths are selected.
Further, the optimizing of step (e) comprises: and calculating the input and output characteristic dimension, the number of hidden layers, the network structure and the network training structure parameters of the prediction model.
Further, in the step (g), correlation analysis is performed on the prediction result and the real neuron Spike emitting sequence, so as to evaluate the performance of the prediction model.
Compared with the prior art, the invention has the beneficial effects that:
1. a method for predicting stimulation modes of different colors based on pigeon brain electrical signals adopts a multi-electrode array to record a plurality of neuron signals of different depths in a pigeon brain area, and data are sufficient and reliable.
2. A pigeon brain electrical signal based prediction method for different color stimulation modes is used for carrying out correlation analysis on a prediction result and a real neuron Spike release sequence, so that the performance of a prediction model is evaluated, and the feasibility of an experimental method is proved to be high.
Drawings
FIG. 1 is a flow chart of a method for predicting stimulation patterns of different colors based on pigeon brain electrical signals;
FIG. 2 is a diagram of the neuron Spike distribution of the channel 4 in the prediction method for different color stimulation modes based on the pigeon brain electrical signals when the stimulation and the stimulation withdrawal are carried out under the condition that the implantation depths of the electrodes are the same;
fig. 3 is a diagram of the neuron Spike distribution of the channel 23 in the prediction method of different color stimulation modes based on the pigeon brain electrical signals when the stimulation is given and removed under the condition of the same electrode implantation depth;
fig. 4 is a Loss curve graph in the process of training a prediction model in a prediction method for different color stimulation modes based on pigeon brain electrical signals.
Reference numerals:
Detailed Description
It is to be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The features and properties of the present invention are described in further detail below with reference to examples.
Referring to fig. 1-3, a method for predicting stimulation patterns of different colors based on pigeon brain electrical signals includes the following steps:
(a) designing a stimulation mode for applying color stimulation to the pigeons, and recording the brain electrical signals of the pigeons; the stimulation pattern in step (a) is: stimulating the color center point under the gray background and stimulating the gray center point under the color background, applying the color stimulus to the pigeon, and recording neuron signals of the pigeon brain when the stimulus is applied and the stimulus is removed; the stimulation point is positioned in the receptive field of the pigeon; the colors are red, green and blue respectively; the color sequence is randomly disordered, one frame of gray screen is added between two frames, 6 frames of stimulation are carried out, each frame is repeated for 60 times, each frame lasts for 30 frames, and 21630 frames are total; 3 sets of data were recorded, stimulation frame size 16 x 16 pixel values, and screen refresh rate 100 Hz.
(b) Carrying out PCA dimension reduction on the recorded pigeon electroencephalogram signals; and (c) PCA dimensionality reduction in the step (b) is to perform principal component analysis on the recorded pigeon brain electrical signals to reduce the dimensionality of a neuron Spike issuing sequence.
(c) Extracting Spike release rates of external striatum neurons of the pigeons to different color stimulation modes, and selecting a proper neuron channel; the extrabrain striatum area of the pigeon in the step (c) has two depths, the implantation depth of the electrode array is 4500um and 5000um, 64 neuron signals are recorded in total, and neuron signals of a channel 4 and a channel 23 in the two depths are selected; the channel 4 and the channel 23 are used for emitting the neuron Spike when the electrode is implanted at the same depth for stimulating and withdrawing stimulation, as shown in fig. 2 and 3.
(d) Constructing an LSTM prediction model according to the extracted neuron Spike rate characteristics of the pigeons; the Loss curve in the process of training the prediction model is shown in FIG. 4; setting parameters of a prediction model, inputting dimensions: [30, 37] output dimension [30, 1], structurally configured as: the long and short term memory layer comprises 300 hidden layers, two full-connection layers, a Dropout layer prediction model and an output layer.
(e) Optimizing the parameters of the constructed LSTM prediction model, and obtaining network characteristic parameters; the optimizing of step (e) comprises: and calculating the input and output characteristic dimension, the number of hidden layers, the network structure and the network training structure parameters of the prediction model.
(f) And predicting the neuron Spike release rate of the pigeon according to the optimized network characteristic parameters.
(g) Evaluating the performance of the prediction model by utilizing correlation analysis; and (g) carrying out correlation analysis on the prediction result and the real neuron Spike issuing sequence so as to evaluate the performance of the prediction model.
According to the analysis result, the accuracy of the prediction result of the constructed LSTM neuron signal Spike release rate prediction model reaches 66.96%, as shown in Table 1.
TABLE 1 prediction model results
Figure BDA0002908845840000041
The above-mentioned embodiments only express the specific embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present application. It should be noted that, for those skilled in the art, without departing from the technical idea of the present application, several changes and modifications can be made, which are all within the protection scope of the present application.

Claims (6)

1. A method for predicting stimulation modes of different colors based on pigeon brain electrical signals is characterized by comprising the following steps:
(a) designing a stimulation mode for applying color stimulation to the pigeons, and recording the brain electrical signals of the pigeons;
(b) carrying out PCA dimension reduction on the recorded pigeon electroencephalogram signals;
(c) extracting Spike release rates of external striatum neurons of the pigeons to different color stimulation modes, and selecting a proper neuron channel;
(d) constructing an LSTM prediction model according to the extracted neuron Spike rate characteristics of the pigeons;
(e) optimizing the parameters of the constructed LSTM prediction model, and obtaining network characteristic parameters;
(f) predicting the neuron Spike release rate of the pigeon according to the optimized network characteristic parameters;
(g) and evaluating the performance of the prediction model by utilizing correlation analysis.
2. The method according to claim 1, wherein the stimulation pattern in step (a) is selected from the group consisting of: the color center point is stimulated under the gray background and the gray center point is stimulated under the color background, and the colors are respectively red, green and blue.
3. The method according to claim 1, wherein the PCA dimension reduction in step (b) is to perform principal component analysis on the recorded pigeon brain electrical signals to reduce the dimension of the neuron Spike release sequence.
4. The method according to claim 1, wherein the pigeon in step (c) has an extrabrain striatal region with two depths, the electrode array is implanted at 4500um and 5000um depths, 64 neuron signals are recorded, and the neuron signals of channel 4 and channel 23 in the two depths are selected.
5. The method according to claim 1, wherein the optimization of step (e) comprises: and calculating the input and output characteristic dimension, the number of hidden layers, the network structure and the network training structure parameters of the prediction model.
6. The method according to claim 1, wherein the correlation between the prediction result and the real neuron Spike release sequence in step (g) is analyzed, so as to evaluate the performance of the prediction model.
CN202110080125.XA 2021-01-21 2021-01-21 Method for predicting stimulation modes of different colors based on pigeon electroencephalogram signals Pending CN112890833A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110080125.XA CN112890833A (en) 2021-01-21 2021-01-21 Method for predicting stimulation modes of different colors based on pigeon electroencephalogram signals

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110080125.XA CN112890833A (en) 2021-01-21 2021-01-21 Method for predicting stimulation modes of different colors based on pigeon electroencephalogram signals

Publications (1)

Publication Number Publication Date
CN112890833A true CN112890833A (en) 2021-06-04

Family

ID=76117793

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110080125.XA Pending CN112890833A (en) 2021-01-21 2021-01-21 Method for predicting stimulation modes of different colors based on pigeon electroencephalogram signals

Country Status (1)

Country Link
CN (1) CN112890833A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114081506A (en) * 2021-09-23 2022-02-25 西安交通大学 Steady-state visual evoked potential classification method based on long-term and short-term memory network

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160034812A1 (en) * 2014-07-31 2016-02-04 Qualcomm Incorporated Long short-term memory using a spiking neural network
CN106691378A (en) * 2016-12-16 2017-05-24 深圳市唯特视科技有限公司 Deep learning vision classifying method based on electroencephalogram data
CN108805255A (en) * 2018-06-15 2018-11-13 郑州布恩科技有限公司 A method of the information processing mechanism of research homing pigeon RGC to OT
CN108921141A (en) * 2018-08-16 2018-11-30 广东工业大学 A kind of EEG signals EEG feature extracting method encoding neural network certainly based on depth
CN109325592A (en) * 2018-10-15 2019-02-12 郑州布恩科技有限公司 A kind of construction method for unifying encoding model under white noise Sound stimulat based on tectal neuron space
CN109472194A (en) * 2018-09-26 2019-03-15 重庆邮电大学 A kind of Mental imagery EEG signals characteristic recognition method based on CBLSTM algorithm model
CN109614885A (en) * 2018-11-21 2019-04-12 齐鲁工业大学 A kind of EEG signals Fast Classification recognition methods based on LSTM
CN110090017A (en) * 2019-03-11 2019-08-06 北京工业大学 A kind of EEG signals source localization method based on LSTM

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160034812A1 (en) * 2014-07-31 2016-02-04 Qualcomm Incorporated Long short-term memory using a spiking neural network
CN106691378A (en) * 2016-12-16 2017-05-24 深圳市唯特视科技有限公司 Deep learning vision classifying method based on electroencephalogram data
CN108805255A (en) * 2018-06-15 2018-11-13 郑州布恩科技有限公司 A method of the information processing mechanism of research homing pigeon RGC to OT
CN108921141A (en) * 2018-08-16 2018-11-30 广东工业大学 A kind of EEG signals EEG feature extracting method encoding neural network certainly based on depth
CN109472194A (en) * 2018-09-26 2019-03-15 重庆邮电大学 A kind of Mental imagery EEG signals characteristic recognition method based on CBLSTM algorithm model
CN109325592A (en) * 2018-10-15 2019-02-12 郑州布恩科技有限公司 A kind of construction method for unifying encoding model under white noise Sound stimulat based on tectal neuron space
CN109614885A (en) * 2018-11-21 2019-04-12 齐鲁工业大学 A kind of EEG signals Fast Classification recognition methods based on LSTM
CN110090017A (en) * 2019-03-11 2019-08-06 北京工业大学 A kind of EEG signals source localization method based on LSTM

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
师黎等: "基于信鸽视顶盖神经集群响应的目标类别解码", 《科学技术与工程》 *
王松伟等: "鸽视顶盖快速显著感知编码模型研究", 《系统仿真学报》 *
王治忠等: "基于鸽子视顶盖神经元响应对不同颜色背景字符图像的重建研究", 《计算机应用研究》 *
王治忠等: "基于鸽视顶盖神经元动作电位的图像重建", 《计算机应用》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114081506A (en) * 2021-09-23 2022-02-25 西安交通大学 Steady-state visual evoked potential classification method based on long-term and short-term memory network

Similar Documents

Publication Publication Date Title
CN111259761B (en) Electroencephalogram emotion recognition method and device based on movable attention neural network
Talathi Deep recurrent neural networks for seizure detection and early seizure detection systems
CN104871160B (en) System and method for feeling and recognizing anatomy
CN101828921A (en) Identity identification method based on visual evoked potential (VEP)
CN112450947B (en) Dynamic brain network analysis method for emotional arousal degree
Martínez-Álvarez et al. Automatic tuning of a retina model for a cortical visual neuroprosthesis using a multi-objective optimization genetic algorithm
Nicolelis et al. Seeking the neural code
Szentágothai et al. Self-organization in the nervous system
Granley et al. Hybrid neural autoencoders for stimulus encoding in visual and other sensory neuroprostheses
CN112890833A (en) Method for predicting stimulation modes of different colors based on pigeon electroencephalogram signals
Napoli et al. Understanding the temporal evolution of neuronal connectivity in cultured networks using statistical analysis
CN111046978A (en) Skin mirror image identification method based on StyleGANs and decision fusion
CN114081505A (en) Electroencephalogram signal identification method based on Pearson correlation coefficient and convolutional neural network
Zylbertal et al. Recurrent network interactions explain tectal response variability and experience-dependent behavior
Aur et al. Building spike representation in tetrodes
CN114548239A (en) Image identification and classification method based on artificial neural network of mammal-like retina structure
CN110046580A (en) A kind of man-machine interaction method and system based on Emotion identification
CN111783669B (en) Surface electromyogram signal classification and identification method for individual user
Gogliettino et al. High-fidelity restoration of visual signals by electrical stimulation in the central primate retina
Namiki et al. Reconstruction of virtual neural circuits in an insect brain
Abbas et al. The neurophysiological effects of simulated auditory prosthesis stimulation
Eyherabide et al. The information transmitted by spike patterns in single neurons
CN116712090A (en) Epileptic electroencephalogram signal automatic detection and classification model establishment method and application
Zhao et al. A deep learning framework for classification of in vitro multi-electrode array recordings
Saito et al. Simulated activation patterns of biological neurons cultured onto a multi-electrode array based on a modified izhikevich's model

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: 20210604

RJ01 Rejection of invention patent application after publication