Discovery of Important Subsequences in Electrocardiogram Beats Using the Nearest Neighbour Algorithm
The classification of time series data is a well-studied problem with numerous practical applications, such as medical diagnosis and speech recognition. A popular and effective approach is to classify new time series in the same way as their nearest neighbours, whereby proximity is defined using Dynamic Time Warping (DTW) distance, a measure analogous to sequence alignment in bioinformatics. However, practitioners are not only interested in accurate classification, they are also interested in why a time series is classified a certain way. To this end, we introduce here the problem of finding a minimum length subsequence of a time series, the removal of which changes the outcome of the classification under the nearest neighbour algorithm with DTW distance. Informally, such a subsequence is expected to be relevant for the classification and can be helpful for practitioners in interpreting the outcome. We describe a simple but optimized implementation for detecting these subsequences and define an accompanying measure to quantify the relevance of every time point in the time series for the classification. In tests on electrocardiogram data we show that the algorithm allows discovery of important subsequences and can be helpful in detecting abnormalities in cardiac rhythms distinguishing sick from healthy patients.
Code (0)
등록된 구현이 없습니다.
Tasks
ClassificationDynamic Time WarpingGeneral ClassificationMedical Diagnosisspeech-recognitionSpeech RecognitionTime SeriesTime Series AnalysisMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
A Pattern Discovery Approach to Multivariate Time Series Forecasting
Multivariate time series forecasting constitutes important functionality in cyber-physical systems, whose prediction accuracy can be improved significantly by capturing temporal and multivariate correlations among multip…
DiversityMultivariate Time Series ForecastingTime SeriesTime Series Analysis+1Event-based sampled ECG morphology reconstruction through self-similarity
Background and Objective: Event-based analog-to-digital converters allow for sparse bio-signal acquisition, enabling local sub-Nyquist sampling frequency. However, aggressive event selection can cause the loss of importa…
Dynamic Time WarpingRhythmFully Automatic Electrocardiogram Classification System based on Generative Adversarial Network with Auxiliary Classifier
A generative adversarial network (GAN) based fully automatic electrocardiogram (ECG) arrhythmia classification system with high performance is presented in this paper. The generator (G) in our GAN is designed to generate…
Data AugmentationGeneral ClassificationGenerative Adversarial NetworkTransfer LearningWeak Supervision for Affordable Modeling of Electrocardiogram Data
Analysing electrocardiograms (ECGs) is an inexpensive and non-invasive, yet powerful way to diagnose heart disease. ECG studies using Machine Learning to automatically detect abnormal heartbeats so far depend on large, m…
DiagnosticTime SeriesTime Series AnalysisAn Analysis Method for Metric-Level Switching in Beat Tracking
For expressive music, the tempo may change over time, posing challenges to tracking the beats by an automatic model. The model may first tap to the correct tempo, but then may fail to adapt to a tempo change, or switch b…
Beat Tracking