paper-with-me

Papers

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

2023-08-17 · Gregory Holste, Ziyu Jiang, Ajay Jaiswal, Maria Hanna, Shlomo Minkowitz, Alan C. Legasto, Joanna G. Escalon, Sharon Steinberger, Mark Bittman, Thomas C. Shen, Ying Ding, Ronald M. Summers, George Shih, Yifan Peng, Zhangyang Wang

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.

📄 PDF Abstract BibTeX arXiv:2308.09180

Code (1)

vita-group/prunecxr 공식 구현 pytorch

Tasks

image-classificationImage ClassificationMedical Image Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

HideNseek: Federated Lottery Ticket via Server-side Pruning and Sign Supermask

2022-06-09 · Anish K. Vallapuram, Pengyuan Zhou, Young D. Kwon, Lik Hang Lee 외

Federated learning alleviates the privacy risk in distributed learning by transmitting only the local model updates to the central server. However, it faces challenges including statistical heterogeneity of clients' data…

Federated LearningModel CompressionQuantization

FastAV: Efficient Token Pruning for Audio-Visual Large Language Model Inference

2026-01-19 · Chaeyoung Jung, Youngjoon Jang, Seungwoo Lee, Joon Son Chung arxiv

In this work, we present FastAV, the first token pruning framework tailored for audio-visual large language models (AV-LLMs). While token pruning has been actively explored in standard large language models (LLMs) and vi…

Towards Lossless Token Pruning in Late-Interaction Retrieval Models

2025-04-17 · Yuxuan Zong, Benjamin Piwowarski

Late interaction neural IR models like ColBERT offer a competitive effectiveness-efficiency trade-off across many benchmarks. However, they require a huge memory space to store the contextual representation for all the d…

Retrieval

Accelerating DNN Training with Structured Data Gradient Pruning

2022-02-01 · Bradley McDanel, Helia Dinh, John Magallanes

Weight pruning is a technique to make Deep Neural Network (DNN) inference more computationally efficient by reducing the number of model parameters over the course of training. However, most weight pruning techniques gen…

GPU

Revisiting Loss Modelling for Unstructured Pruning

2020-06-22 · César Laurent, Camille Ballas, Thomas George, Nicolas Ballas 외

By removing parameters from deep neural networks, unstructured pruning methods aim at cutting down memory footprint and computational cost, while maintaining prediction accuracy. In order to tackle this otherwise intract…