Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Learning General Representation of 12-Lead Electrocardiogram with a Joint-Embedding Predictive Architecture

About

Electrocardiogram (ECG) captures the heart's electrical signals, offering valuable information for diagnosing cardiac conditions. However, the scarcity of labeled data makes it challenging to fully leverage supervised learning in the medical domain. Self-supervised learning (SSL) offers a promising solution, enabling models to learn from unlabeled data and uncover meaningful patterns. In this paper, we show that masked modeling in the latent space can be a powerful alternative to existing self-supervised methods in the ECG domain. We introduce ECG-JEPA, an SSL model for 12-lead ECG analysis that learns semantic representations of ECG data by predicting in the hidden latent space, bypassing the need to reconstruct raw signals. This approach offers several advantages in the ECG domain: (1) it avoids producing unnecessary details, such as noise, which is common in ECG; and (2) it addresses the limitations of naive L2 loss between raw signals. Another key contribution is the introduction of Cross-Pattern Attention (CroPA), a specialized masked attention mechanism tailored for 12-lead ECG data. ECG-JEPA is trained on the union of several open ECG datasets, totaling approximately 180,000 samples, and achieves state-of-the-art performance in various downstream tasks including diagnostic classification, feature extraction, and segmentation. Our code is openly available at https://github.com/sehunfromdaegu/ECG_JEPA.

Sehun Kim• 2024

Related benchmarks

TaskDatasetResultRank
ECG ClassificationCPSC 2018
AUC98
36
Multi-class classificationPTB-XL
Macro AUC0.928
13
Multi-class classificationPTB-XL (test)
Macro AUC90.3
13
Multi-class classificationCPSC 2018 (test)
Macro AUC97.3
12
Multi-class classificationCPSC 2018
Macro AUC0.976
12
Multi-class ECG ClassificationPTB-XL
AUC93.4
10
Multi-Label ClassificationCPSC 2018 (test)
Macro AUC96.6
8
Multi-Label ClassificationPTB-XL (test)
Macro AUC0.912
8
Multi-Label ClassificationPTB-XL
Macro AUC93.1
8
Multi-Label ClassificationCPSC 2018
Macro AUC97.3
8
Showing 10 of 16 rows

Other info

Follow for update