paper-with-me

Papers

Similarity Learning based Few Shot Learning for ECG Time Series Classification

2022-01-31 · Priyanka Gupta, Sathvik Bhaskarpandit, Manik Gupta

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 accuracy with 5- shot learning is 92.25% which marginally improves with further increase in K. We also compare the performance of our method against other well-established similarity learning techniques such as Dynamic Time Warping (DTW), Euclidean Distance (ED), and a deep learning model - Long Short Term Memory Fully Convolutional Network (LSTM-FCN) with the same amount of data and conclude that our method outperforms them for a limited dataset size. For K=5, the accuracies obtained are 57%, 54%, 33%, and 92% approximately for ED, DTW, LSTM-FCN, and SCNN, respectively.

📄 PDF Abstract BibTeX arXiv:2202.00612

Code (1)

sathvikb007/ECG-TSC-FSL 공식 구현 tf

Tasks

Dynamic Time WarpingFew-Shot LearningTime SeriesTime Series AnalysisTime Series Classification

Methods 이 논문이 사용한 방법론

Siamese Network 설명 없음
DTW Dynamic Time Warping (DTW) [1] is one of well-known distance measures between a pairwise of time series. The main idea of DTW is to compute the distance from the matching of…

Similar Papers 제목 키워드 기반

Modeling Time Series Similarity with Siamese Recurrent Networks

2016-03-15 · Wenjie Pei, David M. J. Tax, Laurens van der Maaten

Traditional techniques for measuring similarities between time series are based on handcrafted similarity measures, whereas more recent learning-based approaches cannot exploit external supervision. We combine ideas from…

domain classificationGeneral ClassificationMetric LearningOne-Shot Learning+3

Mind's Eye: Image Recognition by EEG via Multimodal Similarity-Keeping Contrastive Learning

2024-06-05 · Chi-Sheng Chen, Chun-Shu Wei

Decoding images from non-invasive electroencephalographic (EEG) signals has been a grand challenge in understanding how the human brain process visual information in real-world scenarios. To cope with the issues of signa…

Contrastive LearningEEGimage-classificationImage Classification+2

Towards Similarity-Aware Time-Series Classification

2022-01-05 · Daochen Zha, Kwei-Herng Lai, Kaixiong Zhou, Xia Hu

We study time-series classification (TSC), a fundamental task of time-series data mining. Prior work has approached TSC from two major directions: (1) similarity-based methods that classify time-series based on the neare…

ClassificationDynamic Time Warpinggraph constructionNode Classification+3

An Efficient Transport-Based Dissimilarity Measure for Time Series Classification under Warping Distortions

2025-05-08 · Akram Aldroubi, Rocío Díaz Martín, Ivan Medri, Kristofor E. Pas 외

Time Series Classification (TSC) is an important problem with numerous applications in science and technology. Dissimilarity-based approaches, such as Dynamic Time Warping (DTW), are classical methods for distinguishing …

ClassificationDynamic Time WarpingTime SeriesTime Series Classification

TSDS-Toolbox: A Toolbox for Measuring Time-Series Dataset Similarity

2026-08-08 · Yen-Ku Liu, Hongjie Chen, Ryan A. Rossi, Franck Dernoncourt hf

The rapid advancement of artificial intelligence (AI) has significantly accelerated research in time-series analysis, particularly in forecasting, classification, and generation tasks. Recent models, especially foundatio…