rECGnition_v2.0: Self-Attentive Canonical Fusion of ECG and Patient Data using deep learning for effective Cardiac Diagnostics
Shreya Srivastava, Durgesh Kumar, Ram Jiwari, Sandeep Seth, Deepak, Sharma

TL;DR
The paper introduces rECGnition_v2.0, a deep learning model that combines a novel feature fusion technique with efficient neural network components to improve arrhythmia classification accuracy, interpretability, and computational efficiency.
Contribution
It proposes the SACC feature fusion method combined with DPN and depth-wise separable convolutions, achieving state-of-the-art accuracy with fewer parameters and lower computational costs.
Findings
Achieved 98.07% accuracy on MIT-BIH dataset.
F1-scores of 98.01% and 96.21% on INCARTDB and EDB datasets.
Model outperforms existing SOTA models in accuracy and efficiency.
Abstract
The variability in ECG readings influenced by individual patient characteristics has posed a considerable challenge to adopting automated ECG analysis in clinical settings. A novel feature fusion technique termed SACC (Self Attentive Canonical Correlation) was proposed to address this. This technique is combined with DPN (Dual Pathway Network) and depth-wise separable convolution to create a robust, interpretable, and fast end-to-end arrhythmia classification model named rECGnition_v2.0 (robust ECG abnormality detection). This study uses MIT-BIH, INCARTDB and EDB dataset to evaluate the efficiency of rECGnition_v2.0 for various classes of arrhythmias. To investigate the influence of constituting model components, various ablation studies were performed, i.e. simple concatenation, CCA and proposed SACC were compared, while the importance of global and local ECG features were tested using…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsECG Monitoring and Analysis
MethodsConcatenated Skip Connection · Average Pooling · Grouped Convolution · Residual Connection · 1x1 Convolution · Max Pooling · DPN Block · Softmax · Convolution · Batch Normalization
