CVAIAug 6, 2024

VizECGNet: Visual ECG Image Network for Cardiovascular Diseases Classification with Multi-Modal Training and Knowledge Distillation

arXiv:2408.02888v16 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the challenge of ECG analysis in clinical settings where only image data is available, offering a practical solution for hospitals, though it is incremental as it builds on existing multi-modal and knowledge distillation techniques.

The paper tackled the problem of classifying cardiovascular diseases using only printed ECG images, which are more common in hospitals than digitized signals, and achieved higher performance in precision, recall, and F1-Score compared to signal-based models, with improvements of 3.50%, 8.21%, and 7.38%, respectively.

An electrocardiogram (ECG) captures the heart's electrical signal to assess various heart conditions. In practice, ECG data is stored as either digitized signals or printed images. Despite the emergence of numerous deep learning models for digitized signals, many hospitals prefer image storage due to cost considerations. Recognizing the unavailability of raw ECG signals in many clinical settings, we propose VizECGNet, which uses only printed ECG graphics to determine the prognosis of multiple cardiovascular diseases. During training, cross-modal attention modules (CMAM) are used to integrate information from two modalities - image and signal, while self-modality attention modules (SMAM) capture inherent long-range dependencies in ECG data of each modality. Additionally, we utilize knowledge distillation to improve the similarity between two distinct predictions from each modality stream. This innovative multi-modal deep learning architecture enables the utilization of only ECG images during inference. VizECGNet with image input achieves higher performance in precision, recall, and F1-Score compared to signal-based ECG classification models, with improvements of 3.50%, 8.21%, and 7.38%, respectively.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes