Skip to main content

ORIGINAL RESEARCH article

Front. Comput. Neurosci., 12 February 2019
Volume 13 - 2019 | https://doi.org/10.3389/fncom.2019.00006

Automated Detection of High-Frequency Oscillations in Epilepsy Based on a Convolutional Neural Network

  • 1School of Biomedical Engineering, Capital Medical University, Beijing, China
  • 2Beijing Key Laboratory of Fundamental Research on Biomechanics in Clinical Application, Capital Medical University, Beijing, China
  • 3Neuroelectrophysiological Laboratory, Xuanwu Hospital, Capital Medical University, Beijing, China
  • 4Center of Epilepsy, Beijing Institute for Brain Disorders, Beijing, China

Epilepsy is one of the most common chronic neurological diseases. High-frequency oscillations (HFOs) have emerged as promising biomarkers for the epileptogenic zone. However, visual marking of HFOs is a time-consuming and laborious process. Several automated techniques have been proposed to detect HFOs, yet these are still far from being suitable for application in a clinical setting. Here, ripples and fast ripples from intracranial electroencephalograms were detected in six patients with intractable epilepsy using a convolutional neural network (CNN) method. This approach proved more accurate than using four other HFO detectors integrated in RIPPLELAB, providing a higher sensitivity (77.04% for ripples and 83.23% for fast ripples) and specificity (72.27% for ripples and 79.36% for fast ripples) for HFO detection. Furthermore, for one patient, the Cohen's kappa coefficients comparing automated detection and visual analysis results were 0.541 for ripples and 0.777 for fast ripples. Hence, our automated detector was capable of reliable estimates of ripples and fast ripples with higher sensitivity and specificity than four other HFO detectors. Our detector may be used to assist clinicians in locating epileptogenic zone in the future.

Introduction

Epilepsy is one of the most common chronic neurological diseases, with an incidence of between 0.5 and 1% (Jacobs et al., 2012; Chaibi et al., 2013), affecting about 67 million people worldwide (Holden et al., 2005; Makeyev et al., 2017). Most patients are treated successfully with antiepileptic drugs, although about 30% still suffer from medically refractory epilepsy (Kwan and Brodie, 2000; Pati and Alexopoulos, 2010; Tamilia et al., 2017). For these individuals, surgical removal of the epileptogenic zone (EZ), where such seizures originate, is considered the most promising treatment; however, surgical resection depends on correct delimitation of the EZ (Jacobs et al., 2012; Tamilia et al., 2017). Accurate delimitation of the EZ is the main determinant of successful epilepsy surgery.

High-frequency oscillations (HFOs) have been defined as events with four consecutive oscillations between 80 and 500 Hz that clearly rise above the baseline (Zelmann et al., 2009). Another definition is a root mean square (RMS) amplitude increase of more than five times the standard deviation compared with background electroencephalogram (EEG), a duration of at least 6 ms, and more than six peaks (positive plus negative) more than three standard deviations above the mean baseline (Staba et al., 2002). Traditionally, EEG frequencies are believed to be relevant up to the beta, theta, and gamma band (Wang et al., 2017; Yan et al., 2017a,b). But recent findings in rodents and humans have shown a possible relation between HFOs and the EZ (Bragin et al., 1999; Staba et al., 2002; Jacobs et al., 2010). Furthermore, two post-surgical studies have indicated a good correlation between surgical outcome and the removal of tissue corresponding to channels with high HFO rates (Jacobs et al., 2010; Wu et al., 2010). HFOs have gradually emerged as promising new biomarkers for the identification of EZ (Jirsch et al., 2006; Jacobs et al., 2010, 2012; Chou et al., 2016; Cimbalnik et al., 2016; Fedele et al., 2016). HFOs can be subdivided according to their spectral range into ripples (80–200Hz) and fast ripples (200–500 Hz, FRs) (Jacobs et al., 2012; Pail et al., 2013). Whereas, ripples may reflect inhibitory field potentials that synchronize neuronal activity, thus facilitating information transfer over long distances, fast ripples are pathological and are believed to reflect summated action potentials of spontaneously bursting neurons (Cendes and Meador, 2018).

Nevertheless, detection of HFOs is complicated and time-consuming owing to their short duration and low amplitude (Lopez-Cuevas et al., 2013; Gliske et al., 2016). Existing detection methods can be categorized into automated detection and visual marking, which is a highly time-consuming process (it takes about 10 h to visually mark HFOs in a ten-channel 10-min recording) (Staba et al., 2002; Gardner et al., 2007; Zelmann et al., 2009), and prone to reviewer bias and drift in judgement (Cimbalnik et al., 2018). As a consequence, the development of automated HFO detectors is crucial for the eventual utilization of HFOs in clinical settings.

Several automated HFO detectors have been developed by different research groups. In 2002, Staba et al. (2002) introduced automated detection of HFOs based on the RMS feature of the band-pass-filtered signals. Thresholding-based approaches have become popular since the pioneering work of Staba et al. (2002), for example, those based on short-time line-length (Gardner et al., 2007), complex Morlet wavelet transforms (Chaibi et al., 2013), the Hilbert envelope (Dumpelmann et al., 2012), and approximate entropy (Lopez-Cuevas et al., 2013). Since 2010, detection algorithms have been designed to tackle the problem of low specificity through various approaches. Dumpelmann et al. (2012) chose signal power, line-length, and instantaneous frequency as input features, and used a radial basis function neural network to detect HFOs. Zelmann et al. (2010) improved the RMS detector by computing the energy threshold from baseline segments, Chaibi et al. (2013) combined RMS and empiric mode decomposition, and Ren et al. (2018) used the maximum distributed peak points method to improve baseline determination accuracy. However, most of the automated HFO processing methods still had drawbacks such as low specificity and high rates of false positives. These detectors are still unsuitable for application in a clinical setting.

In recent years, deep learning has been widely applied in diverse domains such as computer vision, natural language processing, and speech recognition (LeCun et al., 2015). It forms the basis of various machine learning algorithms that model high-level data abstractions, and does not rely on handcrafted features (LeCun et al., 2015; Schmidhuber, 2015). The convolutional neural network (CNN), as a deep learning algorithm, has shown remarkable performance in challenging two-dimensional (2D) medical image computing problems, such as classification of lung image patches with interstitial lung disease (Li et al., 2014), breast cancer classification from mammography (Kaur, 2016), and the classification of nuclear cataract severity from eye examination images (Gao et al., 2015). CNN is a biologically inspired hierarchical multilayered neural network approach that simulates the human visual cortex and detects translation invariance features (Alotaibi and Mahmood, 2016). CNN is superior to other approaches in that it conducts automatic learning for complex features from raw data and performs the classification in an end-to-end manner (Sors et al., 2018). CNN has also shown outstanding effectiveness in solving the EEG signal classification problem. Johansen et al. (2016) developed a CNN model for detecting spikes in EEGs of epileptic patients. Achilles et al. (2016) showed the superior learning performance of CNN for epileptic seizure detection. Therefore, we proposed that CNN could be used for automated detection of ripples and fast ripples in patients with intractable epilepsy. In this study, we converted a 1D intracranial EEG (iEEG) signal to 2D image signals and transformed the detection of ripples and fast ripples into a binary classification of ripples and non-ripples, as well as fast ripples and non-fast ripples. Then, a CNN model was built to classify ripples and non-ripples, as well as fast ripples and non-fast ripples. Finally, we compared the performance of our detector with the other four HFO detectors integrated in RIPPLELAB. The ultimate goal was to provide the location of EZ through the distribution of HFO generation.

Methods

Subjects

Patients diagnosed with medically intractable epilepsy who underwent excision of epileptic foci in the functional neurosurgery department of Xuanwu Hospital of Capital Medical University were recruited from March 2016 to May 2017. A total of 19 participants (12 males and seven females) with a mean age of 22 years (SD = 10; range 10–42 years) were included in the study. Intracranial data were recorded, with a sampling frequency of 4,096 Hz. Patient characteristics and electrode implantation sites are listed in Table 1. All patients gave informed consent in agreement with the Research Ethics Board of Xuanwu Hospital.

TABLE 1
www.frontiersin.org

Table 1. Clinical characteristics and implantation sites of the 19 patients.

Data Preprocessing

We recorded interictal samples of 5 min during the slow-wave sleep period from each patient, as there is less muscle activities and more frequent occurrences of HFOs during slow-wave sleep compared with wakefulness (Zelmann et al., 2009; Burnos et al., 2014). There was also the advantage that a 5-min segment could provide the same information as a longer interval when identifying HFOs during slow-wave sleep (Zelmann et al., 2009). Slow-wave sleep was defined by at least 25% delta activity by visual inspection of 30-s epochs. Data samples were selected if they were recorded at least 2 h before or after a seizure, to reduce the influence of seizures on our analysis. Data containing noise or artifacts, such as sharp transients with very large amplitudes or irregular signals, were excluded. The data were transformed to a bipolar montage for further analysis, which means that the potential difference between two adjacent active electrodes in the skull is recorded as iEEG.

The two kinds of HFOs were analyzed separately, owing to the different generation mechanisms and electrophysiological characteristics of ripples and fast ripples. A zero-phase finite impulse response filter was used to perform band-pass filtering for the data. The cutoff frequencies were 80–200 and 200–500 Hz for ripples and fast ripples, respectively (see Figure 1).

FIGURE 1
www.frontiersin.org

Figure 1. Data preprocessing. First row: one second of raw data. Second row: one second of filtered (80–200Hz) data. Third row: one second of filtered (200–500Hz) data. Fourth row: Time-frequency analysis of raw data.

As interictal HFOs are commonly short (<330 ms) and rare (Lopez-Cuevas et al., 2013), the iEEG signals were divided into one-second time series. Grayscale was used to characterize the amplitude of iEEG signals, so that a 1D iEEG signal could be converted to a row of the 2D grayscale image (see Supplementary Figures 1, 2). Then, we converted each row of the grayscale image to four rows.

Visual Marking of HFOs

For each channel, the first minute of the iEEG was independently analyzed by two experienced reviewers. The concordance between the two reviewers was assessed in line with the Cohen's kappa coefficient for each channel (Jacobs et al., 2010). For channels with kappa <0.5, the two reviewers worked together to review the events in the first minute and established a consensus, based on which, or if kappa >0.5, the remaining 4 min of the iEEG were marked accordingly by one of the reviewers.

Among the channels for the 19 patients, a total of 49,340 ripples and 19,734 fast ripples were analyzed by reviewers. The remaining data were tagged as non-ripples and non-fast ripples, respectively.

CNN Classifier

CNN requires fewer complex steps of feature extraction compared to traditional neural networks. The feature extraction is achieved by the convolutional layers and sub-sampling layers of CNN, with advantages in terms of the complex non-linear mapping of low-dimensional feature space that can be obtained from the high-dimensional feature space for use in classification. In this work, CNN has roles in both feature extraction and the classification of HFOs. Details of the proposed CNN model are shown in Figure 2.

FIGURE 2
www.frontiersin.org

Figure 2. Architecture of our CNN model.

Input images were 4*1,024 pixels in size, and were normalized to have zero mean and unit variance. This normalization achieves faster convergence and avoids local minima. In the model, the normalized input is processed by convolutional blocks, where each block consists of three layers: the convolutional layer, batch normalization layer and non-linear activation layer (leaky ReLU was chosen as the activation function in this study). The output of the leaky ReLU layer is passed to a max pooling layer. In an attempt to avoid overfitting, dropout is applied before the three fully connected layers. The output of the last fully connected layer is passed to a softmax layer, which serves as a classifier and predicts the class of the input signal.

Architecture of CNN Model

Convolutional layers

CNN, as a simple neural network, makes use of convolution in place of general matrix multiplication. The convolutional layers, which detect local conjunctions of features from the previous layer, constitute the main components of the CNN model. A convolutional layer consists of neurons that are connected to the local receptive field of the previous layer. The feature map of the previous layer is convoluted with the convolution kernel. Then, the activation function is applied to produce one output matrix. The process is defined as:

xjl=f(iMjxjl-1×kijl+bjl)    (1)

where f() represents the activation function, leaky ReLU; l indicates the number of layers; k is the kernel matrix; and b is a bias value.

Batch normalization layer

During training, the distribution of feature maps changes owing to the updating of parameters, making the CNN model learning harder to fit. This phenomenon was called covariate shift by Ioffe et al. (Ioffe and Szegedy, 2015), who proposed batch normalization as a solution. Batch normalization accelerates network training, combined with a reduction of the sensitivity to network initialization. The batch normalization layer normalizes the activations and gradients propagating through the network, making network training an easier optimization problem. In our CNN model, a batch normalization layer is applied after each convolutional layer.

Max pooling layer

The max pooling operation reports the maximum output within a rectangular neighborhood. This layer not only reduces the spatial size of the feature map, but also removes redundant spatial information, which is beneficial for translation and scaling of invariance to small shifts and distortions. The max pooling layer makes it possible to increase the number of filters in deeper convolutional layers without increasing the required computational load per layer.

Dropout layer

Dropout regularization is an effective way to address the overfitting phenomenon in the neural network training process. A dropout algorithm is applied to facilitate the generalization ability of the network by randomly disabling neurons in each layer during training.

Softmax layer

The softmax activation function normalizes the output of the fully connected layer. It constructs a hypothetical function to calculate the probability of the input samples being divided into each category, and then adjusts the parameters to make the correct tags corresponding to the maximum probability. The softmax activation function is deployed to approximate the expected output between 0 and 1 in our binary classification. The classification output of the network is “1” in the presence of HFOs and “0” for non-HFOs.

Details of Learning

After defining the network structure, we specified the training options. Our CNN model uses the minibatch and stochastic gradient descent algorithms. The minibatch is set at 256. Cross entropy serves as the loss function. The maximum number of epochs are assigned a value of 20. An epoch is a full training cycle on the entire training data set, in which the training begins with an initial learning rate of 0.01 and the learning rate decreases by a factor of five every five epochs. The CNN training was performed on an NVIDIA Quadro M4000 with computational capability of 5.9 and a clock rate of 800 MHz.

Statistical Analysis

A 10-fold cross-validation approach, namely ten partitions for training and test sets, 90% for training and 10% for testing, was employed to measure the stability of the performance of the proposed CNN model. The performance metrics included specificity and sensitivity. Previous studies of automated HFO detection also adopted these metrics (Dumpelmann et al., 2012), and they are appropriate for comparison of our model with other methods. The calculations were as follows:

sensitivity=TPTP+FN    (2)
specificity=1-FPTP+FP    (3)

where true positive (TP) refers to the visually marked HFOs that are detected by the CNN model; false positive (FP) refers to automatically detected events that do not overlap with visually marked HFOs; and false negative (FN) means visually marked HFOs that are missed by the detector.

Cohen's kappa coefficient was computed to evaluate the agreement between automated detection and visually marked results. Kappa <0 indicates that an agreement is due purely to chance, kappa >0.5 means excellent consistency, and kappa = 1 indicates complete agreement (Zelmann et al., 2009).

Then, the Spearman's rank correlation was applied to assess the association between automated detection and visually marked results (Dumpelmann et al., 2012). The number of HFOs detected by visual marking and automated detection in each channel were counted. A correlation coefficient of 0.5–1 represented a strong correlation.

Finally, the Mann–Whitney U-test was applied to compare the HFO rates in the EZ channels and other channels (Dumpelmann et al., 2015).

All statistical analyses used SPSS Statistics (IBM Corporation, Armonk, NY, USA), version 22. The level of significance was set at p < 0.05. Results were expressed as mean ± standard deviation.

Results

Different Sample Sizes

Visually marked data were used to train the CNN model, consisting of HFOs and the low-amplitude activity here termed non-HFO. The ratio of HFOs to non-HFOs was 1:1. Ninety percent of the data were taken as training samples, and the model was tested on the remaining 10%. Ripples and fast ripples, representing different physiological significance, were, respectively, applied to train the CNN model.

We changed the number of sample data points to test whether the sample size affects CNN performance; the results are shown in Figure 3. The more training samples were used, the more accurate was the detection of HFOs. As the number of training samples increased from 4,934 to 49,340, the accuracy of ripple detection increased from 87.84+1.97 to 90.83+1.78% (see Figure 3A). Similarly, the accuracy of fast ripple detection increased from 83.25±1.27 to 87.65±1.13% as the number of training samples increased from 1,973 to 19,730 (see Figure 3B).

FIGURE 3
www.frontiersin.org

Figure 3. Effects of different sample sizes on CNN performance. The green line represents the accuracy of HFOs (ripples for A and fast ripples for B), and the yellow line represents the accuracy of non-HFOs (non-ripples for A and non-fast ripples for B).

Selection of the Best Model

There are numerous parameters in a CNN that have a significant impact on its classification accuracy. The settings used tend to be based on experience and practical considerations. Thus, it was important to conduct quantitative analysis of the parameters in our CNN. Seven CNN models were taken into consideration in our initial analysis to select the best model, as shown in Table 2. We performed experiments using 10-fold cross-validation with all seven models on the same sample, with a total of 48,480 ripples and 48,480 non-ripples, as well as 19,730 fast ripples and 19,730 non-fast ripples.

TABLE 2
www.frontiersin.org

Table 2. The specifications of seven CNN models and their mean performance using 10-fold cross-validation.

Model M1 was designed based on the traditional concept wherein the number of kernels increases in each layer with increasing network depth, whereas in models M2 to M7 (pyramid models), the number of kernels decreased with increasing network depth. The pyramid models have the advantage of reducing the number of learning parameters compared with traditional models, which avoids the risk of overfitting.

The average performance results for 10-fold cross-validation of different models are shown in Table 2. The average accuracies (over all models) were 92.43% for ripples, 87.9% for non-ripples, 87.85% for fast ripples, and 92.47% for non-fast ripples. Based on the overall results, the pyramid models (M2 to M7) showed better performance than the traditional model (M1); in most cases, the best results were given by model M4 for ripples and M6 for fast ripples. The CNN worked better with a dropout of 0.5 and 64 neurons in the fully connected layer rather than 128 neurons. Model M4 was used to detect ripples and M6 was used for fast ripples for all further analysis in this study.

Selection of the Ratio of HFOs to non-HFOs

The specificity of HFOs is correlated with the rate of false positives, that is, the automatically detected events that do not overlap with visually marked HFOs. When an HFO: non-HFO ratio of 1:1 was used to train the CNN model, the accuracy was not satisfactory with either non-ripples or non-fast ripples. In order to minimize false positive rates and improve the specificity of HFO detection, we increased the ratio of HFOs to non-HFOs by increasing the number of non-HFOs to two, three, four, and five times the number of HFOs, while keeping the number of HFOs constant. As shown in Figure 4, increasing the number of non-HFOs raised the accuracy of non-HFO detection within a certain range; on the other hand, the sensitivity of HFO detection decreased. In order to improve the specificity of HFO detection while maintaining a reasonable sensitivity, we chose the ratio of ripples to non-ripples to be 1:4, and the ratio of fast ripples to non-fast ripples to be 1:3, to train the CNN model.

FIGURE 4
www.frontiersin.org

Figure 4. Effects of different ratios of HFOs to non-HFOs on performance of the CNN. The green solid line represents ripples, the blue solid line represents non-ripples, the green broken line represents fast ripples, and the blue broken line represents non-fast ripples.

Comparison of Visual and Automated Detection Results

The CNN model based on the optimum configuration was run to test the performance objectively. In this part, data from one patient were selected as the testing samples, and data from the remaining 18 patients were selected as the training samples. The results for six patients are shown in Table 3: the average sensitivities were 77.04% for ripples and 83.23% for fast ripples, and the average specificities were 72.27% for ripples and 79.36% for fast ripples. Our automated HFO detector based on the CNN model could detect HFOs well, and there were advantages in terms of computational time. Our detector took only about 20 s to process 5 min of 90 channels iEEG data using an Intel® Xeon® CPU E5-2650 v4 @ 2.2 GHz processor and 64 GB RAM.

TABLE 3
www.frontiersin.org

Table 3. Comparison of results between our detector and the other four detectors.

At present, the most important consequence of automated detection systems is the reduction in the time required for analysis and the elimination of subjective factors. It is also necessary to ensure a strong correlation between visual and automated analysis results. In this study, we calculated the Cohen's kappa coefficient of the visual marking and automated detection results for patient 1. The kappa values for the two results were 0.541 for ripples and 0.777 for fast ripples. Spearman's rank correlation was used to calculate the correlation between the automated detection and visual analysis results for each channel. The significant correlations (0.862 for ripples and 0.938 for fast ripples, p < 0.01) indicated that our detector achieved reliable estimates of HFO counts and reflected the topographical distribution of HFO generation. A visual representation of the distribution of HFOs for all electrodes is displayed below in Figure 5, showing the ripple and fast ripple counts for visual analysis and automated detection for patient 1 for each channel.

FIGURE 5
www.frontiersin.org

Figure 5. Comparison of results between visual marking and automated detection for patient 1. Blue and red represent ripples and fast ripples, respectively. (A) Patient 1: visual making results. (B) Patient 1: automatic detecting results.

Comparison With Four Other Detectors

To evaluate the performance of our detector, it was necessary to compare its results with those of other detectors for analysis of the same data. Here, we compared our detector with four well-known detectors implemented in the RIPPLELAB application (Navarrete et al., 2016), Short Time Energy detector (STE), Short Line Length detector (SLL), Hilbert detector (HIL), and MNI detector (MNI). Detailed descriptions of this algorithm are available in the original publication (Navarrete et al., 2016). The results of our comparison are presented in Table 3. Our detector showed markedly higher sensitivity (77.04% for ripples and 83.23% for fast ripples) and specificity (72.27% for ripples 79.36% for fast ripples) than the four detectors except the specificity of STE detector for ripples (83.14%) and the sensitivity of MNI detector for fast ripples (74.77%).

Comparison of HFO Rates in the EZ and Other Channels

In this study, we considered the brain area of the removed contacts of patient 1 as the EZ, for whom a good outcome was obtained (Engel I). The mean HFO rates in the 38 channels within the EZ were compared with those of 44 channels outside the EZ; the results are shown in Table 4. The mean HFO rates in the EZ were 32.9 for ripples and 25.4 for fast ripples. In the other channels, the mean HFO rates were 16.2 for ripples and 2.2 for fast ripples. The Mann-Whitney U-test was employed to compare the HFO rates in the EZ and other channels, showing that HFO rates were significantly higher in the EZ channels than outside (p < 0.05).

TABLE 4
www.frontiersin.org

Table 4. Mean HFO rates for channels in the EZ and other channels.

Missed HFOs and False Detections of Our Detector

Our detector showed excellent comprehensive performance in detecting ripples and fast ripples from iEEG signals, but there were still some missed HFOs and false detections. Some typical examples of these are shown in Figure 6. Our detector was not sensitive to HFOs with low amplitudes, and sharp transients (e.g., epileptic spikes or sharp waves) might have been misclassified as HFOs owing to their high-pass filter response as oscillations, leading to an overestimation of HFO rates (Benar et al., 2010).

FIGURE 6
www.frontiersin.org

Figure 6. Example of missed HFOs and false detections in the first patient. The dotted rectangles represent ripples marked only by visual detections. The red lines delineate false detections.

Discussion

HFOs are considered to be promising biomarkers for the identification of EZ (Jacobs et al., 2010, 2012; Cimbalnik et al., 2016). Visual marking is characterized by its heavy workload, consumption of time, and vulnerability to errors. In this study, an efficient and novel framework was integrated with CNN for the automated detection of HFOs, as a solution to this challenging medical processing problem. This approach is expected to relieve the burden on clinicians and to provide a useful tool for HFO detection in clinical settings. Compared with the four other detectors, our detector achieved better comprehensive performance: a higher sensitivity (77.04% for ripples and 83.23% for fast ripples) and specificity (72.27% for ripples and 79.36% for fast ripples). In addition, our detector could automatically analyze ripples and fast ripples separately, enabling direct comparison of HFOs in two different frequency bands. Thus, our detector has significant potential for use in clinical practice.

Parameter Optimization

Various parameters determine both the computational performance and the accuracy of a CNN model. We compared the classification performance of our models under different parameter conditions; the results are presented in Table 2. Changes in parameters were correlated with changes in accuracy of HFOs. The models M1 and M2 achieved accuracies of 90.83 and 92.33%, respectively, for ripples, indicating that pyramid models (M2 to M7) performed better than the traditional model (M1). The early CNN model proposed by Lecun et al. (1998) introduced the strict pyramidal approach. Ullah et al. (Ullah and Petrosino, 2016) also demonstrated that giving pyramidal structure to CNNs can allow the number of parameters to be scaled down, as well as reducing memory consumption on disk; thus, the simple strict pyramidal model outperforms many existing sophisticated approaches.

As shown in Table 2, the CNN with model M4 provided the best results for ripples, while the model M6 was best for fast ripples. Both of them showed slightly higher performance than others but involved the minimum number of parameters among all the models. Model M4 and M6 were adopted for all other analysis processes in this work, as they were considered the optimal models.

Comparison With Other Four Detectors

Several automated HFO detectors have been reported, some of which were high specific, but low sensitive. In this study, we compared our detector with the other four detectors provided by RIPPLELAB (Navarrete et al., 2016), STE detector, SLL detector, HIL detector, and MNI detector. Our detector utilized the CNN model to detect HFOs from iEEG signals. This model resulted in excellent sensitivity (77.04% for ripples and 83.23% for fast ripples) and specificity (72.27% for ripples and 79.36% for fast ripples). Our detector had a better performance than the SLL detector, HIL detector, and MNI detector. Although the STE detector had a higher specificity (83.14%) for ripples than our detector, its sensitivity (14.74% for ripples and 16.37% for fast ripples) was much lower than ours. The sensitivity is as significant as the specificity, because a detector with low sensitivity cannot delineate the distribution of HFOs in different channels, while low specificity may overestimate the amount of excitatory tissue that needs to be resected according to HFO analysis. Based on full consideration of these two factors, our detector seemed to perform better than the other four detectors. Only detectors with excellent sensitivity and specificity are appropriate for clinical use.

Resection of HFO-Generating Areas Correlates With Outcome of Epilepsy Surgery

As was shown in many of the previous studies, brain regions with a high rate of HFOs are often correlated with EZ (Jacobs et al., 2010; Wu et al., 2010; Dumpelmann et al., 2015). Signal processing aims to detect HFOs from iEEG signals and to identify electrode sites exhibiting high HFO rates. For patient 1, the Cohen's kappa coefficient demonstrated excellent concordance between the visual marking and automated detection results (0.541 for ripples and 0.777 for fast ripples) for our detector. In addition, the high Spearman's rank correlation between the visual analysis and automated detection (0.862 for ripples and 0.938 for fast ripples, p < 0.01) indicated that our detector is a practical tool for identifying channels with high HFO counts. Brain areas containing LIF 3-12, LC 1-8, and LSF 1-12 were removed by surgery. As shown in Figure 5, most of the brain tissue with high HFO rates was resected, resulting in a good outcome (Engel I).

Our automated detector also provided reliable information about the distribution of HFO rates between channels (see Table 4). The mean HFO rates were significantly higher in EZ channels than elsewhere (Mann–Whitney U-test, p < 0.05). This indicates that HFO rates can provide additional information about patient outcomes.

The Optimal Ratio of HFOs and non-HFOs

Our automated detector was designed as a supplementary diagnostic tool for the localization of EZ requiring surgical resection. Thus, the detector required good sensitivity and specificity, with a need to remove as many false positive events as possible with a reasonable sensitivity. The specificity of HFOs is correlated with the accuracy of non-HFOs. Hence, the accuracy of non-HFOs was improved so as to enhance the specificity of HFOs. When a sample with a 1:1 ratio of HFOs:non-HFOs was used to train the CNN model, the accuracy was not satisfactory for detecting either non-ripples or non-fast ripples. Subdividing the iEEG signals in HFOs and non-HFOs resulted in too many types of activities (e.g., baseline, epileptic spikes, and sharp waves) being contained in the non-HFOs, which made the non-HFO data insufficient. Therefore, we increased the number of non-HFOs to two, three, four, and five times the number of HFOs, with the number of HFOs kept constant, so as to improve the accuracy of non-HFOs. As shown in Figure 3, increasing the number of non-HFOs did raise the accuracy of non-HFOs within a certain range, on the other hand, the sensitivity of HFOs decreased. To improve the specificity of HFOs with a reasonable sensitivity, we chose a ratio of ripples to non-ripples of 1:4, and a ratio of fast ripples to non-fast ripples of 1:3, to train the CNN model.

Limitations and Future Work

Although the CNN model overcame some important issues in HFO detection, there still were some limitations. A potential weakness of implementing the CNN model in this way is that it did not utilize any cross-channel information. Moreover, the CNN model could not obtain the start and stop time, amplitude, or energy of HFOs. Future work should focus on further enhancement of performance of the CNN model.

Conclusion

With the continuous accumulation of medical data, there is an increasing need for the feature extraction and classification to predict class labels for patient's clinical data. In this study, we present an efficient detector powered by the CNN to detect ripples and fast ripples automatically. This method has achieved satisfactory performance compared with existing approaches, which might be utilized in a clinical setting in the future. Our detector is, therefore, valuable for identifying EZ during pre-surgical or intraoperative evaluation.

Author Contributions

RZ and JW designed the study, implemented the algorithms, performed data analysis, and wrote the manuscript. XL, CZ, and CJ selected and pre-processed the iEEG data. YL and CL performed data analysis and helped to produce the tables and figures. XG and ZR provided advice and guidance. XY and XZ provided the research ideas and revised the manuscript. All authors revised and approved the final version of the article.

Funding

This work was supported by the Capital Health Research and Development Special Fund (2016-1-2011) National Natural Science Foundation of China (61701323, 81771909, 81671367, 81790653).

Conflict of Interest Statement

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Supplementary Material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fncom.2019.00006/full#supplementary-material

References

Achilles, F., Tombari, F., Belagiannis, V., Loesch, A. M., Noachtar, S., and Navab, N. (2016). Convolutional neural networks for real-time epileptic seizure detection. Comput. Methods Biomech. Biomed. Eng. 6, 264–269. doi: 10.1080/21681163.2016.1141062

CrossRef Full Text | Google Scholar

Alotaibi, A., and Mahmood, A. (2016). Deep face liveness detection based on nonlinear diffusion using convolution neural network. Signal Image Video Process. 11, 713–720. doi: 10.1007/s11760-016-1014-2

CrossRef Full Text | Google Scholar

Benar, C. G., Chauviere, L., Bartolomei, F., and Wendling, F. (2010). Pitfalls of high-pass filtering for detecting epileptic oscillations: a technical note on “false” ripples. Clin. Neurophysiol. 121, 301–310. doi: 10.1016/j.clinph.2009.10.019

PubMed Abstract | CrossRef Full Text | Google Scholar

Bragin, A., Engel, J. Jr., Wilson, C. L., Fried, I., and Buzsáki, G. (1999). High-frequency oscillations in human brain. Hippocampus 9, 137–142. doi: 10.1002/(SICI)1098-1063(1999)9:2<137::AID-HIPO5>3.0.CO;2-0

PubMed Abstract | CrossRef Full Text | Google Scholar

Burnos, S., Hilfiker, P., Surucu, O., Scholkmann, F., Krayenbuhl, N., Grunwald, T., et al. (2014). Human intracranial high frequency oscillations (HFOs) detected by automatic time-frequency analysis. PLoS ONE 9:e94381. doi: 10.1371/journal.pone.0094381

PubMed Abstract | CrossRef Full Text | Google Scholar

Cendes, F., and Meador, K. J. (2018). Searching for the good and bad high-frequency oscillations. Neurology 90, 347–348. doi: 10.1212/WNL.0000000000005008

PubMed Abstract | CrossRef Full Text | Google Scholar

Chaibi, S., Sakka, Z., Lajnef, T., Samet, M., and Kachouri, A. (2013). Automated detection and classification of high frequency oscillations (HFOs) in human intracereberal EEG. Biomed. Signal Process. Control 8, 927–934. doi: 10.1016/j.bspc.2013.08.009

CrossRef Full Text | Google Scholar

Chou, C. W., Chen, C., Kwan, S. Y., and Wu, S. C. (2016). “Multi-channel algorithms for epileptic high-frequency oscillation detection,” in Conf Proc IEEE Eng Med Biol Soc (Orlando, FL), 948–951.

Google Scholar

Cimbalnik, J., Hewitt, A., Worrell, G., and Stead, M. (2018). The CS algorithm: a novel method for high frequency oscillation detection in EEG. J. Neurosci. Methods 293, 6–16. doi: 10.1016/j.jneumeth.2017.08.023

PubMed Abstract | CrossRef Full Text | Google Scholar

Cimbalnik, J., Kucewicz, M. T., and Worrell, G. (2016). Interictal high-frequency oscillations in focal human epilepsy. Curr. Opin. Neurol. 29, 175–181. doi: 10.1097/WCO.0000000000000302

PubMed Abstract | CrossRef Full Text | Google Scholar

Dumpelmann, M., Jacobs, J., Kerber, K., and Schulze-Bonhage, A. (2012). Automatic 80-250Hz “ripple” high frequency oscillation detection in invasive subdural grid and strip recordings in epilepsy by a radial basis function neural network. Clin. Neurophysiol. 123, 1721–1731. doi: 10.1016/j.clinph.2012.02.072

PubMed Abstract | CrossRef Full Text | Google Scholar

Dumpelmann, M., Jacobs, J., and Schulze-Bonhage, A. (2015). Temporal and spatial characteristics of high frequency oscillations as a new biomarker in epilepsy. Epilepsia 56, 197–206. doi: 10.1111/epi.12844

PubMed Abstract | CrossRef Full Text | Google Scholar

Fedele, T., van 't Klooster, M., Burnos, S., Zweiphenning, W., van Klink, N., Leijten, F., et al. (2016). Automatic detection of high frequency oscillations during epilepsy surgery predicts seizure outcome. Clin. Neurophysiol. 127, 3066–3074. doi: 10.1016/j.clinph.2016.06.009

PubMed Abstract | CrossRef Full Text | Google Scholar

Gao, X., Lin, S., and Wong, T. Y. (2015). Automatic feature learning to grade nuclear cataracts based on deep learning. IEEE Trans. Biomed. Eng. 62, 2693–2701. doi: 10.1109/TBME.2015.2444389

PubMed Abstract | CrossRef Full Text | Google Scholar

Gardner, A. B., Worrell, G. A., Marsh, E., Dlugos, D., and Litt, B. (2007). Human and automated detection of high-frequency oscillations in clinical intracranial EEG recordings. Clin. Neurophysiol. 118, 1134–1143. doi: 10.1016/j.clinph.2006.12.019

PubMed Abstract | CrossRef Full Text | Google Scholar

Gliske, S. V., Irwin, Z. T., Davis, K. A., Sahaya, K., Chestek, C., and Stacey, W. C. (2016). Universal automated high frequency oscillation detector for real-time, long term EEG. Clin. Neurophysiol. 127, 1057–1066. doi: 10.1016/j.clinph.2015.07.016

PubMed Abstract | CrossRef Full Text | Google Scholar

Holden, E. W., Thanh Nguyen, H., Grossman, E., Robinson, S., Nelson, L. S., Gunter, M. J., et al. (2005). Estimating prevalence, incidence, and disease-related mortality for patients with epilepsy in managed care organizations. Epilepsia 46, 311–319. doi: 10.1111/j.0013-9580.2005.30604.x

PubMed Abstract | CrossRef Full Text | Google Scholar

Ioffe, S., and Szegedy, C. (2015). “Batch normalization: accelerating deep network training by reducing internal covariate shift,” in Proceedings of the 32nd International Conference on Machine Learning (Lille), 448–456.

Google Scholar

Jacobs, J., Staba, R., Asano, E., Otsubo, H., Wu, J. Y., Zijlmans, M., et al. (2012). High-frequency oscillations (HFOs) in clinical epilepsy. Prog. Neurobiol. 98, 302–315. doi: 10.1016/j.pneurobio.2012.03.001

PubMed Abstract | CrossRef Full Text | Google Scholar

Jacobs, J., Zijlmans, M., Zelmann, R., Chatillon, C. E., Hall, J., Olivier, A., et al. (2010). High-frequency electroencephalographic oscillations correlate with outcome of epilepsy surgery. Ann. Neurol. 67, 209–220. doi: 10.1002/ana.21847

PubMed Abstract | CrossRef Full Text | Google Scholar

Jirsch, J. D., Urrestarazu, E., LeVan, P., Olivier, A., Dubeau, F., and Gotman, J. (2006). High-frequency oscillations during human focal seizures. Brain 129(Pt 6), 1593–1608. doi: 10.1093/brain/awl085

PubMed Abstract | CrossRef Full Text | Google Scholar

Johansen, A. R., Jin, J., Maszczyk, T., Dauwels, J., Cash, S. S., and Westover, M. B. (2016). “Epileptiform spike detection via convolutional neural networks,” in Proc IEEE Int Conf Acoust Speech Signal Process (Shanghai), 754–758.

Google Scholar

Kaur, P. (2016). Mammogram image nucleus segmentation and classification using convolution neural network classifier. Int. J. Adv. Res. Ideas Innov. Technol. 2, 1–12.

Google Scholar

Kwan, P., and Brodie, M. J. (2000). Early identification of refractory epilepsy. N. Engl. J. Med. 342, 314–319. doi: 10.1056/NEJM200002033420503

PubMed Abstract | CrossRef Full Text | Google Scholar

LeCun, Y., Bengio, Y., and Hinton, G. (2015). Deep learning. Nature 521, 436–444. doi: 10.1038/nature14539

PubMed Abstract | CrossRef Full Text | Google Scholar

Lecun, Y., Bottou, L., Bengio, Y., and Haffner, P. (1998). Gradient-based learning applied to document recognition. Proc. IEEE 86, 2278–2324. doi: 10.1109/5.726791

CrossRef Full Text | Google Scholar

Li, Q., Cai, W., Wang, X., Zhou, Y., Feng, D. D., and Chen, M. (2014). “Medical image classification with convolutional neural network,” in 2014 13th International Conference on Control Automation Robotics and Vision (ICARCV) (Singapore), 844–848.

Google Scholar

Lopez-Cuevas, A., Castillo-Toledo, B., Medina-Ceja, L., Ventura-Mejia, C., and Pardo-Pena, K. (2013). An algorithm for on-line detection of high frequency oscillations related to epilepsy. Comput. Methods Programs Biomed. 110, 354–360. doi: 10.1016/j.cmpb.2013.01.014

PubMed Abstract | CrossRef Full Text | Google Scholar

Makeyev, O., Musngi, M., Lee, F., and Tamayo, M. (2017). “Recent advances in high-frequency oscillations and seizure onset detection using laplacian electroencephalography via tripolar concentric ring electrodes,” in Proceedings of the 4th International Electronic Conference on Sensors and Applications (Basel), 117.

Google Scholar

Navarrete, M., Alvarado-Rojas, C., Le Van Quyen, M., and Valderrama, M. (2016). RIPPLELAB: A comprehensive application for the detection, analysis and classification of high frequency oscillations in electroencephalographic signals. PLoS ONE 11:e0158276. doi: 10.1371/journal.pone.0158276

PubMed Abstract | CrossRef Full Text | Google Scholar

Pail, M., Halamek, J., Daniel, P., Kuba, R., Tyrlikova, I., Chrastina, J., et al. (2013). Intracerebrally recorded high frequency oscillations: simple visual assessment versus automated detection. Clin. Neurophysiol. 124, 1935–1942. doi: 10.1016/j.clinph.2013.03.032

PubMed Abstract | CrossRef Full Text | Google Scholar

Pati, S., and Alexopoulos, A. V. (2010). Pharmacoresistant epilepsy: from pathogenesis to current and emerging therapies. Cleve Clin. J. Med. 77, 457–467. doi: 10.3949/ccjm.77a.09061

PubMed Abstract | CrossRef Full Text | Google Scholar

Ren, G. P., Yan, J. Q., Yu, Z. X., Wang, D., Li, X. N., Mei, S. S., et al. (2018). Automated detector of high frequency oscillations in epilepsy based on maximum distributed peak points. Int. J. Neural Syst. 28:1750029. doi: 10.1142/S0129065717500290

PubMed Abstract | CrossRef Full Text | Google Scholar

Schmidhuber, J. (2015). Deep learning in neural networks: an overview. Neural Netw. 61, 85–117. doi: 10.1016/j.neunet.2014.09.003

PubMed Abstract | CrossRef Full Text | Google Scholar

Sors, A., Bonnet, S., Mirek, S., Vercueil, L., and Payen, J.-F. (2018). A convolutional neural network for sleep stage scoring from raw single-channel EEG. Biomed. Signal Process. Control 42, 107–114. doi: 10.1016/j.bspc.2017.12.001

CrossRef Full Text | Google Scholar

Staba, R. J., Wilson, C. L., Bragin, A., Fried, I., and Jr, J.E. (2002). Quantitative analysis of high-frequency oscillations (80–500 Hz) recorded in human epileptic hippocampus and entorhinal cortex. J. Neurophysiol. 88:1743. doi: 10.1152/jn.00322.2002

PubMed Abstract | CrossRef Full Text | Google Scholar

Tamilia, E., Madsen, J. R., Grant, P. E., Pearl, P. L., and Papadelis, C. (2017). Current and emerging potential of magnetoencephalography in the detection and localization of high-frequency oscillations in epilepsy. Front. Neurol. 8:14. doi: 10.3389/fneur.2017.00014

PubMed Abstract | CrossRef Full Text | Google Scholar

Ullah, I., and Petrosino, A. (2016). “About pyramid structure in convolutional neural networks,” in 2016 International Joint Conference on Neural Networks (IJCNN) (Vancouver, BC), 1318–1324.

Google Scholar

Wang, L., Wang, W., Yan, T., Song, J., Yang, W., Wang, B., et al. (2017). Beta-band functional connectivity influences audiovisual integration in older age: an EEG study. Front. Aging Neurosci. 9:239. doi: 10.3389/fnagi.2017.00239

PubMed Abstract | CrossRef Full Text | Google Scholar

Wu, J. Y., Sankar, R., Lerner, J. T., Matsumoto, J. H., Vinters, H. V., and Mathern, G. W. (2010). Removing interictal fast ripples on electrocorticography linked with seizure freedom in children. Neurology 75, 1686–1694. doi: 10.1212/WNL.0b013e3181fc27d0

PubMed Abstract | CrossRef Full Text | Google Scholar

Yan, T., Dong, X., Mu, N., Liu, T., Chen, D., Deng, L., et al. (2017a). Positive classification advantage: tracing the time course based on brain oscillation. Front. Hum. Neurosci. 11:659. doi: 10.3389/fnhum.2017.00659

PubMed Abstract | CrossRef Full Text | Google Scholar

Yan, T., Feng, Y., Liu, T., Wang, L., Mu, N., Dong, X., et al. (2017b). Theta oscillations related to orientation recognition in unattended condition: a vMMN study. Front. Behav. Neurosci. 11:166. doi: 10.3389/fnbeh.2017.00166

PubMed Abstract | CrossRef Full Text | Google Scholar

Zelmann, R., Mari, F., Jacobs, J., Zijlmans, M., Chander, R., and Gotman, J. (2010). “Automatic detector of high frequency oscillations for human recordings with macroelectrodes,” in 2010 Annual International Conference of the IEEE Engineering in Medicine and Biology (Buenos Aires), 2329–2333.

Google Scholar

Zelmann, R., Zijlmans, M., Jacobs, J., Chatillon, C. E., and Gotman, J. (2009). Improving the identification of high frequency oscillations. Clin. Neurophysiol. 120, 1457–1464. doi: 10.1016/j.clinph.2009.05.029

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: epilepsy, convolutional neural network, high-frequency oscillations, ripples, fast ripples, automated detection

Citation: Zuo R, Wei J, Li X, Li C, Zhao C, Ren Z, Liang Y, Geng X, Jiang C, Yang X and Zhang X (2019) Automated Detection of High-Frequency Oscillations in Epilepsy Based on a Convolutional Neural Network. Front. Comput. Neurosci. 13:6. doi: 10.3389/fncom.2019.00006

Received: 03 September 2018; Accepted: 18 January 2019;
Published: 12 February 2019.

Edited by:

Tianyi Yan, Beijing Institute of Technology, China

Reviewed by:

Joachim Hass, Central Institute for Mental Health, Germany
James Tao, University of Chicago, United States

Copyright © 2019 Zuo, Wei, Li, Li, Zhao, Ren, Liang, Geng, Jiang, Yang and Zhang. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Xiaofeng Yang, xiaofengyang@yahoo.com
Xu Zhang, zhangxu@ccmu.edu.cn

These authors have contributed equally to this work

Download