Search papers, labs, and topics across Lattice.
This paper introduces ECG-LENS, a novel end-to-end framework for generating clinical reports from multi-lead ECG recordings, addressing the limitations of existing systems that primarily focus on classification. By integrating lead-wise encoders for localized waveform analysis with a global encoder for inter-lead dependencies, ECG-LENS enhances the quality and relevance of generated reports through the use of diagnosis-aware representations and clinically enriched textual prompts. In rigorous evaluations on both in-domain and cross-domain datasets, ECG-LENS demonstrates significant improvements over state-of-the-art methods, achieving absolute gains of up to 11.5% in report quality metrics.
ECG-LENS outperforms existing ECG report generation systems by integrating multi-lead signal modeling with advanced clinical context, achieving unprecedented report quality.
Electrocardiography (ECG) is one of the most widely used non-invasive tools for diagnosing cardiovascular disease, but transforming multi-lead ECG recordings into reliable clinical reports remains challenging. Automating ECG report generation could reduce clinicians'interpretive workload, improve diagnostic efficiency, and expand access to cardiac assessment in underserved communities. Unlike image-based report-generation tasks, ECG interpretation requires the analysis of subtle temporal morphologies, followed by coherent diagnostic reasoning expressed in dense clinical terminology. Existing systems predominantly focus on classification, while current report-generation methods often produce outputs that remain inadequate for practical clinical use. To address these challenges, we propose ECG-LENS, an end-to-end ECG report-generation framework that jointly integrates multi-lead signal modeling, diagnosis-aware representations, and clinically grounded text generation. ECG-LENS combines lead-wise encoders that preserve localized waveform morphology with a global encoder that captures inter-lead dependencies. To guide report generation, we fuse signal representations with clinically enriched textual prompts that condition a GPT-2 decoder. We further introduce an ECG-specific report-preprocessing strategy that helps the model focus on clinically meaningful findings. Finally, because lexical metrics may under- or overestimate report quality, we propose F1-ECGBERT, a BERT-based, ECG-specific metric that measures agreement between diagnostic labels extracted from generated and reference reports. In-domain experiments on PTB-XL and cross-domain evaluation on MIMIC-IV-ECG show that ECG-LENS consistently outperforms state-of-the-art methods, with absolute gains of 4.0%, 6.3%, and 11.5% in METEOR, ROUGE-L, and F1-ECGBERT, respectively, over the strongest baselines.