--- license: mit tags: - medical - code pretty_name: ECHOPulse size_categories: - n<1K --- 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. # ECHOPulse This repository contains the code for the paper [**ECHOPulse: ECG Controlled Echocardiograms Video Generation**](https://arxiv.org/abs/2410.03143). Aiming to generate the ECHO video based on the ECG signal. Model weights will be released after acceptance. ## Abstract 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. ![Pipeline](pipeline_EchoPulse.png)