Abstract
Introduction
Existing automated seizure detection algorithms report sensitivities between 43–77% and specificities between 56–90%. The algorithms suffer from false alarms when applied to neonatal EEG, due to the high degree of nurse handling and rhythmic patting employed to soothe neonates. Computer vision technology that quantifies movement in real time could distinguish artifactual motion and improve automated neonatal seizure detection algorithms.
Methods
We utilized video EEG recordings from 43 neonates undergoing monitoring for seizures as part of the NEOLEV2 clinical trial. The Persyst neonatal automated seizure detection algorithm ran in real-time during study EEG acquisitions. We applied computer vision algorithms to extract detailed accounts of artifactual movement of the neonate or people near the neonate though dense optical flow estimation.
Results
Using the methods mentioned above, we identified and quantified 197 periods of patting activity, of which 45 generated false positive automated seizure detection events. A binary patting detection algorithm was trained with a subset of 470 event videos. This supervised detection algorithm was applied to a testing subset of 187 event videos with eight false positive events, which resulted in a 24% reduction in false-positives automated seizure detections and a 50% reduction in false-positive events caused by neonatal care patting, while maintaining 11 of 12 true-positive seizure-detection events.
Conclusions
This work presents a novel approach to improving automated seizure detection algorithms used during neonatal video EEG monitoring. Our artifact detection mechanism can improve the ability of a seizure detector algorithm to distinguish between artifact and true seizure activity.
Keywords: electroencephalogram, epilepsy monitoring, seizure, neonatal, seizure detection, optical flow, computer vision
Introduction
Automated software detection of seizures is a budding technology. Despite recent advances in software algorithms (1–25), artifact and false positive events often limit their overall utility in a clinical setting (26, 27). One artifact-generating event in neonates is gentle rhythmic patting done by nursing during routine care, such as diaper changing and burping. Neonatal EEGs are very susceptible to this type of artifact due to their frequent need for nursing care. Due to the rhythmicity of the patting, these events can often mimic seizure on EEG and cause false alarms by seizure detection software. One potential solution is to employ computer vision to detect rhythmic patting using the recorded video during continuous EEG monitoring. This paper presents a novel method of patting detection with optical flow imaging using a large dataset from the NEOLEV2 trial (NCT01720667). Optical flow provides the directionality and velocity of apparent movement of patterns between sequential images.
Materials and Methods
2.1. Video acquisition
We utilized video EEG recordings from neonates undergoing monitoring for seizures as part of the NEOLEV2 clinical trial. IRB approval was granted by the primary site (UC San Diego, San Diego, CA) and all other study sites. The Persyst Version 12 neonatal automated seizure detector ran in real time during study EEG acquisitions. Inclusion criteria for the NEOLEV2 study included: (1) newborns with or at risk for seizure, (2) term infants with gestational age 36–44 weeks and less than 2 weeks of age, and (3) greater than 2200 grams. Parental consent was obtained for all patients. Subjects were excluded if they had received any prior anticonvulsants, if serum creatinine was greater than 1.6 mg/dL, or if seizures were due to correctable metabolic abnormalities. Subjects in whom death was thought imminent were also excluded from the study. Subjects in whom video EEG monitoring could not be commenced prior to the need to treat definite clinical seizure activity were not recruited. NEOLEV2 inclusion criteria included recruitment of hypoxic ischemic encephalopathy (HIE) neonates. However, the studies utilized in this analysis did not include the HIE neonates. Standard neonatal anterior-posterior bipolar montages were utilized for first screening of the EEG. Because these EEGs were captured digitally, if necessary, other referential montages were utilized by the neurophysiologist for confirmation of events.
The video and EEG data were acquired by Cadwell systems (http://www.cadwell.com/). The video sequences were compressed with an MPEG-4 compression before they were stored. The resolution of the used video data was 320 × 240 pixels sampled at a rate of 30 frames per second. The camera was placed so that the neonate’s crib was in the center of the video. The data were labeled with the starting and ending time points of the patting epochs, automated seizure detection event times, and neurophysiologist-verified seizure event times. Each dataset included 24 hours of video with a varying number of labeled events. The quantified data from these videos was analyzed in conjunction with synchronized EEG annotated information, including automated seizure detections. Each annotated event was labeled as either (1) actual seizure event, (2) automated seizure detection event (ASDE), and/or (3) patting event. For each event, twenty seconds of video centered on each were extracted, converted to grayscale, and then time-smoothed by averaging over three frames of consecutive video. Since the image was centered to the neonate, we used radial coordinates with the center of the video as the origin, and we limited our detection algorithm to the inner 25% portion of the video.
2.2. Optical flow algorithm
For each video sequence, we applied computer vision algorithms to extract detailed accounts of neonate and surrounding movement behavior through dense optical flow estimation. We used the Farneback optical flow method (28) with three pyramidal layers each reducing the image by half in each layer, three search iterations per pyramid, a neighborhood pixel size of five, and a Gaussian filter size of 15.
Then, using polar coordinates with the center of the image as the origin, we obtained the summation of the radial-projecting component (Vin) of each Cartesian optical flow velocity vector (Vx, Vy). Shown in Eq 1, a negative Vin was defined as outward projecting, and positive Vin was defined as inward projecting. Thus, an overall negative Vin could represent a person’s hand with a velocity projecting away from the center of the image (or neonate in this scenario), and a positive Vin could represent an inward-projecting hand. Height and width were pixel size 320 and 240, respectively.
| Eq. 1 |
We next obtained the average spectral density of Vin surrounding each actual seizure detection event, automated seizure event, and patting event. A frequency-domain patting detection algorithm was then built using the spectral analysis of patting events. We used a grid search method to test video sample lengths from one to 20 seconds, fast Fourier transform (FFT) Welch filter lengths from one to 20 seconds, power spectral density (PSD) frequency target frequency ranges from zero to six hertz, and a threshold level from zero to 100 percent of the summated target PSD frequency range. Finally, using a testing set of videos, when the filtered optical flow was more than the PSD threshold level, the motion events were decided, and we showed that the optical flow visual learning algorithm could recognize patting events.
Results
3.1. Data Description
We analyzed 320×240 pixel 24 hour-length videos and annotated EEG files (n=43) in the neonatal intensive care unit at our hospitals. Using the methods mentioned above, we quantified and identified 197 periods of patting activity, 310 automated seizure detection events (ASDEs), and 99 actual seizure events across all 43 babies(Table 1). Of note, ASDEs were omitted if they were within 20 seconds of a prior ASDE. Concomitant seizure and ASDEs were identified if they occurred within 60 seconds of each other. Likewise, concomitant ASDE / patting events and seizure / patting events were identified if they occurred within 20 seconds of each other. With these parameters, we identified 45 concomitant patting and ASDEs, of which there were no associated actual seizures, and 152 individual patting events not associated with any ASDEs. Overall, the false detection rate of the automated seizure detector was 0.25 false positives per hour. Patients had an average and standard deviation of 4.6 ± 9.4 patting events, 7.3 ± 13.9 automated seizure detection events, and 2.3 ± 6.3 seizure events.
Table 1:
List of individual and concomitant seizure, seizure detection events, and patting events.
| Event | Quantity |
|---|---|
| Seizure | 99 |
| Seizure Detection Event (ASDE) | 310 |
| Patting | 197 |
| Patting + Seizure | 0 |
| Patting + No Seizure | 197 |
| Patting + ASDE | 45 |
| Patting + ASDE + Seizure | 0 |
| Patting + ASDE + No Seizure | 45 |
| Patting + No ASDE | 152 |
| Patting + No ASDE + Seizure | 0 |
| Patting + No ASDE + No Seizure | 152 |
Automated seizure detection event (ASDE)
3.2. Performance Metrics
A binary patting detection algorithm was trained with subset of random 470 event videos (140 patting events, 68 seizure events, 222 ASDEs, 40 random infant movement events). Optimal results were found with a sample size of four seconds, FFT Welch length of two seconds, and threshold level of the power spectral density (PSD) between one to six hertz (Fig 1). This supervised detection algorithm was applied to the remaining testing subset of 187 events, which resulted in 50% reduction in false positive automated seizure detection events caused by neonate care patting, while maintaining 11 of 12 true positive seizure events (Table 2, 3). These results were further confirmed with a 1000-fold validation run on randomized event subsets, which revealed a (mean ± standard deviation) 20.4% ± 4.0 decrease in false positive seizure detection events, 57.5% ± 12.9 decrease in false positive seizure detection events due to patting, 2.7% ± 4.1 decrease in true positive seizure detection events, 4.9% ± 3.9 decrease in sensitivity, and a 18.8 % ± 6.6 increase in positive predictive value with our algorithm.
Figure 1:
A) Optical flow is performed on the inner 25% of the video. After patting commences, a repetitive ~3Hz radial velocity Vin patting signal is observed. B) Power spectral density of patting behavior versus other types of behavior. Patting and nursing manipulation generates a large amount of low-frequency 0–6 Hz optical flow with a peak around 3–4Hz. Other activities including random behavior, automated seizure detection events (ASDEs), and seizures generate low-frequency spectral optical flow, but at a lower amplitude that patting events. C) Power spectral density of patting behavior versus other types of behavior (shaded region represents 95% confidence interval in B and C). D) Overall signal root mean square power of the Vin time-series of patting behavior versus other types of behavior. In general, patting events generate larger amplitude of optical flow as compared to other events.
Table 2:
Description of events used in training and testing sets.
| Training Set (n=470) | Testing Set (n=187) | |
|---|---|---|
| Seizure | 68 | 31 |
| ASDE | 222 | 88 |
| Patting | 140 | 57 |
| Random Infant Movement | 40 | 11 |
Automated seizure detection event (ASDE)
Table 3:
Automated seizure detection algorithm performance metrics of training and testing sets.
| Training Set (n=222 ASDEs) | Testing Set (n=88 ASDEs) | |||||
|---|---|---|---|---|---|---|
| Without Algorithm (n,%) | With Algorithm (n,%) | % Change | Without Algorithm (n,%) | With Algorithm (n,%) | % Change | |
| False Positive | 190 (85.6) | 153 (68.9) | 19% | 76 (86.4) | 58 (65.9) | 24% |
| False Positive (due to patting) | 33 (14.9) | 13 (5.9) | 61% | 8 (9.1) | 4 (4.5) | 50% |
| True Positive | 32 (14.4) | 32 (14.4) | 0% | 12 (13.6) | 11 (12.5) | 8% |
| False Negative | 34 | 37 | 9% | 9 | 9 | 0% |
| Sensitivity | 48 | 46 | 4% | 57 | 55 | 4% |
| PPV | 14 | 17 | 20% | 14 | 16 | 17% |
Automated seizure detection event (ASDE), Positive Predictive Value (PPV)
3.3. Patting Metrics
The mean interval between patting events was found to be 95.1 ± 158.0 minutes. However, most subsequent patting events happened within 10 minutes, with a fluctuating amount of patting events in the next 6 hours.
Discussion
Most neonatal seizures are subclinical, and so neonates at risk for seizures are monitored with continuous EEG (26). Early neonatal seizure detection and rapid treatment often leads to better seizure control (29) and there is increasing evidence that a higher seizure burden is associated with worse short and long-term neurological outcome (30–32). Neonatal EEGs are susceptible to high degrees of artifact from patient movement, medical procedures, and basic care needs and thus video EEG with human review is typically used to classify artifact visually. In this article, we present a computer vision approach to augment, or eventually replace, human review of the video with automated motion analysis.
Most current automated seizure detection algorithms utilize input from EEG signal alone while video files are excluded from detection processing. High false positive rates may also limit the effectiveness of automated seizure detection algorithms, which increasingly have the ability to alert caregivers to detected events by paging or text messaging. When false positive rates are high, neurologists tend to ignore or disable alerts, as demonstrated in a recent study in which only two out of nine study neurologists utilized instant messaging alerts for seizure detection. Others found the false-positive alerts too disruptive to work commitments and sleep (26), essentially rendering the automated seizure detection algorithm ineffective for use in real-time.
We have employed optical flow spectral analysis of the video files for artifactual detection. In video-EEG epilepsy research, optical flow has been used for seizure detection in both adults and neonates (7, 9, 33, 34) and quantification of patient motion (33, 35, 36). Our study is the first to look at patting. When added in parallel to the seizure detection software, our algorithm significantly reduced false alarms due to rhythmic patting. The gold standard of continuous video EEG interpretation consists of a neurophysiologist who reviews EEG and opens the video files to differentiate between rhythmic artifact and rhythmic seizure activity. However, this gold standard approach is not feasible for real-time continuous seizure detection in most NICU’s due to resource constraints. Even real-time review from a commercial EEG technician is still inadequate to consistently assist the neurophysiologist in real-time review and response (26). In NEOLEV2, human staffing solutions such as asking nurses to pause the alarms were intermittently effective despite attempt at training, and it was felt by all providers that a technological solution would be preferable to maximize efficiency and alleviate the burden on bedside staff. Such a technological solution would also be useful for offline and after-the-fact review. Our computer vision optical flow spectral analysis endeavors to perform the visual function of artifact differentiation in an automated fashion such that real time detection and response may be achieved.
In our testing cohort, our algorithm resulted in a 50% reduction of false positive seizure detection events due to patting, while retaining 11 of 12 true positive events. However, despite this significant finding, our study has limitations. Our study was retrospective in design and not done in real-time. Our study found that patting was largely localized to lower spectral frequencies, and was associated with a large amplitude of overall optical flow. Thus, it is unlikely that our algorithm can be applied to automated seizure detection algorithms of older patients who may exhibit tonic-clonic seizures, as spectral analysis of optical flow of tonic-clonic seizure activity would likely overlap with patting activity.
As automated seizure detection technology continues to improve, and the age of the patient and other medical conditions is factored into the seizure decision algorithm, patting or other nursing manipulation detection could be appropriately merged into the algorithm and result in a significant improvement in the reliability of the seizure detection algorithm. One of our future goals is to create a real-time software plug-in to enhance the overall accuracy of our neonatal seizure detection algorithm, by merging features extracted from optical flow computer vision, the patient’s medical history, and complementary techniques and procedures developed to analyze the neonatal EEG. While recognition of seizures will remain dependent on human observation, an appropriate combination of automated video and EEG analytical approaches would be expected to result in a significant improvement in the ability to promptly detect seizure in this population. A highly sensitive and specific automated neonatal seizure detection algorithm would radically improve the management of neonatal seizures for all at risk infants.
Acknowledgments
Funding: This work was partially funded by the NEOLEV-2 trial (FDA R01FD004147) and the University of California, San Diego Young Investigator Fund.
Footnotes
Conflicts of Interests: Authors ScW, NN, and MS are employees of the company (Persyst) that produces the automated EEG computer software that is used alongside our software algorithm. Otherwise, no authors have any conflicts of interest with subjects in this paper.
References
- 1.Karayiannis NB, Tao G, Xiong Y, Sami A, Varughese B, Frost JD Jr., et al. Computerized motion analysis of videotaped neonatal seizures of epileptic origin. Epilepsia. 2005. Jun;46(6):901–17. [DOI] [PubMed] [Google Scholar]
- 2.Ramgopal S, Thome-Souza S, Jackson M, Kadish NE, Sanchez Fernandez I, Klehm J, et al. Seizure detection, seizure prediction, and closed-loop warning systems in epilepsy. Epilepsy & behavior : E&B. 2014. Aug;37:291–307. [DOI] [PubMed] [Google Scholar]
- 3.Cuppens K, Chen CW, Wong KB, Van de Vel A, Lagae L, Ceulemans B, et al. Using Spatio-Temporal Interest Points (STIP) for myoclonic jerk detection in nocturnal video. Conference proceedings : Annual International Conference of the IEEE Engineering in Medicine and Biology Society IEEE Engineering in Medicine and Biology Society Annual Conference. 2012;2012:4454–7. [DOI] [PubMed] [Google Scholar]
- 4.Cuppens K, Lagae L, Ceulemans B, Van Huffel S, Vanrumste B. Automatic video detection of body movement during sleep based on optical flow in pediatric patients with epilepsy. Medical & biological engineering & computing. 2010. Sep;48(9):923–31. [DOI] [PubMed] [Google Scholar]
- 5.Karayiannis NB, Xiong Y, Frost JD, Jr., Wise MS, Hrachovy RA, Mizrahi EM. Automated detection of videotaped neonatal seizures based on motion tracking methods. Journal of clinical neurophysiology : official publication of the American Electroencephalographic Society. 2006. Dec;23(6):521–31. [DOI] [PubMed] [Google Scholar]
- 6.Karayiannis NB, Xiong Y, Tao G, Frost JD Jr., Wise MS, Hrachovy RA, et al. Automated detection of videotaped neonatal seizures of epileptic origin. Epilepsia. 2006. Jun;47(6):966–80. [DOI] [PubMed] [Google Scholar]
- 7.Karayiannis NB, Tao G, Frost JD Jr., Wise MS, Hrachovy RA, Mizrahi EM. Automated detection of videotaped neonatal seizures based on motion segmentation methods. Clinical neurophysiology : official journal of the International Federation of Clinical Neurophysiology. 2006. Jul;117(7):1585–94. [DOI] [PubMed] [Google Scholar]
- 8.Karayiannis NB, Varughese B, Tao G, Frost JD Jr., MS Wise, Mizrahi EM. Quantifying motion in video recordings of neonatal seizures by regularized optical flow methods. IEEE transactions on image processing : a publication of the IEEE Signal Processing Society. 2005. Jul;14(7):890–903. [DOI] [PubMed] [Google Scholar]
- 9.Kalitzin SN, Bauer PR, Lamberts RJ, Velis DN, Thijs RD, Lopes Da Silva FH. Automated Video Detection of Epileptic Convulsion Slowing as a Precursor for Post-Seizure Neuronal Collapse. International journal of neural systems. 2016. Dec;26(8):1650027. [DOI] [PubMed] [Google Scholar]
- 10.Gabriel P, Doyle WK, Devinsky O, Friedman D, Thesen T, Gilja V. Neural correlates to automatic behavior estimations from RGB-D video in epilepsy unit. Conference proceedings : Annual International Conference of the IEEE Engineering in Medicine and Biology Society IEEE Engineering in Medicine and Biology Society Annual Conference. 2016. Aug;2016:3402–5. [DOI] [PubMed] [Google Scholar]
- 11.Ansari AH, Cherian PJ, Caicedo A, Naulaers G, De Vos M, Van Huffel S. Neonatal Seizure Detection Using Deep Convolutional Neural Networks. International journal of neural systems. 2018. Apr 2:1850011. [DOI] [PubMed] [Google Scholar]
- 12.Ansari AH, Cherian PJ, Caicedo A, De Vos M, Naulaers G, Van Huffel S. Improved neonatal seizure detection using adaptive learning. Conference proceedings : Annual International Conference of the IEEE Engineering in Medicine and Biology Society IEEE Engineering in Medicine and Biology Society Annual Conference. 2017. Jul;2017:2810–3. [DOI] [PubMed] [Google Scholar]
- 13.Temko A, Thomas E, Marnane W, Lightbody G, Boylan G. EEG-based neonatal seizure detection with Support Vector Machines. Clinical neurophysiology : official journal of the International Federation of Clinical Neurophysiology. 2011. Mar;122(3):464–73. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Temko A, Stevenson N, Marnane W, Boylan G, Lightbody G. Inclusion of temporal priors for automated neonatal EEG classification. Journal of neural engineering. 2012. Aug;9(4):046002. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Aarabi A, Grebe R, Wallois F. A multistage knowledge-based system for EEG seizure detection in newborn infants. Clinical neurophysiology : official journal of the International Federation of Clinical Neurophysiology. 2007. Dec;118(12):2781–97. [DOI] [PubMed] [Google Scholar]
- 16.Greene BR, Marnane WP, Lightbody G, Reilly RB, Boylan GB. Classifier models and architectures for EEG-based neonatal seizure detection. Physiological measurement. 2008. Oct;29(10):1157–78. [DOI] [PubMed] [Google Scholar]
- 17.Greene BR, Boylan GB, Reilly RB, de Chazal P, Connolly S. Combination of EEG and ECG for improved automatic neonatal seizure detection. Clinical neurophysiology : official journal of the International Federation of Clinical Neurophysiology. 2007. Jun;118(6):1348–59. [DOI] [PubMed] [Google Scholar]
- 18.Mitra J, Glover JR, Ktonas PY, Thitai Kumar A, Mukherjee A, Karayiannis NB, et al. A multistage system for the automated detection of epileptic seizures in neonatal electroencephalography. Journal of clinical neurophysiology : official publication of the American Electroencephalographic Society. 2009. Aug;26(4):218–26. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Thomas EM, Temko A, Lightbody G, Marnane WP, Boylan GB. Gaussian mixture models for classification of neonatal seizures using EEG. Physiological measurement. 2010. Jul;31(7):1047–64. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Ansari AH, Cherian PJ, Caicedo A, Naulaers G, De Vos M, Van Huffel S. Neonatal Seizure Detection Using Deep Convolutional Neural Networks. International journal of neural systems. 2018:1850011. [DOI] [PubMed] [Google Scholar]
- 21.Karayiannis NB, Mukherjee A, Glover JR, Ktonas PY, Frost JD Jr., Hrachovy RA, et al. Detection of pseudosinusoidal epileptic seizure segments in the neonatal EEG by cascading a rule-based algorithm with a neural network. IEEE transactions on bio-medical engineering. 2006. Apr;53(4):633–41. [DOI] [PubMed] [Google Scholar]
- 22.Tapani KT, Vanhatalo S, Stevenson NJ. Time-Varying EEG Correlations Improve Automated Neonatal Seizure Detection. International journal of neural systems. 2019. May;29(4):1850030. [DOI] [PubMed] [Google Scholar]
- 23.Ansari AH, Cherian PJ, Caicedo A, Naulaers G, De Vos M, Van Huffel S. Neonatal Seizure Detection Using Deep Convolutional Neural Networks. International journal of neural systems. 2019. May;29(4):1850011. [DOI] [PubMed] [Google Scholar]
- 24.O’Shea A, Lightbody G, Boylan G, Temko A. Neonatal seizure detection from raw multi-channel EEG using a fully convolutional architecture. Neural networks : the official journal of the International Neural Network Society. 2020. Mar;123:12–25. [DOI] [PubMed] [Google Scholar]
- 25.Mathieson S, Rennie J, Livingstone V, Temko A, Low E, Pressler RM, et al. In-depth performance analysis of an EEG based neonatal seizure detection algorithm. Clinical neurophysiology : official journal of the International Federation of Clinical Neurophysiology. 2016. May;127(5):2246–56. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Sharpe C, Davis SL, Reiner GE, Lee LI, Gold JJ, Nespeca M, et al. Assessing the Feasibility of Providing a Real-Time Response to Seizures Detected With Continuous Long-Term Neonatal Electroencephalography Monitoring. Journal of clinical neurophysiology : official publication of the American Electroencephalographic Society. 2018. Oct 4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Ulate-Campos A, Coughlin F, Gainza-Lein M, Fernandez IS, Pearl PL, Loddenkemper T. Automated seizure detection systems and their effectiveness for each type of seizure. Seizure. 2016. Aug;40:88–101. [DOI] [PubMed] [Google Scholar]
- 28.Farneback G Two-frame motion estimation based on polynomial expansion. Lect Notes Comput Sc. 2003;2749:363–70. [Google Scholar]
- 29.Williams RP, Banwell B, Berg RA, Dlugos DJ, Donnelly M, Ichord R, et al. Impact of an ICU EEG monitoring pathway on timeliness of therapeutic intervention and electrographic seizure termination. Epilepsia. 2016. May;57(5):786–95. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Glass HC, Glidden D, Jeremy RJ, Barkovich AJ, Ferriero DM, Miller SP. Clinical Neonatal Seizures are Independently Associated with Outcome in Infants at Risk for Hypoxic-Ischemic Brain Injury. The Journal of pediatrics. 2009. Sep;155(3):318–23. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Payne ET, Zhao XY, Frndova H, McBain K, Sharma R, Hutchison JS, et al. Seizure burden is independently associated with short term outcome in critically ill children. Brain : a journal of neurology. 2014. May;137(Pt 5):1429–38. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32.Payne ET, Hahn CD. Continuous electroencephalography for seizures and status epilepticus. Current opinion in pediatrics. 2014. Dec;26(6):675–81. [DOI] [PubMed] [Google Scholar]
- 33.Cunha JP, Choupina HM, Rocha AP, Fernandes JM, Achilles F, Loesch AM, et al. NeuroKinect: A Novel Low-Cost 3Dvideo-EEG System for Epileptic Seizure Motion Quantification. PloS one. 2016;11(1):e0145669. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34.Kalitzin S, Petkov G, Velis D, Vledder B, Lopes da Silva F. Automatic segmentation of episodes containing epileptic clonic seizures in video sequences. IEEE transactions on bio-medical engineering. 2012. Dec;59(12):3379–85. [DOI] [PubMed] [Google Scholar]
- 35.Chang YD, Lee DG, Ryoo SY, Lee DS. Detection of patient movement for video EEG monitoring. P Ann Int Ieee Embs. 1998;20:959–62. [Google Scholar]
- 36.Karayiannis NB, Varughese B, Tao GZ, Frost JD, Wise MS, Mizrahi EM. Quantifying motion in video recordings of neonatal seizures by regularized optical flow methods. Ieee T Image Process. 2005. Jul;14(7):890–903. [DOI] [PubMed] [Google Scholar]

