paper-with-me

홈 › Papers

Understanding Overfitting in Reweighting Algorithms for Worst-group Performance

2021-09-29 · Runtian Zhai, Chen Dan, J Zico Kolter, Pradeep Kumar Ravikumar

Prior work has proposed various reweighting algorithms to improve the worst-group performance of machine learning models for fairness. However, Sagawa et al. (2020) empirically found that these algorithms overfit easily in practice under the overparameterized setting, where the number of model parameters is much greater than the number of samples. In this work, we provide a theoretical backing to the empirical results above, and prove the pessimistic result that reweighting algorithms always overfit. Specifically we prove that with reweighting, an overparameterized model always converges to the same ERM interpolator that fits all training samples, and consequently its worst-group test performance will drop to the same level as ERM in the long run. That is, we cannot hope for reweighting algorithms to converge to a different interpolator than ERM with potentially better worst-group performance. Then, we analyze whether adding regularization helps fix the issue, and we prove that for regularization to work, it must be large enough to prevent the model from achieving small training error. Our results suggest that large regularization (or early stopping) and data augmentation are necessary for reweighting algorithms to achieve high worst-group test performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationFairness

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Towards Last-layer Retraining for Group Robustness with Fewer Annotations

2023-09-15 · NeurIPS 2023 11 · Tyler LaBonte, Vidya Muthukumar, Abhishek Kumar

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-th…

Model Selection

Alpha and Prejudice: Improving $α$-sized Worst-case Fairness via Intrinsic Reweighting

2024-11-05 · Jing Li, Yinghua Yao, Yuangang Pan, Xuanqian Wang 외

Worst-case fairness with off-the-shelf demographics achieves group parity by maximizing the model utility of the worst-off group. Nevertheless, demographic information is often unavailable in practical scenarios, which i…

Fairness

Simple data balancing achieves competitive worst-group-accuracy

2021-10-27 · Badr Youbi Idrissi, Martin Arjovsky, Mohammad Pezeshki, David Lopez-Paz

We study the problem of learning classifiers that perform well across (known or unknown) groups of data. After observing that common worst-group-accuracy datasets suffer from substantial imbalances, we set out to compare…

Model SelectionOut-of-Distribution Generalization

Outlier-Aware Training for Improving Group Accuracy Disparities

2022-10-27 · Li-Kuang Chen, Canasai Kruengkrai, Junichi Yamagishi

Methods addressing spurious correlations such as Just Train Twice (JTT, arXiv:2107.09044v2) involve reweighting a subset of the training set to maximize the worst-group accuracy. However, the reweighted set of examples m…

Group-robust Sample Reweighting for Subpopulation Shifts via Influence Functions

2025-03-10 · Rui Qiao, Zhaoxuan Wu, Jingtan Wang, Pang Wei Koh 외

Machine learning models often have uneven performance among subpopulations (a.k.a., groups) in the data distributions. This poses a significant challenge for the models to generalize when the proportions of the groups sh…