Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,69 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- PULSE-ECG/ECGInstruct
|
5 |
+
- PULSE-ECG/ECGBench
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
pipeline_tag: image-text-to-text
|
9 |
+
tags:
|
10 |
+
- medical
|
11 |
+
---
|
12 |
+
---
|
13 |
+
license: apache-2.0
|
14 |
+
datasets:
|
15 |
+
- PULSE-ECG/ECGInstruct
|
16 |
+
language:
|
17 |
+
- en
|
18 |
+
pipeline_tag: image-text-to-text
|
19 |
+
---
|
20 |
+
|
21 |
+
# PULSE-7B
|
22 |
+
|
23 |
+
Dataset for paper "Teach Multimodal LLMs to Comprehend Electrocardiographic Images".
|
24 |
+
|
25 |
+
π Project Page: [https://aimedlab.github.io/PULSE/](https://aimedlab.github.io/PULSE/)
|
26 |
+
|
27 |
+
π Paper: [need update](https://aimedlab.github.io/PULSE/)
|
28 |
+
|
29 |
+
π§βπ» Code: [https://github.com/AIMedLab/PULSE](https://github.com/AIMedLab/PULSE)
|
30 |
+
|
31 |
+
π©ββοΈ ECGInstruct(Training): [https://huggingface.co/datasets/PULSE-ECG/ECGInstruct](https://huggingface.co/datasets/PULSE-ECG/ECGInstruct)
|
32 |
+
|
33 |
+
βοΈ ECGBench(Testing): [https://huggingface.co/datasets/PULSE-ECG/ECGBench](https://huggingface.co/datasets/PULSE-ECG/ECGBench)
|
34 |
+
|
35 |
+
|
36 |
+
## Introduction
|
37 |
+
|
38 |
+
We introduce **PULSE-7B**, a multimodal large language model (MLLM) specifically designed for ECG image interpretation. Leveraging the comprehensive **ECGInstruct** dataset, which contains over one million instruction-tuning samples, PULSE-7B is tailored to handle a wide range of ECG-related tasks drawn from diverse data sources. While traditional ECG interpretation methods are often constrained by their reliance on raw physiological signals and limited to specific cardiac conditions, PULSE-7B addresses these limitations by enabling robust interpretation of both printed and digital ECG images, making it especially valuable in resource-limited settings where access to raw signals may be restricted. In conjunction with the introduction of **ECGBench**, a benchmark that includes four key tasks spanning nine datasets, our experiments demonstrate that PULSE-7B establishes new state-of-the-art performance, surpassing general MLLMs with an average accuracy improvement of 15% to 30%. This model showcases the potential to significantly advance ECG image interpretation, providing a more versatile and accurate tool for clinical practice.
|
39 |
+
|
40 |
+
Overall performance of PULSE-7B on ECGBench
|
41 |
+
|
42 |
+

|
43 |
+
|
44 |
+
## Model Performance
|
45 |
+
|
46 |
+
### In-domain
|
47 |
+
|
48 |
+
|
49 |
+

|
50 |
+
|
51 |
+
### Out-of-domain
|
52 |
+
|
53 |
+
|
54 |
+

|
55 |
+
|
56 |
+
## Case Study
|
57 |
+
|
58 |
+
<img src="" alt="https://cdn-uploads.huggingface.co/production/uploads/640701cb4dc5f2846c91d4eb/4opsQpGP_SiSnfQbZj22b.png" width="700"/>
|
59 |
+
<!--  -->
|
60 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/640701cb4dc5f2846c91d4eb/qelm-5ki0g_OEJoSPS8p_.png" alt="ECG Image" width="700"/>
|
61 |
+
<!--  -->
|
62 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/640701cb4dc5f2846c91d4eb/YfKUgi3lsXRu4epinS9BY.png" alt="ECG Image" width="700"/>
|
63 |
+
<!--  -->
|
64 |
+
|
65 |
+
## Citation
|
66 |
+
If you find this work helpful, please cite out paper:
|
67 |
+
|
68 |
+
```bibtex
|
69 |
+
```
|