LGDec 1, 2025

On the Unreasonable Effectiveness of Last-layer Retraining

arXiv:2512.01766v11 citationsh-index: 15
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of improving robustness to spurious correlations in machine learning models, but it is incremental as it clarifies existing methods rather than introducing new ones.

The paper investigates why last-layer retraining (LLR) improves worst-group accuracy in neural networks, even with imbalanced held-out sets, and finds that the effectiveness is primarily due to better group balance rather than mitigating neural collapse.

Last-layer retraining (LLR) methods -- wherein the last layer of a neural network is reinitialized and retrained on a held-out set following ERM training -- have garnered interest as an efficient approach to rectify dependence on spurious correlations and improve performance on minority groups. Surprisingly, LLR has been found to improve worst-group accuracy even when the held-out set is an imbalanced subset of the training set. We initially hypothesize that this ``unreasonable effectiveness'' of LLR is explained by its ability to mitigate neural collapse through the held-out set, resulting in the implicit bias of gradient descent benefiting robustness. Our empirical investigation does not support this hypothesis. Instead, we present strong evidence for an alternative hypothesis: that the success of LLR is primarily due to better group balance in the held-out set. We conclude by showing how the recent algorithms CB-LLR and AFR perform implicit group-balancing to elicit a robustness improvement.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes