Levi980623 commited on
Commit
1da4f2e
·
verified ·
1 Parent(s): c1653b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -11
README.md CHANGED
@@ -1,8 +1,11 @@
1
  ---
2
  license: mit
3
-
4
-
5
-
 
 
 
6
  ---
7
  This repository provides the pretrained model weights for the ECHOPulse project, available at [ECHOPulse_Prelease](https://github.com/levyisthebest/ECHOPulse_Prelease). This model was developed to generate echocardiogram video data guided by ECG signals.
8
 
@@ -11,12 +14,6 @@ This repository contains the code for the paper [**ECHOPulse: ECG Controlled Ech
11
 
12
  ## Abstract
13
 
14
- Echocardiography (ECHO) is essential for cardiac assessments, but its video quality and interpretation heavily relies on manual expertise, leading to inconsistent results from clinical and portable devices. ECHO video generation offers a solution by improving automated monitoring through synthetic data and generating high-quality videos from routine health data. However, existing models often face high computational costs, slow inference, and rely on complex conditional prompts that require expert annotations. To address these challenges, we propose **ECHOPulse**, an ECG-conditioned ECHO video generation model. ECHOPulse introduces two key advancements: (1) it accelerates ECHO video generation by leveraging VQ-VAE tokenization and masked visual token modeling for fast decoding, and (2) it conditions on readily accessible ECG signals, which are highly coherent with ECHO videos, bypassing complex conditional prompts. To the best of our knowledge, this is the first work to use time-series prompts like ECG signals for ECHO video generation. ECHOPulse not only enables controllable synthetic ECHO data generation but also provides updated cardiac function information for disease monitoring and prediction beyond ECG alone. Evaluations on three public and private datasets demonstrate state-of-the-art performance in ECHO video generation across both qualitative and quantitative measures. Additionally, ECHOPulse can be easily generalized to other modality generation tasks, such as cardiac MRI, fMRI, and 3D CT generation. We will make the synthetic ECHO dataset, along with the code and model, publicly available upon acceptance.
15
-
16
- ![Pipeline](pipeline_EchoPulse.png)
17
-
18
-
19
-
20
-
21
-
22
 
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - medical
5
+ - code
6
+ pretty_name: ECHOPulse
7
+ size_categories:
8
+ - n<1K
9
  ---
10
  This repository provides the pretrained model weights for the ECHOPulse project, available at [ECHOPulse_Prelease](https://github.com/levyisthebest/ECHOPulse_Prelease). This model was developed to generate echocardiogram video data guided by ECG signals.
11
 
 
14
 
15
  ## Abstract
16
 
17
+ Echocardiography (ECHO) is essential for cardiac assessments, but its video quality and interpretation heavily relies on manual expertise, leading to inconsistent results from clinical and portable devices. ECHO video generation offers a solution by improving automated monitoring through synthetic data and generating high-quality videos from routine health data. However, existing models often face high computational costs, slow inference, and rely on complex conditional prompts that require expert annotations. To address these challenges, we propose **ECHOPulse**, an ECG-conditioned ECHO video generation model. ECHOPulse introduces two key advancements: (1) it accelerates ECHO video generation by leveraging VQ-VAE tokenization and masked visual token modeling for fast decoding, and (2) it conditions on readily accessible ECG signals, which are highly coherent with ECHO videos, bypassing complex conditional prompts. To the best of our knowledge, this is the first work to use time-series prompts like ECG signals for ECHO video generation. ECHOPulse not only enables controllable synthetic ECHO data generation but also provides updated cardiac function information for disease monitoring and prediction beyond ECG alone. Evaluations on three public and private datasets demonstrate state-of-the-art performance in ECHO video generation across both qualitative and quantitative measures. Additionally, ECHOPulse can be easily generalized to other modality generation tasks, such as cardiac MRI, fMRI, and 3D CT generation.
 
 
 
 
 
 
 
18
 
19
+ ![Pipeline](pipeline_EchoPulse.png)