🤖 AI Summary
Electrocardiogram (ECG) signals alone exhibit limited diagnostic capability for conditions such as cardiac enlargement, pleural effusion, and pulmonary edema. Method: We propose CroMoTEX, a cross-modal knowledge transfer framework that enables ECG-only inference without requiring chest X-rays (CXRs) at test time. It employs supervised cross-modal contrastive learning to jointly model ECG temporal representations and CXR-derived diagnostic semantics, augmented by an adaptive hard negative weighting mechanism to improve inter-modal alignment. Contribution/Results: Trained end-to-end on the MIMIC-IV-ECG and MIMIC-CXR datasets, CroMoTEX achieves an AUROC of 78.31% for pulmonary edema detection—significantly outperforming state-of-the-art unimodal and cross-modal baselines. This demonstrates the feasibility and clinical relevance of transferring diagnostic knowledge from medical imaging to physiological signal analysis.
📝 Abstract
Modern diagnostic workflows are increasingly multimodal, integrating diverse data sources such as medical images, structured records, and physiological time series. Among these, electrocardiograms (ECGs) and chest X-rays (CXRs) are two of the most widely used modalities for cardiac assessment. While CXRs provide rich diagnostic information, ECGs are more accessible and can support scalable early warning systems. In this work, we propose CroMoTEX, a novel contrastive learning-based framework that leverages chest X-rays during training to learn clinically informative ECG representations for multiple cardiac-related pathologies: cardiomegaly, pleural effusion, and edema. Our method aligns ECG and CXR representations using a novel supervised cross-modal contrastive objective with adaptive hard negative weighting, enabling robust and task-relevant feature learning. At test time, CroMoTEX relies solely on ECG input, allowing scalable deployment in real-world settings where CXRs may be unavailable. Evaluated on the large-scale MIMIC-IV-ECG and MIMIC-CXR datasets, CroMoTEX outperforms baselines across all three pathologies, achieving up to 78.31 AUROC on edema. Our code is available at github.com/vineetpmoorty/cromotex.