PulseNet: Deep Learning ECG-signal classification using random augmentation policy and continous wavelet transform for canines
Andre Dourson, Roberto Santilli, Federica Marchesotti, Jennifer, Schneiderman, Oliver Roman Stiel, Fernando Junior, Michael Fitzke, Norbert, Sithirangathan, Emil Walleser, Xiaoli Qiao, Mark Parkinson

TL;DR
This paper presents a deep learning approach using CNNs and wavelet transforms to automatically classify canine ECGs as normal or abnormal, matching expert-level performance and aiding veterinary diagnostics.
Contribution
Introduces a novel CNN-based method with custom ECG augmentation and wavelet transform for canine ECG classification, a first in veterinary deep learning applications.
Findings
Achieved an AUC-ROC of 0.9506 on test data.
Validated performance against veterinary cardiologists.
Deployed model using MLOps on Microsoft Azure.
Abstract
Evaluating canine electrocardiograms (ECG) require skilled veterinarians, but current availability of veterinary cardiologists for ECG interpretation and diagnostic support is limited. Developing tools for automated assessment of ECG sequences can improve veterinary care by providing clinicians real-time results and decision support tools. We implement a deep convolutional neural network (CNN) approach for classifying canine electrocardiogram sequences as either normal or abnormal. ECG records are converted into 8 second Lead II sequences and classified as either normal (no evidence of cardiac abnormalities) or abnormal (presence of one or more cardiac abnormalities). For training ECG sequences are randomly augmented using RandomAugmentECG, a new augmentation library implemented specifically for this project. Each chunk is then is converted using a continuous wavelet transform into a 2D…
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 · Phonocardiography and Auscultation Techniques · Cardiac electrophysiology and arrhythmias
MethodsLib · Test
