SPCVLGOct 27, 2023

MELEP: A Novel Predictive Measure of Transferability in Multi-Label ECG Diagnosis

arXiv:2311.04224v27 citationsh-index: 13
Originality Incremental advance
AI Analysis

This work addresses the challenge of selecting pre-trained models efficiently for ECG diagnosis, which is incremental as it adapts existing transferability concepts to a specific domain.

The paper tackles the problem of assessing transferability for multi-label ECG diagnosis by introducing MELEP, a novel measure that predicts performance with strong correlation coefficients (exceeding 0.6 in most cases) between MELEP and actual F1 scores.

In practical electrocardiography (ECG) interpretation, the scarcity of well-annotated data is a common challenge. Transfer learning techniques are valuable in such situations, yet the assessment of transferability has received limited attention. To tackle this issue, we introduce MELEP, which stands for Muti-label Expected Log of Empirical Predictions, a measure designed to estimate the effectiveness of knowledge transfer from a pre-trained model to a downstream multi-label ECG diagnosis task. MELEP is generic, working with new target data with different label sets, and computationally efficient, requiring only a single forward pass through the pre-trained model. To the best of our knowledge, MELEP is the first transferability metric specifically designed for multi-label ECG classification problems. Our experiments show that MELEP can predict the performance of pre-trained convolutional and recurrent deep neural networks, on small and imbalanced ECG data. Specifically, we observed strong correlation coefficients (with absolute values exceeding 0.6 in most cases) between MELEP and the actual average F1 scores of the fine-tuned models. Our work highlights the potential of MELEP to expedite the selection of suitable pre-trained models for ECG diagnosis tasks, saving time and effort that would otherwise be spent on fine-tuning these models.

Code Implementations1 repo
Foundations

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

Your Notes