IVLGFeb 6, 2024

What limits performance of weakly supervised deep learning for chest CT classification?

arXiv:2402.04419v11 citationsh-index: 8
AI Analysis

This work addresses the problem of noisy data and weak supervision for medical imaging researchers, providing incremental insights into performance constraints.

The study investigated the limitations of weakly supervised deep learning for chest CT classification by testing model tolerance to label noise, dataset size, and binary vs. multi-label classification, finding that performance declined with over 10% label error, plateaued at 75% of training data, and binary models outperformed multi-label ones but may be misleading due to co-occurring diseases.

Weakly supervised learning with noisy data has drawn attention in the medical imaging community due to the sparsity of high-quality disease labels. However, little is known about the limitations of such weakly supervised learning and the effect of these constraints on disease classification performance. In this paper, we test the effects of such weak supervision by examining model tolerance for three conditions. First, we examined model tolerance for noisy data by incrementally increasing error in the labels within the training data. Second, we assessed the impact of dataset size by varying the amount of training data. Third, we compared performance differences between binary and multi-label classification. Results demonstrated that the model could endure up to 10% added label error before experiencing a decline in disease classification performance. Disease classification performance steadily rose as the amount of training data was increased for all disease classes, before experiencing a plateau in performance at 75% of training data. Last, the binary model outperformed the multilabel model in every disease category. However, such interpretations may be misleading, as the binary model was heavily influenced by co-occurring diseases and may not have learned the specific features of the disease in the image. In conclusion, this study may help the medical imaging community understand the benefits and risks of weak supervision with noisy labels. Such studies demonstrate the need to build diverse, large-scale datasets and to develop explainable and responsible AI.

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