Teaching multimodal LLMs to comprehend 12-lead electrocardiographic images.
basic_science · Level V
Where this comes from
- Record sourced from PubMed, PMID 41840182.
- Also identified by DOI 10.1038/s41746-026-02551-3.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
Electrocardiograms (ECGs) are essential, non-invasive diagnostic tools for assessing cardiac conditions. Existing methods often have limited generalizability, focus on narrow condition sets, and rely on raw physiological signals, which may be unavailable in resource-limited settings where only printed or digital ECG images are accessible. Recent advances in multimodal large language models (MLLMs) offer new opportunities, yet ECG image interpretation remains challenging due to the lack of instruction-tuning data and standardized benchmarks. To address these gaps, we introduce ECGInstruct, the first large-scale ECG image instruction-tuning dataset with over one million samples, covering diverse tasks including feature recognition, rhythm analysis, morphology assessment, and clinical report generation. We develop PULSE, a fully open-source MLLM for ECG image interpretation trained on ECGInstruct. We further curate ECGBench, a human expert-developed benchmark spanning four core ECG interpretation tasks across nine datasets, incorporating both synthesized and real-world ECG images to enable clinically realistic evaluation. Our experiments demonstrate that PULSEestablishes a new state of the art, outperforming general-purpose MLLMs by 21% to 33% in average accuracy. These results highlight the potential of PULSEto improve ECG image interpretation in clinical practice. All code, data and models are available at https://aimedlab.github.io/PULSE/.