paper-with-me

Papers

Mind the GAP: Improving Robustness to Subpopulation Shifts with Group-Aware Priors

2024-03-14 · Tim G. J. Rudner, Ya Shi Zhang, Andrew Gordon Wilson, Julia Kempe

Machine learning models often perform poorly under subpopulation shifts in the data distribution. Developing methods that allow machine learning models to better generalize to such shifts is crucial for safe deployment in real-world settings. In this paper, we develop a family of group-aware prior (GAP) distributions over neural network parameters that explicitly favor models that generalize well under subpopulation shifts. We design a simple group-aware prior that only requires access to a small set of data with group information and demonstrate that training with this prior yields state-of-the-art performance -- even when only retraining the final layer of a previously trained non-robust model. Group aware-priors are conceptually simple, complementary to existing approaches, such as attribute pseudo labeling and data reweighting, and open up promising new avenues for harnessing Bayesian inference to enable robustness to subpopulation shifts.

📄 PDF Abstract BibTeX arXiv:2403.09869

Code (1)

timrudner/group-aware-priors 공식 구현

Tasks

AttributeBayesian Inference

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

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…

Change is Hard: A Closer Look at Subpopulation Shift

2023-02-23 · Yuzhe Yang, Haoran Zhang, Dina Katabi, Marzyeh Ghassemi

Machine learning models often perform poorly on subgroups that are underrepresented in the training data. Yet, little is understood on the variation in mechanisms that cause subpopulation shifts, and how algorithms gener…

Model Selection

Mitigating Spurious Correlation via Distributionally Robust Learning with Hierarchical Ambiguity Sets

2025-10-03 · Sung Ho Jo, Seonghwi Kim, Minwoo Chae arxiv

Conventional supervised learning methods are often vulnerable to spurious correlations, particularly under distribution shifts in test data. To address this issue, several approaches, most notably Group DRO, have been de…

Spurious Correlation-Aware Embedding Regularization for Worst-Group Robustness

2025-11-06 · Subeen Park, Joowang Kim, Hakyung Lee, Sunjae Yoo 외 arxiv

Deep learning models achieve strong performance across various domains but often rely on spurious correlations, making them vulnerable to distribution shifts. This issue is particularly severe in subpopulation shift scen…

BREEDS: Benchmarks for Subpopulation Shift

2020-08-11 · ICLR 2021 1 · Shibani Santurkar, Dimitris Tsipras, Aleksander Madry

We develop a methodology for assessing the robustness of models to subpopulation shift---specifically, their ability to generalize to novel data subpopulations that were not observed during training. Our approach leverag…