Spike Detection Algorithm Based On Multi-Channel of BECT - Wang2020
Spike Detection Algorithm Based On Multi-Channel of BECT - Wang2020
fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TCSII.2020.2992285, IEEE
Transactions on Circuits and Systems II: Express Briefs
IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMSłII: EXPRESS BRIEFS, VOL. X, NO. X, X 2020 1
Abstract—Benign childhood epilepsy with centro-temporal of the automatic spike detection in academia [5]. Since then,
spikes (BECT) is one of the most common epilepsy syndromes in according to the characteristics of epileptiform spikes, many
childhood which is typically characterized by localized discharges different spike detection algorithms have been researched,
in the central and temporal regions. Traditionally, the recognition
of spikes requires visual assessment of long-term EEG recordings including morphology, signal correlation, sub-band decompo-
which is time consuming and subjective because it depends on sition, and feature engineering [6], [7]. Nishida et al. used
the knowledge and experience of the doctor. Therefore, a novel morphological filter to decompose background EEG and spike
multi-step spike detection algorithm based on average reference [8]. Open-closing and close-opening operation can separate
(AV) channel and bipolar (BP) channel BECT EEG is proposed, positive and negative pulses in EEG signals at the same
including candidate spike detection algorithm, false positive
spike (FPS) elimination, spike feature extraction and random time, but the anti-expandability of open operation and the
forest (RF) classification. The proposed method is evaluated expansibility of close operation will cause statistical bias [9],
using 7 routine EEG recordings. This paper shows that the [10]. Based on this situation, Xu et al. constructed a mor-
sensitivity (Sen), specificity (Spe), selectivity (Sel) and accuracy phological open-closing combination filter, which eliminated
(AC) obtained by the proposed method are 97.4%, 96.5%, 96.6% the statistical bias of amplitude, and effectively suppressed
and 96.9%, respectively. Experimental results show that the
proposed method is capable of detecting BECT spikes efficiently. background EEG while retaining the spike characteristics [11].
This paper adopts a brain partition detection method to re-
duce the computational load of spike classification. Firstly, the
Index Terms—BECT spikes, AV channel, BP channel, candi-
date spike detection, FPS elimination. energy of each average reference (AV) channel is calculated in
the 4 EEG regions divided by brain partition detection method,
and the discharge region of the BECT spike is determined
I. I NTRODUCTION based on the signal energy. Then, the three AV channels in
ENIGN childhood epilepsy with centro-temporal spikes the region are screened for spikes, and the candidate spikes
B (BECT) is the most common form of benign epilepsy in
children [1]. The main population of BECT is school-age chil-
are obtained through an adaptive template matching algorithm.
Next, false positives spikes (FPS) are eliminated and the
dren, also known as benign rolandic epilepsy, which accounts possible spikes are separated into two groups of non-spikes
for 15%-20% of childhood epilepsy [2]. Electroencephalogram and possible spikes. Finally, the proposed spike model is
(EEG) is formed by the sum of postsynaptic potentials that applied to these two groups of spikes for further classification.
occur simultaneously in a large number of neurons during The rest of the paper is organized as follows. In Section
brain activity [3]. The background activity of EEG is the most II, materials and methods are described. The experimental
direct reflection of cerebral cortical discharges [4]. results are given in Section III. Conclusion and discussions
In 1972, Stevens et al. first attempted to extract epileptic are described in Section IV.
spikes from long-term EEG signals, and started the research
1549-7747 (c) 2020 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
Authorized licensed use limited to: UNIVERSITY OF BIRMINGHAM. Downloaded on May 10,2020 at 19:41:20 UTC from IEEE Xplore. Restrictions apply.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TCSII.2020.2992285, IEEE
Transactions on Circuits and Systems II: Express Briefs
IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMSłII: EXPRESS BRIEFS, VOL. X, NO. X, X 2020 2
TABLE I
D URATIONS , L OCATIONS OF SPIKES AND NUMBERS OF SPIKES FOR EACH EEG RECORDING IN TRAINING DATASET AND TEST DATASET
Name Duration of training data Duration of test data Training spikes Test spikes Locations of spikes
S1 10 min 5 s 10 min 5 s 286 257 C3, C4, P3, P4, T3, T5
S2 10 min 6 s 10 min 6 s 454 559 C3, P3, T3, T4, T5, T6
S3 29 min 54 s 29 min 54 s 486 453 C4, P4, F8, T4
S4 10 min 6 s 10 min 6 s 332 386 C3, C4, P3, P4, T4
S5 9 min 58 s 9 min 58 s 567 806 C3, C4, P3, P4, F8, T4
S6 30 min 21 s 30 min 21 s 72 68 C3, C4
S7 40 min 45 s 40 min 45 s 61 63 C4, T4
Sum 141 min 15 s 141 min 15 s 2258 2592 -
D. FPS Elimination
Fig. 2. A schematic diagram of brain partition. There is a large number of false spikes in the candidate
spikes, which seriously affects the performance of the random
1549-7747 (c) 2020 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
Authorized licensed use limited to: UNIVERSITY OF BIRMINGHAM. Downloaded on May 10,2020 at 19:41:20 UTC from IEEE Xplore. Restrictions apply.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TCSII.2020.2992285, IEEE
Transactions on Circuits and Systems II: Express Briefs
IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMSłII: EXPRESS BRIEFS, VOL. X, NO. X, X 2020 3
E. Feature Extraction
After FPS elimination, 10 features of each channel are Fig. 5. The block diagram for BCI system.
calculated for subsequent classification. These 10 features are
divided into 4 categories, including duration, amplitude, slope,
and area. Table II lists the calculations and descriptions of III. R ESULTS
these features, and a reference diagram for feature extraction A. Evaluation Metrics
is given by Fig. 4. The 30 features from one AV channel and In order to evaluate the generality of the proposed method,
two related BP channels are extracted as a spike feature vector. confusion matrix (CM) will be calculated to show the differ-
ence between the result given by the proposed method and the
marks of experts as shown in Eq. (1).
[ ]
TN FP
CM = (1)
FN TP
The sensitivity (Sen), specificity (Spe), selectivity (Sel) and
accuracy (AC) are given by Eq. (2)-(5).
TP
Sen = (2)
TP + FN
TN
Spe = (3)
TN + FP
Fig. 4. Reference diagram for feature extraction.
TP
Sel = (4)
TP + FP
1549-7747 (c) 2020 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
Authorized licensed use limited to: UNIVERSITY OF BIRMINGHAM. Downloaded on May 10,2020 at 19:41:20 UTC from IEEE Xplore. Restrictions apply.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TCSII.2020.2992285, IEEE
Transactions on Circuits and Systems II: Express Briefs
IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMSłII: EXPRESS BRIEFS, VOL. X, NO. X, X 2020 4
TABLE II
F EATURES EXTRACTED FROM ONE EEG CHANNEL
1549-7747 (c) 2020 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
Authorized licensed use limited to: UNIVERSITY OF BIRMINGHAM. Downloaded on May 10,2020 at 19:41:20 UTC from IEEE Xplore. Restrictions apply.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TCSII.2020.2992285, IEEE
Transactions on Circuits and Systems II: Express Briefs
IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMSłII: EXPRESS BRIEFS, VOL. X, NO. X, X 2020 5
1549-7747 (c) 2020 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
Authorized licensed use limited to: UNIVERSITY OF BIRMINGHAM. Downloaded on May 10,2020 at 19:41:20 UTC from IEEE Xplore. Restrictions apply.