English

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

Computer Vision and Pattern Recognition 2024-07-31 v1 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2308.09180,
  title  = {How Does Pruning Impact Long-Tailed Multi-Label Medical Image Classifiers?},
  author = {Gregory Holste and Ziyu Jiang and Ajay Jaiswal and Maria Hanna and Shlomo Minkowitz and Alan C. Legasto and Joanna G. Escalon and Sharon Steinberger and Mark Bittman and Thomas C. Shen and Ying Ding and Ronald M. Summers and George Shih and Yifan Peng and Zhangyang Wang},
  journal= {arXiv preprint arXiv:2308.09180},
  year   = {2024}
}

Comments

Early accepted to MICCAI 2023

R2 v1 2026-06-28T11:58:14.940Z