Bias Amplification Enhances Minority Group Performance
Gaotang Li, Jiarui Liu, Wei Hu

TL;DR
This paper introduces BAM, a two-stage training method that enhances minority group performance by leveraging bias amplification and reweighting, without requiring extensive group annotations, showing competitive results on vision and NLP benchmarks.
Contribution
BAM is a novel training algorithm that improves minority group accuracy without needing full group annotations, using bias amplification and adaptive reweighting.
Findings
BAM achieves competitive results on spurious correlation benchmarks.
A simple stopping criterion reduces the need for group annotations.
The method is robust across class and group imbalance ratios.
Abstract
Neural networks produced by standard training are known to suffer from poor accuracy on rare subgroups despite achieving high accuracy on average, due to the correlations between certain spurious features and labels. Previous approaches based on worst-group loss minimization (e.g. Group-DRO) are effective in improving worse-group accuracy but require expensive group annotations for all the training samples. In this paper, we focus on the more challenging and realistic setting where group annotations are only available on a small validation set or are not available at all. We propose BAM, a novel two-stage training algorithm: in the first stage, the model is trained using a bias amplification scheme via introducing a learnable auxiliary variable for each training sample; in the second stage, we upweight the samples that the bias-amplified model misclassifies, and then continue training…
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
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Data Classification · Imbalanced Data Classification Techniques
MethodsFocus · Bottleneck Attention Module
