Towards Last-layer Retraining for Group Robustness with Fewer Annotations
Tyler LaBonte, Vidya Muthukumar, Abhishek Kumar

TL;DR
This paper demonstrates that last-layer retraining can significantly improve group robustness in neural networks without requiring explicit group annotations, using a simple method called SELF that leverages misclassifications.
Contribution
It introduces SELF, a lightweight method for last-layer finetuning that enhances group robustness without extensive annotations, and provides theoretical and empirical evidence of its effectiveness.
Findings
Last-layer retraining improves worst-group accuracy with minimal data.
SELF nearly matches DFR performance without group annotations.
Model disagreement effectively upsamples worst-group data.
Abstract
Empirical risk minimization (ERM) of neural networks is prone to over-reliance on spurious correlations and poor generalization on minority groups. The recent deep feature reweighting (DFR) technique achieves state-of-the-art group robustness via simple last-layer retraining, but it requires held-out group and class annotations to construct a group-balanced reweighting dataset. In this work, we examine this impractical requirement and find that last-layer retraining can be surprisingly effective with no group annotations (other than for model selection) and only a handful of class annotations. We first show that last-layer retraining can greatly improve worst-group accuracy even when the reweighting dataset has only a small proportion of worst-group data. This implies a "free lunch" where holding out a subset of training data to retrain the last layer can substantially outperform ERM on…
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
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Multimodal Machine Learning Applications
