Development of Interpretable Machine Learning Models to Detect Arrhythmia based on ECG Data
Shourya Verma

TL;DR
This paper develops and compares CNN and LSTM models for ECG arrhythmia detection, emphasizing interpretability techniques like Grad-CAM to understand model decision-making and improve clinical trust.
Contribution
It introduces a comprehensive interpretability analysis of deep learning models for ECG classification, highlighting Grad-CAM's effectiveness and the focus on QRS complex features.
Findings
Grad-CAM effectively explains model predictions.
High-performing models focus on QRS complex.
Interpretability varies between correct and incorrect classifications.
Abstract
The analysis of electrocardiogram (ECG) signals can be time consuming as it is performed manually by cardiologists. Therefore, automation through machine learning (ML) classification is being increasingly proposed which would allow ML models to learn the features of a heartbeat and detect abnormalities. The lack of interpretability hinders the application of Deep Learning in healthcare. Through interpretability of these models, we would understand how a machine learning algorithm makes its decisions and what patterns are being followed for classification. This thesis builds Convolutional Neural Network (CNN) and Long Short-Term Memory (LSTM) classifiers based on state-of-the-art models and compares their performance and interpretability to shallow classifiers. Here, both global and local interpretability methods are exploited to understand the interaction between dependent and…
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
TopicsECG Monitoring and Analysis
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
