Extraction of appropriate features for EEG voluntary movement signals detection

Number of pages: 100 File Format: word File Code: 31024
Year: 2012 University Degree: Master's degree Category: Computer Engineering
  • Part of the Content
  • Contents & Resources
  • Summary of Extraction of appropriate features for EEG voluntary movement signals detection

    Dissertation for Master's Degree

    Artificial Intelligence

    Abstract

     

    In this thesis, we intend to perform classification on brain signals by presenting a suitable feature. For this purpose, first the noise of the recording device is removed from the brain signals, then the features are extracted from these signals using Walsh transform and entropy. After feature extraction, classification is done based on these features.

    The first pre-processing to classify brain signals is to remove noise from these signals. In this thesis, two classic noise removal methods and two proposed noise removal methods are examined. First, noise is removed from the signal by using the classic ICA method, wavelet transform and the two proposed methods of Walsh transform and the combined method of Walsh and ICA. To have an evaluation of these several methods, the results of these four methods are evaluated using three criteria, signal-to-noise ratio (SNR), mean square error (MSE) and root mean square difference (percentage) (PRD). The evaluation results using these criteria showed that the combined method of Walsh and ICA and Walsh transformation has the lowest mean square error. Also, these two methods have the highest signal-to-noise ratio and the root mean square difference (percentage).

    After removing the noise from the signal, the discussion of feature extraction from the signals and their classification is discussed. The extracted features are a small number of features and a feature vector has 22 components. These features are related to entropy of Walsh transformation of signal channels, entropy of Walsh transformation of the whole signal, Walsh transformation power of signal channels and Walsh transformation power of the whole signal. To evaluate the efficiency of these features, the same features are also extracted using wavelet and Fourier transform, and the classification process based on the extracted features of these three methods is done separately. After extracting the feature, based on the extracted features, the signals are classified using the SVM classifier and the nearest neighbor. The results show that the classification using the extracted features of the Walsh transformation is far better than the classification based on the features of the other two transformations. The detection rate using the proposed method and svm is 42.5% and the nearest neighbor method is 39.0%.

    In another comparison, the results are compared with the results implemented on this data set, in the fourth BCI competition. The results showed that the classification method using Walsh transformation is better than all methods except the first one. But the advantage that the proposed method has over all methods is that in terms of time, this method has a small amount of testing and training time. This time is 52 seconds, which is far better than the first method, which is 403 and 640 seconds.

    Key words: Walsh transform, brain signals, signal-to-noise ratio (SNR), mean square error (MSE) and root mean square difference (percentage) (PRD

    Introduction

    1-1- Introduction

    Human interaction With the HCI, this is the study of the intersection of the computer and the interaction of the computer. Important about him The field includes branches from both parties involved, for example, computer graphics, operating systems, programming languages, communication theory and industrial design for the computer part of linguistics, psychology and human performance for its human part. This field is divided into many branches, one of which is the brain-computer interface (BCI) [2]. Telepathic payment. One of the methods of recording these signals is EEG (3). By recording these signals, human efforts to use these signals for various applications began.Now, the most common uses of these signals are in medical diagnosis and helping physically and mentally disabled people [1]. In the early days of recording these signals, it was difficult to work on and extract useful information from them because of the chaotic and noisy nature of these signals.

    In the early days of discovering brain signals, due to the lack of suitable recording devices, it was believed that human communication with the surrounding environment is difficult and impossible. But with the advances made in the field of computers and electronics and with the invention of suitable tools to record brain signals, this connection is not far from reach. Today, BCI is the science that establishes this connection.

    The brain-computer interface consists of a set of sensors and signal processing components that directly convert a person's brain activity into a series of communication or control signals. In this system, brain waves must first be recorded using brain wave recording devices, which usually use EEG to record brain waves due to high time accuracy and cheapness as well as ease of use. EEG electrodes are placed on the surface of the scalp and measure the electric field resulting from the activity of neurons [5]. In the next step, these waves are checked and the desired features are extracted, and from these features, it can be guessed what activity the user has in mind. In figure (-11), we see the processing units of the BCI system.

    Due to the low signal-to-noise ratio in this system, first a pre-processing and noise removal operation is performed on these signals. The next step is the feature extraction stage, in the following chapters we will talk about the types of features and feature extraction methods. Finally, we will perform the classification process using the extracted features.

    The brain-computer interface may have a fixed structure or it may be adaptive and adapt itself to the characteristic or characteristics of the signal. It is also possible to give feedback [6] to the tested person from the output of the system. This method is known as biofeedback.

    In the first international conference held in June 1999, a common definition for BCI was presented as follows [2]: (a brain-computer interface is a communication system that does not depend on the normal output paths of the peripheral nervous system and muscles) The electrical signals of the brain overlap with some other vital signals in terms of amplitude and frequency, so the definition of BCI emphasizes the independence of signals from other nerve and muscle signals.

    1-2- History of BCI

    The first efforts in the field of human-computer interaction started with the discovery of EEG signals and scientists tried to make a connection between these signals and brain activities[1]. But due to the fact that initially these signals were very chaotic and noisy, these signals were only used in medicine and only expert doctors could use these signals due to their experience. But little by little, with the production of new devices and the ability to record these signals with better quality, more research was done in this field.

    In 1969, Elul [3] made the first attempt. He worked on the signal of mathematical operation and showed that if a person does not perform a certain mental operation, 66% of the brain signal is Gaussian distribution, and if a person performs mathematical operation, 32% of the brain signal has a Gaussian distribution, and through the brain signal, he was able to identify what mental operation the person is doing.

    At the University of Colorado, two researchers, Keirn and Aunon, began their research in this field to categorize five different mental activities [4]. They recorded the EEG signal while performing five specific mental activities simultaneously from several channels. Then, with the help of a Bayes separator [7], they used the power of different frequency bands as features to separate these mental activities. In their work, they proposed the idea that different mental activities can be used as an alphabet to communicate directly between the brain and the outside world; So that a person can convey his intention to the outside world by combining and choosing a sequence of certain activities. Several years later, Dr. Anderson and his colleagues [5,6] continued the work of these two researchers. This group used the same five mental activities in most of their work. They estimated statistical parameters such as coefficients (AR) [8] and using this coefficient, they extracted features to classify and distinguish these five practices.

  • Contents & References of Extraction of appropriate features for EEG voluntary movement signals detection

    List:

    Chapter One.

    Introduction.

    1-1- Introduction. 1

    1-2- History of BCI 4

    1-3- Applications of BCI 7

    1-4- Problem definition. 7

    1-5 - thesis structure. 7

    Chapter Two

    Brain signals.

    2-1- Introduction. 9

    2-2- Discovery of brain signals. 10

    2-3- Recording brain signals. 11

    2-4- Pre-processing on brain signals. 12

    Chapter Three

    A review of the research done in the field of classification of brain signals

    3-1- Introduction. 16

    3-2- Introducing the available data. 17

    3-2-1- Data specifications recorded by the University of Colorado group. 17

    3-2-2- Details of the data recorded by Graz Group. 18

    3-2-3- Specifications of MIT-BIH data. 19

    3-3- feature extraction. 20

    3-4- Classification. 23

    Chapter four.

    Analytical comparison of Fourier transform, Mojak and Walsh

    4-1- Introduction. 25

    4-2- Fourier transform. 25

    4-3- Wavelet transform. 30

    4-3-1- scale. 32

    4-4- The history of Walsh conversion. 35

    4-4-1- Walsh functions. 35

    4-4-2- Walsh conversion. 36

    Chapter Five

    Description of the proposed method

    5-1- Introduction. 40

    5-2- Database used 40

    5-3- Noise removal. 42

    5-3-1- Analysis of independent components. 43

    5-3-2- Noise removal using independent component analysis. 44

    5-3-3- noise removal using wavelet transform. 46

    5-3-4- Noise removal using Walsh transform. 47

    5-3-5- noise removal using the combined method of Walsh transform and ICA. 50

    5-4- feature extraction. 51

    5-4-1- Entropy. 52

    5-4-2- feature extraction using Walsh transform. 53

    5-4-3- feature extraction using Fourier transform and wavelet. 53

    5-5- Support Vector Machine 54

    5-5-1- Separator super plane. 55

    5-5-2- Non-linear separation. 58

    Sixth chapter

    Results and conclusions.

    6-1- Introduction. 60

    6-2- noise removal. 61

    6-3- Evaluation criteria. 65

    6-3-1- Signal to Noise Rate 65

    6-3-2- Mean Square Error 66

    6-3-3- Percentage Root Mean Square Difference 67

    6-4- Feature extraction. 68

    6-4-1- Characteristics of Walsh transform. 69

    6-4-2- Characteristics of Fourier transform. 72

    6-4-3- characteristics of wavelet transformation. 76

    6-5- Comparison with related works on this dataset 80

    6-6- Conclusion. 83

    6-7- Suggestions 85

    Resources:. 86

     

    Source:

     

    [1] .Melody M. Moore, 'Real-World Applications for Brain–Computer Interface Technology', IEEE TRANSACTIONS ON NEURAL SYSTEMS AND REHABILITATION ENGINEERING, VOL. 11, NO. 2, JUNE 2003.

    [2]    . J. R. Wolpaw, N. Birbaumer, W. J. Heetderks, D. G. McFarland, P. H. Peckhom, G. Schalk, E. Donchin, L. A. Quaterano, C. J. Robinson, T. M. Vaughan, “Brain–Computer Interface Technology : A Review of the First International Meeting”, IEEE Trans. Rehab. Eng., vol. 8, No. 2, pp. 164-173, June 2000. [3] . R. Elul, "Gaussian Behavior of the Electroencephalogram: Changes during performance of Mental Task", Science, vol. 164, pp. 338-331, April 1969. [4] Z. A. Keirn, J. I. Aunon, "A New mode of Communication between Man and his Surroundings", IEEE Trans. Biomed. Eng., vol. 37, no. 12, pp. 1209–1214, 1990. [5]     . C. W. Anderson, E. A Stolz, S. Shamsunder, "Multivariate Autoregressive Models for Classification of Spontaneous Electoencephalographic Signals During Mental Tasks", IEEE Trans.Biomed. Eng., vol. 45, No. 3, pp. 277-286, March 1998. [6] C. Anderson and Z. Sijercic, "Classification of EEG Signals from Four Subjects during Five Mental Tasks", in Solving Eng. Problems with Neural Networks: Proc. Conf. on Eng.

          Applicationsin Neural Networks (EANN'96), PL 34, pp. 407-414, Finland 1996. [7] G. Pfrutcheller, C. Neuper, C. Guger, W. Harkam, H. Ramoser, A.Schlogl, B. Dbermaier, M. Pregenzer, “Current Trends in Graz Brain–Computer Interface (BCI) Research”, IEEE Trans.Rehab. Eng., vol. 8, No. 2, pp. 216-218, June 2000. [8] G. Pfrutcheller, C. Neuper, A. Schlogl, K. Lugger, "Separability of EEG Signals Recorded During Right and Left Motor Imagery Using Adaptive Autoregressive Parameters", IEEE Trans. Rehab. Eng., vol. 6, pp. 316-325, September 1998. [9] . A. Schloegl, C. Neuper, G. Pfrutcheller, "Subject Specific EEG Patterns During Motor Imaginary", in Proc. 19th Inter. Conf., IEEE/EMBS, Chicago 1997, pp. 1530-1532.

    [10]     . A. L. Schloegl, K. Lugger, G. Pfurtscheller, “Using Adaptive Autoregressive Parameters for a Brain Computer Interface Experiment”, Proc. 19th Int. Conf. IEEE/EMBS, Chicago, IL. USA, 1997, pp. 1533-1535.

    [11]     . A. Schlogl, S. J. Roberts, G. Pfrutcheller, "A criterion for adaptive autoregressive models", in Proc. 22nd Annu. Inter. Conf. IEEE/EMBS, vol. 2, pp. 1581-1582, 2000. [12] J. R. Wolpaw, H. Ramaser, D. J. McFarland, G. Pfrutcheller, “EEG–Based Communication: Improved Accuracy by Response Verification”, IEEE Trans. Rehab. Eng., vol. 6, No. 3, pp. 326-333, September 1998. [13] . S. Baillet, J. C. Mosher, R. M. Leahy, “Electromagnetic Brain Mapping”, IEEE Signal Processing, vol. 18, no. 6, pp. 14-30, November 2001.

    [14]     .  Who named it?, http://www.whonamedit.com/doctor.cfm/845.html.

    [15]     . The History of Medicine: http://www.medhelpnet.com/medhist7.html, 1901-1925.

    [16]     .Biocybernaut,Institute,EEG-ElectroEncephaloGraph,http://biocybernaut.com/tutorial/ eeg.html.

    [17]     . D. G. Domenick, “International 10-20 Electrode Placement System for Sleep”, http://members.aol.com/aduial/20-10sys.html.

    [18]     . http://dragon.inha.ac.kr/~neurolee/eeg/eeg_eng.htm, EEG (Electroencephalogram)                                                    

    [20]     . Berg P., & Scherg M, 'Dipole models of eye activity and its application to the removal of eye artifacts from the EEG and MEG'., Clinical Physics and Physiological Measurements, 12 (Supplement A), pp 49-54, 1991.                                                                                                                                                                          

    [21]     . Lagerlund T. D., Sharbrough F. W., & Busacker, N. E., 'Spatial filtering of multichannel electroencephalographic recordings through principal component analysis by singular value decomposition'. Journal of Clinical Neurophysiology, 14, 73–82, 1997. [22] Makeig S., Bell A. J., Jung T. -P., Sejnowski T. J., 'Independent component analysis of electroencephalographic data. In Advances in neural information processing systems', D. Touretzky, M. Mozer, & M. Hasselmo Eds., Vol. 8, pp. 145–151. Cambridge, MA: The MIT Press, 1996.                                                                                                                              

    [23]     . Vorobyov S., Cichocki A., 'Blind noise reduction for multisensory signals using ICA and subspace filtering, with application to EEG analysis'. Biological Cybernethics, Springer-Verlag 86, pp 293-303, 2002.                                                                                                                                  

    [24]     . Zhou W., Gotman J., 'Removal of EMG and ECG Artifacts from EEG Based on Wavelet Transform and ICA.'Proceedings of the 26th Annual International Conference of the IEEE EMBS, San Francisco, USA pp 392-395, 2004. 

    [25]     . Melody M.

Extraction of appropriate features for EEG voluntary movement signals detection