Generative Pre-Trained Transformer for Cardiac Abnormality Detection
Pierre Louis Gaudilliere, Halla Sigurthorsdottir, Cl\'ementine Aguet,, J\'er\^ome Van Zaen, Mathieu Lemay, Ricard Delgado-Gonzalo

TL;DR
This paper introduces a transformer-based model for classifying cardiac abnormalities from ECG signals, leveraging attention mechanisms to interpret periodic time series data for multi-lead heartbeat diagnosis.
Contribution
It adapts the Transformer Encoder architecture to ECG heartbeat classification by treating periodic signals as sequences of words, achieving competitive results in a cardiac diagnosis challenge.
Findings
Achieved low error scores across multiple ECG lead configurations.
Demonstrated the effectiveness of transformer attention in time series classification.
Provided a novel approach linking NLP models to biomedical signal analysis.
Abstract
ECG heartbeat classification plays a vital role in diagnosis of cardiac arrhythmia. The goal of the Physionet/CinC 2021 challenge was to accurately classify clinical diagnosis based on 12, 6, 4, 3 or 2-lead ECG recordings in order to aid doctors in the diagnoses of different heart conditions. Transformers have had great success in the field of natural language processing in the past years. Our team, CinCSEM, proposes to draw the parallel between text and periodic time series signals by viewing the repeated period as words and the whole signal as a sequence of such words. In this way, the attention mechanisms of the transformers can be applied to periodic time series signals. In our implementation, we follow the Transformer Encoder architecture, which combines several encoder layers followed by a dense layer with linear or sigmoid activation for generative pre-training or classification,…
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 · EEG and Brain-Computer Interfaces · Phonocardiography and Auscultation Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Test · Linear Layer · Residual Connection · Dropout · Layer Normalization · Position-Wise Feed-Forward Layer · Label Smoothing · Byte Pair Encoding
