Interactive companion to our final report
Effects of Model Footprint Reduction on Chest X-ray Performance and Fairness
An interactive reading of our ECE/CSC 591 report. Move the slider to see the reported behavior of the DenseNet-121 model at different sparsity levels.
Read the full report on GitHubChoose model sparsity
Reported diagnostic performance stays close to baseline through 80% sparsity.
Overall AUROC change from baseline - the marker shows the selected pruning level. Select the chart to enlarge it.
The report supports substantial model-footprint reduction without a meaningful loss in diagnostic capability. This does not remove the need for separate fairness work.
Research insights
What the experiment adds
The slider summarizes the main result. These notes show how the study reached it and what it means for real deployment decisions.
AUROC, recall, and specificity remained stable through 80% sparsity. This indicates substantial redundant capacity in the pretrained model.
Beyond 95% sparsity, recall moves toward 1.0 while specificity approaches 0.0 because the model trends toward a constant “abnormality” prediction.
Sex and age gaps remained until global failure. Narrower group differences at collapse do not represent more equitable diagnostic care.
DenseNet-121 from TorchXRayVision, pruned with unstructured L1 weight pruning across convolutional layers.
2,797 unique NIH ChestX-ray8 images. The analysis focused on four abnormalities and removed repeated patient records.
Eleven sparsity levels from 0% to 100%, with AUROC, recall, specificity, worst-group accuracy, and true-positive-rate disparity.
Evidence from the report
Key charts
Original figures extracted from the submitted final report. Select a chart to view it at full size. Click the GitHub report link above for the complete figure set and interpretation.