Edoardo-BS
commited on
Commit
•
63b81ed
1
Parent(s):
29a015b
Adding repo contents
Browse files
README.md
CHANGED
@@ -13,6 +13,11 @@ License: CC BY-NC 4.0
|
|
13 |
## Abstract
|
14 |
Deep learning models have shown remarkable performance in electrocardiogram (ECG) analysis, but their success has been constrained by the limited availability and size of ECG datasets, resulting in systems that are more task specialists than versatile generalists. In this work, we introduce HuBERT-ECG, a foundation ECG model pre-trained in a self-supervised manner on a large and diverse dataset of 9.1 million 12-lead ECGs encompassing 164 cardiovascular conditions. By simply adding an output layer, HuBERT-ECG can be fine-tuned for a wide array of downstream tasks, from diagnosing diseases to predicting future cardiovascular events. Across diverse real-world scenarios, HuBERT-ECG achieves AUROCs from 84.3% in low-data settings to 99% in large-scale setups. When trained to detect 164 overlapping conditions simultaneously, our model delivers AUROCs above 90% and 95% for 140 and 94 diseases, respectively. HuBERT-ECG also predicts death events within a 2-year follow-up with an AUROC of 93.4%. We release models and code.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
16 |
## 📚 Citation
|
17 |
If you use our models or find our work useful, please consider citing us:
|
18 |
```
|
|
|
13 |
## Abstract
|
14 |
Deep learning models have shown remarkable performance in electrocardiogram (ECG) analysis, but their success has been constrained by the limited availability and size of ECG datasets, resulting in systems that are more task specialists than versatile generalists. In this work, we introduce HuBERT-ECG, a foundation ECG model pre-trained in a self-supervised manner on a large and diverse dataset of 9.1 million 12-lead ECGs encompassing 164 cardiovascular conditions. By simply adding an output layer, HuBERT-ECG can be fine-tuned for a wide array of downstream tasks, from diagnosing diseases to predicting future cardiovascular events. Across diverse real-world scenarios, HuBERT-ECG achieves AUROCs from 84.3% in low-data settings to 99% in large-scale setups. When trained to detect 164 overlapping conditions simultaneously, our model delivers AUROCs above 90% and 95% for 140 and 94 diseases, respectively. HuBERT-ECG also predicts death events within a 2-year follow-up with an AUROC of 93.4%. We release models and code.
|
15 |
|
16 |
+
## Models
|
17 |
+
This repository contains:
|
18 |
+
- pre-trained SMALL/BASE/LARGE model sizes ready to be fine-tuned on downstream datasets
|
19 |
+
- SMALL/BASE/LARGE model sizes fine-tuned on Cardio-Learning for a more disease-oriented baseline for futher fine-tuning
|
20 |
+
|
21 |
## 📚 Citation
|
22 |
If you use our models or find our work useful, please consider citing us:
|
23 |
```
|