CVAIAug 17, 2023

How Does Pruning Impact Long-Tailed Multi-Label Medical Image Classifiers?

arXiv:2308.09180v11 citationsh-index: 13Has Code
Originality Incremental advance
AI Analysis

This addresses the impact of pruning on model behavior in long-tailed, multi-label medical image classification, which is crucial for safe deployment in clinical settings, though it is incremental as it builds on existing pruning techniques.

The study analyzed how pruning affects deep neural networks for diagnosing thorax diseases from chest X-rays, finding that radiologists identified pruning-identified exemplars (PIEs) as having more label noise, lower image quality, and higher diagnosis difficulty.

Pruning has emerged as a powerful technique for compressing deep neural networks, reducing memory usage and inference time without significantly affecting overall performance. However, the nuanced ways in which pruning impacts model behavior are not well understood, particularly for long-tailed, multi-label datasets commonly found in clinical settings. This knowledge gap could have dangerous implications when deploying a pruned model for diagnosis, where unexpected model behavior could impact patient well-being. To fill this gap, we perform the first analysis of pruning's effect on neural networks trained to diagnose thorax diseases from chest X-rays (CXRs). On two large CXR datasets, we examine which diseases are most affected by pruning and characterize class "forgettability" based on disease frequency and co-occurrence behavior. Further, we identify individual CXRs where uncompressed and heavily pruned models disagree, known as pruning-identified exemplars (PIEs), and conduct a human reader study to evaluate their unifying qualities. We find that radiologists perceive PIEs as having more label noise, lower image quality, and higher diagnosis difficulty. This work represents a first step toward understanding the impact of pruning on model behavior in deep long-tailed, multi-label medical image classification. All code, model weights, and data access instructions can be found at https://github.com/VITA-Group/PruneCXR.

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