Skip to main content

Volume 3 Supplement 2

Special Issue: EEG Analysis Techniques and Applications

Time–frequency texture descriptors of EEG signals for efficient detection of epileptic seizure

Abstract

Detection of epileptic seizure in electroencephalogram (EEG) signals is a challenging task and requires highly skilled neurophysiologists. Therefore, computer-aided detection helps neurophysiologist in interpreting the EEG. In this paper, texture representation of the time–frequency (tf) image-based epileptic seizure detection is proposed. More specifically, we propose texture descriptor-based features to discriminate normal and epileptic seizure in t–f domain. To this end, three popular texture descriptors are employed, namely gray-level co-occurrence matrix (GLCM), texture feature coding method (TFCM), and local binary pattern (LBP). The features that are obtained on the GLCM are contrast, correlation, energy, and homogeneity. Moreover, in the TFCM method, several statistical features are calculated. In addition, for the LBP, the histogram is used as a feature. In the classification stage, a support vector machine classifier is employed. We evaluate our proposal with extensive experiments. According to the evaluated terms, our method produces successful results. 100 % accuracy is obtained with LIBLINEAR. We also compare our method with other published methods and the results show the superiority of our proposed method.

1 Introduction

Epileptic seizure is a physiopathological disease that is known as a neurological disorder caused by the transient and unexpected electrical disturbance of the brain. Electroencephalogram (EEG), which is a common method for detection of the epileptic seizure, constructs a representative signal containing information about the brain’s electrical activity. Interpretation of EEG signals for manual detection of the epileptic seizure is not an easy task and requires high skills of neurophysiologists. Moreover, manual interpretation of the long recordings is tedious and time consuming. Therefore, an automated system to help neurophysiologists in detecting epileptic seizures is in great demand. Such an automated system is composed of two main parts [14]: EEG feature extraction and classification. While EEG feature extraction enables to characterize EEG signals, classification finds different categories in the input EEG signals.

Detection of epileptic seizures on EEG signals is a popular research topic and many methods have been proposed [27]. In these methods, the representative EEG features were extracted either in the time domain [24] or frequency domain [8]. The features from time domain are generally extracted from the amplitude or rhythmicity of EEG signals. The frequency domain features are generally computed on the spectrum of EEG signals. There are also several methods based on the time–frequency (tf) representation [911]. The tf image-based features are used to describe the non-stationary nature of the EEG signals. Instantaneous frequency and sub-band energies are other important tf domain features for the EEG characterization. In addition, multiscale representations of EEG signals represent rich features. For instance, the statistics of the wavelet coefficients and their relative energies are useful features for EEG classification [6].

Recently, several novel t–f features were proposed based on t–f image descriptors for the automatic detection of epileptic seizure in EEG data. In [10], the authors described visually the normal and epileptic seizure patterns in the tf domain. The proposed features are based on Haralick’s texture features calculated from the tf representation of EEG signals. In [11], the authors proposed an approach for automatic detection of epileptic seizures using combined Hilbert–Huang transform and support vector machine (SVM) on the tf image. Several statistical features such as mean, variance, skewness, and kurtosis of pixel intensity in the histogram of segmented gray-scale tf image are considered. Other tf image-based features were used to represent the EEG signals in [9]. The authors used a smoothed pseudo Wigner–Ville distribution to obtain the tf images. The obtained tf images were then segmented on the frequency bands of the EEG signals’ rhythms. These features from the histogram of segmented tf images were then used for a multiclass least squares SVM. In [12], the authors combined signal analysis and image processing for classifying EEG abnormalities. The combination of signal-based features and tf image-related features was employed to merging key instantaneous frequency descriptors. The proposed method was used to recognize the EEG abnormalities in both adults and newborns.

Our main motivation arises due to the following conclusions:

  1. (1)

    First of all, we think that the tf representation of healthy and epileptic seizure EEG signals contain different motifs. Especially, when the frequency bands of the EEG signals’ rhythms are considered, the justification of our motivation becomes more convincing. Because, each rhythm region of the tf image for healthy and epileptic seizure has considerably discriminatory texture.

  2. (2)

    These motifs can successfully be modeled by various texture descriptors for further analysis. To this end, texture encoders such as GLCM, TFCM, and LBP are considered to re-shape the tf images and a number of statistical quantities are calculated.

  3. (3)

    The considered texture encoders are well known in the image processing and pattern recognition communities with numerous advantageous. These methods are quite efficient in characterizing various texture motifs. Their implementations are easy and complexities are quite low.

In this paper, texture representation of the tf image-based epileptic seizure detection is proposed. More specifically, we propose texture descriptor-based features to discriminate normal and epileptic seizure in the tf domain. The features that are obtained on the GLCM are contrast, correlation, energy, and homogeneity. Moreover, in TFCM method, the calculated features are mean convergence, code variance, code entropy, uniformity, first-order difference moment, first-order inverse difference moment, second-order difference moment, second-order inverse difference, and four energy distribution values from the co-occurrence matrix. In addition, for the LBP, the histogram is used as the feature. In the classification stage, a support vector machine (SVM) classifier is considered. We evaluate our proposal with extensive experiments. According to the evaluated terms, our method produces successful results. 100 % accuracy is obtained with LIBLINEAR. We also compare our method with other existing methods, and the results show the superiority of our proposal.

In [10], the authors used Haralick’s texture features to classify the healthy and epileptic EEG signals. Our work is different from the previous one such that we search each frequency rhythms and concatenate the features of each rhythm for constructing robust descriptors. Moreover, to the best of our knowledge, TFCM and LBP methods are firstly considered for EEG signal classification in this work and achieved better results in our paper. The rest of the paper is organized as follows: in Sect. 2, the methodology and the related theories are given. In Sect. 3, the experimental works and the obtained results are presented. We conclude the paper in Sect. 4.

2 Methodology

In this work, tf representation, texture descriptors, and SVM-based methodology are proposed for the classification of EEG signals as healthy and epileptic seizures. An illustration is given in Fig. 1. As it is observed from Fig. 1, the EEG signals are firstly transformed into tf domain. The Spectrogram of Short-Time Fourier Transform (STFT) is used in order to obtain the tf images of EEG signals. The obtained tf images are then converted into 8-bit gray-scale images and are divided into five sub-images corresponding to the frequency bands of the rhythms. The GLCM, TFCM, and LBP texture descriptors are employed to extract distinctive features for classification purposes. The standard combination of SVM, LIBLINEAR, and Homogenous mapping is investigated for obtaining high-accuracy results in classifying the EEG signals.

Fig. 1
figure 1

The proposed method

2.1 STFT spectrogram

The STFT spectrogram is defined as the normalized, squared magnitude of the STFT coefficients [13]. According to a non-mathematical definition, STFT coefficients can be obtained using a sliding window in time domain in order to divide the signal into small parts and then analyze each part with Fourier transform to determine the frequencies. Thus, a time-varying spectrum can be obtained. In a mathematical view, the STFT can be defined as

$$X(n,\omega ) = \sum\limits_{m = - \infty }^{\infty } {x[m]w[n - m]e^{ - j\omega n} },$$

where \(x[m]w[n - m]\) is a short-time part of the input signal x[m] at time n. In addition, a discrete STFT is defined as

$$X(n,k) = X(n,\omega )\left|\right._{{\omega = \frac{2\pi }{N}k}},$$

where N shows the number of discrete frequencies. Thus, the spectrogram in logarithmic scale is defined as

$$S(n,k) = \log |X(n,k)|^{2}.$$

2.2 GLCM features

GLCM features are commonly used in various image processing applications such as texture segmentation and classification, biomedical image analysis, scene segmentation, etc. [14]. GLCM can be seen as a directional pattern counter with a specific distance δ and angle θ between neighboring image pixel pairs for gray-scale images. This situation is represented in Fig. 2.

Fig. 2
figure 2

Angular nearest neighbors

In a numerical view, for θ = 0° and δ = 1, the GLCM can be defined as

$$M_{\delta ,\theta = 0} (p,q) = \sum\limits_{n = 1}^{N} {\sum\limits_{m = 1}^{K} {\left\{ {\begin{array}{ll} 1 &\quad {{\text{if}}\;I(n,m) = p\,{\text{and}}\,I(n,m + \delta ) = q} \\ 0 &\quad {{\text{otherwise}}} \\ \end{array} } \right.} },$$

where p, q = 0, 1,… L – 1; L is the number of gray scales; N and K are the sizes of the image. After normalizing the GLCM, the contrast, correlation, energy, and homogeneity features are calculated.

2.3 TFCM features

The TFCM translates a gray-scale input image into a texture feature number image via differencing in the image domain followed by successive stages of vector classification [15]. The algorithm firstly calculates the differences along horizontal, vertical, and diagonal connectivity sets. Figure 3 shows the related illustrations.

Fig. 3
figure 3

Horizontal, vertical, and diagonal connectivity sets

The resulting two-element difference vectors are thresholded at a tolerance into quantized two-element vectors whose values are from the set of {−1, 0, 1}, interpreted as negative, no change, and positive difference, respectively. The TFCM maps the individual quantized difference vectors to gray-level class numbers based on the degree of the variation in each vector [15]. Then a mapping procedure is employed for further coding gray-level class numbers. The following mapping is further employed for obtaining final 2-D texture feature number images. After constructing the co-occurrence matrices of texture feature number images, 12-dimensional feature vector is calculated [15].

2.4 LBP features

Ojala et al. developed an operator called LBP for describing the local textural patterns [16]. This simple but effective operator has been then used as a texture descriptor in many image processing-based applications. The LBP works in a 3 × 3 pixel block and the pixels in this block are thresholded by its center pixel value, multiplied by powers of two and then summed to obtain a label for the center pixel. Figure 4 shows the basic idea of the LBP operator. The center pixel’s gray-scale value becomes 19 after applying the LBP procedure. The mathematical illustration of the procedure is as follows:

$$LBP(x) = \sum\limits_{i = 1}^{8} {f(G(x_{i} ) - G(x))2^{i - 1} }$$
$$f(t) = \left\{ {\begin{array}{ll} {1,} &\quad {t \ge 0} \\ {0,} &\quad {t < 0} \\ \end{array} } \right.,$$

where x shows the location of the center pixel, x i shows the ith neighboring pixel as shown in Fig. 4, and G(.) is the gray-scale value of a pixel.

Fig. 4
figure 4

LBP procedure after the LBP image is constructed; the histogram of the LBP image is used as the feature

3 Experimental work

The experiments are conducted on an open source EEG dataset that was recorded in Bonn University [17]. The recorded dataset has five sets denoted as A to E. Each contains 100 single-channel EEG signals, and each one having 4097 samples. In other words, each recorded EEG signal has 23.6 s duration. The datasets A and E are considered. While set A was taken from surface EEG recordings of five healthy volunteers with eyes open and closed, respectively, set E only contains epileptic seizure. Figure 5 shows a typical EEG illustration of both healthy and epileptic seizure. As shown in Fig. 5, the amplitudes of the epileptic EEG signals are higher than those of the normal EEG signals.

Fig. 5
figure 5

Illustration of EEG signals, Set E and Set A

Moreover, Fig. 6 shows the spectrogram of EEG signals for healthy and epileptic seizure, respectively. By visual inspection, a qualitative discrimination of healthy and epileptic seizure can be seen in Fig. 6. For further processing the t–f images, we convert them into 8-bit gray-scale images. The 8-bit gray-scale t–f images are then divided into five sub-images corresponding to the frequency bands of the rhythms to localize significant structures. The main EEG rhythm on frequency ranges is as follows [9]:

  • Delta: 0–4 Hz.

  • Theta: 4–8 Hz.

  • Alpha: 8–12 Hz.

  • Beta: 12–30 Hz.

  • Gamma: 30–50 Hz.

Fig. 6
figure 6

Spectrogram of EEG signal: a healthy and b epileptic seizure

In Fig. 7, we show the divided sub-images corresponding to frequency bands of the rhythms.

Fig. 7
figure 7

Gray-scale sub-images: a healthy and b epileptic seizure EEG signal. A gamma, B beta, C alpha, D theta, E delta

After gray-scale sub-images (Fig. 7) for healthy and epileptic seizure EEG signal are constructed, the texture descriptors are computed. For computing the GLCM, the distance parameter is set to 1 and the angle parameter value ranges from 0o to 135o with a 45o increment. Thus, 4 GLCMs are obtained and by calculating the contrast, correlation, energy, and homogeneity features, a 16-dimensional feature vector is constructed for each sub-image. Moreover, for obtaining the TFCM features, once each sub-image is converted to a texture feature number, a 12-element feature vector is generated based on these co-occurrence matrices and texture feature number histograms. The tolerance parameter of the TFCM is set to 80. In addition, for LBP, the histogram is computed for each sub-images. Thus, a 256-dimensional feature vector is obtained. Finally, feature vectors that are extracted from each sub-image are concatenated. In this case, three of 80-, 60-, and 1280-dimensional feature vectors are constructed for the GLCM, TFCM, and LBP, respectively.

The linear SVM is employed in the classification stage of our proposal [18]. Moreover, the homogeneous mapping is considered to increase the efficiency of the SVM [20, 21]. This mapping procedure enables a compact linear representation of the input dataset. Thus, a very fast linear SVM classifier can be obtained. The VLFeat tool is used for both homogeneous mapping and FV encoding [19]. The VLFeat open source library implements various computer vision algorithms such as Fisher Vector, VLAD, SIFT, MSER, SLIC superpixels, large-scale SVM training, and many others specializing in image understanding and local feature extraction and matching. We also use the LIBLINEAR for further increasing the efficiency of the SVM [20, 21]. LIBLINEAR was developed as an open source library for large-scale linear classification.

To evaluate the performance of the proposed scheme, we employ classification accuracy, sensitivity, and specificity.

$${\text{Sensitivity}}\;{ = }\;\frac{\text{TP}}{{{\text{TP}}\; + \;{\text{FN}}}}$$
$${\text{Specificity}}\;{ = }\;\frac{\text{TN}}{{{\text{TN}}\; + \;{\text{FP}}}}$$
$${\text{Accuracy}}\; = \;\frac{{{\text{TP}}\;{ + }\;{\text{TN}}}}{{{\text{TP}}\;{ + }\;{\text{TN}}\;{ + }\;{\text{FP}}\;{ + }\;{\text{FN}}}},$$

where TP represents the total number of correctly detected true-positive samples and TN represents the number of correctly detected true-negative samples; FP and FN represent the total number of false-positive and false-negative samples, respectively.

The setup parameters of the classifiers are adjusted for obtaining the best performance. For the SVM, we experiment with all kernels and the best result is obtained with a linear kernel. The C parameter is set to 100. L2-regularized L2-loss solver is chosen for LIBLINEAR. In addition, the C parameter for LIBLINEAR is set to 0.07. Chi2 kernel is used for homogeneous mapping. It is worth mentioning that the experimental results are recorded using fivefold cross-validation. The overall performance of the proposed method is tabulated in Table 1.

Table 1 Obtained results of GLCM features

The results suggest that the best accuracy is obtained with Homogenous Mapping + LIBLINEAR. The classification accuracy is 100 %. In addition, the sensitivity and specificity values are 100 and 100 %, respectively. The SVM yields the worst classification results. 92.5 % accuracy is recorded. Sensitivity and specificity values are 95 and 90 %, respectively. Thus, it is obvious that LIBLINEAR structure greatly improves the performance. LIBLINEAR structure is 7 % better than that of SVM. In addition, homogeneous mapping also improves performance. 0.5 % more accurate result is obtained with homogenous mapping than LIBLINEAR structure.

Similar experiments are carried out for TFCM features. The related classifier parameters are set as the follows: the SVM kernel is chosen as a polynomial and C is set to 1. L1-regularized L2-loss solver is chosen for LIBLINEAR. In addition, the C parameter for LIBLINEAR is set to 15.

The performance results of TFCM features are shown in Table 2. The best accuracy is obtained using Homogenous Mapping + LIBLINEAR. The obtained accuracy is 87 %. The LIBLINEAR and SVM obtain the same classification accuracy. 82 % is tabulated. The other sensitivity and specificity values can be seen in Table 2. The best sensitivity value is obtained with Homogenous Mapping + LIBLINEAR. The worst specificity value is recorded for SVM (79 %).

Table 2 Obtained results of TFCM features

We conclude our experiments with the LBP features. We adjust the related parameters of the classifiers for obtaining high-performance results. Similar to previous experiments, the intersection kernel is chosen for the SVM. We also experiment with other kernels such as linear, radial basis function, polynomial, and sigmoid. The intersection kernel achieves the highest accuracy. The C parameter is selected as 0.32. L1-regularized L2-loss solver is chosen for LIBLINEAR. In addition, the C parameter for LIBLINEAR is set to 100.

The performance results of LBP features are shown in Table 3. The best accuracy is obtained using SVM and LIBLINEAR. The obtained accuracy is 100 % for both classification methods. Actually, this is a surprising result because in the previous two experiments, the Homogenous Mapping + LIBLINEAR structure yields better results than SVM and LIBLINEAR. Homogenous Mapping + LIBLINEAR yields the worst results for LBP features.

Table 3 Obtained results of LBP features

We also compare our results with other published methods handling the classification problem in the same dataset A and E. The results are shown in Table 4. From Table 4, we can see that accuracy of our proposed method is higher compared with other methods.

Table 4 Obtained results of LBP features

4 Conclusions

In this work, tf representation of EEG signals, texture descriptors, and SVM approach has been used to detect the epileptic seizure. The STFT spectrogram has been considered for discrimination of the epileptic seizure and healthy EEG signals. The obtained tf images are then divided on the frequency bands of the rhythms. The features are obtained by calculating the histogram of LBP and various statistical features of the GLCM and TFCM for each tf sub-image. The features are then fed into the classifier. The extensive experiments indicate that the LBP features obtained the best results. The second best results are recorded with GLCM features, and finally TFCM-based features exhibit the worst performance. This situation may be caused because of the dimensionality of the feature vectors. In other words, LBP-based feature vector has the higher dimensionality and TFCM-based feature vector has the lowest. In addition, LBP may better characterize the EEG t–f images than the GLCM and TFCM methods.

References

  1. Siuly Yan Li (2014) A novel statistical algorithm for multiclass EEG signal classification. Eng Appl Artif Intell 34:154–167

    Article  Google Scholar 

  2. Siuly S, Yan L, Peng W (2011) Clustering technique-based least square support vector machine for EEG signal classification. Comput Methods Prog Biomed 104(3):358–372

    Article  Google Scholar 

  3. Zhu, Guohun and Li, Yan and Wen, Peng (Paul) (2014) Epileptic seizure detection in EEGs signals using a fast weighted horizontal visibility algorithm. Comput Methods Prog Biomed 115 (2). pp 64–75. ISSN 0169-2607

  4. Siuly, Li Y, Wen P (2010) Analysis and classification of EEG signals using a hybrid clustering technique. In: IEEE/ICME international conference on complex medical engineering (ICME 2010), 13–15 Jul 2010, Gold Coast

  5. Güler NF et al (2005) Recurrent neural networks employing Lyapunov exponents for EEG signals classification. Expert Syst Appl 29(3):506–514

    Article  Google Scholar 

  6. Subasi A (2007) EEG signal classification using wavelet feature extraction and a mixture of expert model. Expert Syst Appl 32(4):1084–1093

    Article  Google Scholar 

  7. Halici U, Agi E, Ozgen C, Ulusoy I (2008) Analysis and classification of EEG signals for brain computer interfaces. In: International conference on cognitive neuroscience X

  8. Widman G, Schreiber T, Rehberg B, Hoeft A, Elger CE (2000) Quantification of depth of anesthesia by nonlinear time series analysis of brain electrical activity. Phys Rev E 62(4):4898–4903

    Article  Google Scholar 

  9. Bajaj V, Pachori RB (2013) Automatic classification of sleep stages based on the time-frequency image of EEG signals. Comput Methods Prog Biomed 112(3):320–328

    Article  Google Scholar 

  10. Boubchir L, Al-Maadeed S, Bouridane A (2014) Haralick feature extraction from time-frequency images for epileptic seizure detection and classification of EEG data. ICM Conference 32–35:14–17

    Google Scholar 

  11. Fu K, Qu J, Chai Y, Dong Y (2014) Classification of seizure based on the time-frequency image of EEG signals using HHT and SVM. Biomed Signal Process Control 13:15–22

    Article  Google Scholar 

  12. Boashash B, Boubchir L, Azemi G (2011) Time-frequency signal and image processing of non-stationary signals with application to the classification of newborn EEG abnormalities and seizures. IEEE, ISSPIT’ 2011 Spain, pp 120–129

  13. Boashash B (2003) Time-frequency signal analysis and processing: a comprehensive reference. Elsevier, Oxford

    Google Scholar 

  14. Sengur A, Amin M, Ahmad F, Sevigny P, DiFilippo D (2013) Textural feature based target detection in through-the-wall radar imagery. In: SPIE defense, sensing and security symposium, radar sensor technology XVII conference, Baltimore, 29 April–3 May

  15. Liang J, Zhao X, Xu R, Kwan C, Chang C-I (2004) Target detection with texture feature coding method and support vector machines. In Proceedings of the ICASSP, Montreal, QC, Canada, pp II-713–II-716

  16. Ojala T, Pietikainen M, Maenpaa T (2002) Multiresolution gray-scale and rotation invariant texture classification with local binary patterns. IEEE Trans Pattern Anal Mach Intell 24(7):971–987

    Article  MATH  Google Scholar 

  17. Andrzejak RG, Lehnertz K, Rieke C, Mormann F, David P, Elger CE (2001) Indications of nonlinear deterministic and finite dimensional structures in time series of brain electrical activity: dependence on recording region and brain state. Phys Rev E 64:061907

    Article  Google Scholar 

  18. Vapnik V (1995) The nature of statistical learning theory. Springer-Verlag, New York

    Book  MATH  Google Scholar 

  19. http://www.vlfeat.org/. Accessed: 20 May 2014

  20. Fan R-E, Chang K-W, Hsieh C-J, Wang X-R, Lin C-J (2008) LIBLINEAR: a library for large linear classification. Journal of Machine Learning Research 9:1871–1874

    MATH  Google Scholar 

  21. Vedaldi A, Zisserman A (2010) Efficient additive kernels via explicit feature maps. In: Proceedings of the IEEE conference on computer vision and pattern recognition

  22. Polat K, Günes S (2007) Classification of epileptiform EEG using a hybrid system based on decision tree classifier and fast Fourier transform. Appl Math Comput 187(2):1017–1026

    MathSciNet  MATH  Google Scholar 

  23. Wang D, Miao D, Xie C (2011) Best basis-based wavelet packet entropy feature extraction and hierarchical EEG classification for epileptic detection. Expert Syst Appl 38(11):14314–14320

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Abdulkadir Şengür.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Şengür, A., Guo, Y. & Akbulut, Y. Time–frequency texture descriptors of EEG signals for efficient detection of epileptic seizure. Brain Inf. 3, 101–108 (2016). https://doi.org/10.1007/s40708-015-0029-8

Download citation

  • Received:

  • Accepted:

  • Published:

  • Issue Date:

  • DOI: https://doi.org/10.1007/s40708-015-0029-8

Keywords