Mobile QR Code
Title A Study on Electrocardiogram Anomaly Detection using Combined Autoencoder and Support Vector Machine
Authors 서정원(Jeong Won Seo) ; 고진환(Jinhwan Koh)
DOI https://doi.org/10.5573/ieie.2025.62.8.51
Page pp.51-58
ISSN 2287-5026
Keywords Electrocardiogram; Autoencoder; Support vector machine; Anomaly detection; Deep learning
Abstract The electrocardiogram (ECG) is a crucial medical data that records the electrical signals of the heart, enabling the early diagnosis of cardiovascular diseases. Despite the various deep learning models proposed for detecting abnormal ECG signals, their anomaly detection performance has been limited due to the class imbalance in ECG datasets. To address this issue, this study proposes an automated detection model combining Autoencoder (AE), which excels at learning and reconstructing normal data, with Support Vector Machine (SVM), which classifies abnormal signals. While AE is effective in improving anomaly detection performance by learning data complexity, it has a limitation in requiring a manually set threshold. On the other hand, SVM, widely used for anomaly detection, suffers from performance degradation due to data imbalance and complexity. In this paper, the two models are combined, with AE compensating for data complexity and SVM automatically classifying abnormal signals based on the reconstructed data. Experimental comparisons between the proposed model and the conventional SVM demonstrate that the proposed model achieves superior performance.