Characterising Bias in Compressed Models
Sara Hooker, Nyalleng Moorosi, Gregory Clark, Samy Bengio, Emily, Denton

TL;DR
This paper investigates how model compression techniques like pruning and quantization disproportionately affect certain challenging examples, revealing biases and providing a tool for targeted human review.
Contribution
It introduces the concept of Compression Identified Exemplars (CIE) to highlight biased errors in compressed models and proposes using CIE for focused human-in-the-loop auditing.
Findings
CIE examples reveal the most challenging data points for compressed models.
Compression amplifies existing biases, especially on underrepresented features.
CIE can be used to efficiently identify and inspect biased or difficult cases.
Abstract
The popularity and widespread use of pruning and quantization is driven by the severe resource constraints of deploying deep neural networks to environments with strict latency, memory and energy requirements. These techniques achieve high levels of compression with negligible impact on top-line metrics (top-1 and top-5 accuracy). However, overall accuracy hides disproportionately high errors on a small subset of examples; we call this subset Compression Identified Exemplars (CIE). We further establish that for CIE examples, compression amplifies existing algorithmic bias. Pruning disproportionately impacts performance on underrepresented features, which often coincides with considerations of fairness. Given that CIE is a relatively small subset but a great contributor of error in the model, we propose its use as a human-in-the-loop auditing tool to surface a tractable subset of the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Anomaly Detection Techniques and Applications · Adversarial Robustness in Machine Learning
MethodsPruning
