TL;DR
This paper introduces a similarity learning approach using Siamese CNNs for ECG arrhythmia classification in few-shot learning scenarios, achieving high accuracy with limited labeled data and outperforming traditional methods.
Contribution
It presents a novel application of Siamese CNNs for ECG classification in few-shot learning, demonstrating superior performance over existing similarity techniques.
Findings
Achieves 92.25% accuracy with 5-shot learning.
Outperforms DTW, ED, and LSTM-FCN methods on limited data.
Shows marginal accuracy improvement with increasing K.
Abstract
Using deep learning models to classify time series data generated from the Internet of Things (IoT) devices requires a large amount of labeled data. However, due to constrained resources available in IoT devices, it is often difficult to accommodate training using large data sets. This paper proposes and demonstrates a Similarity Learning-based Few Shot Learning for ECG arrhythmia classification using Siamese Convolutional Neural Networks. Few shot learning resolves the data scarcity issue by identifying novel classes from very few labeled examples. Few Shot Learning relies first on pretraining the model on a related relatively large database, and then the learning is used for further adaptation towards few examples available per class. Our experiments evaluate the performance accuracy with respect to K (number of instances per class) for ECG time series data classification. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSiamese Network · Dynamic Time Warping
