paper-with-me

홈 › Papers

Confidence-Based Model Selection: When to Take Shortcuts for Subpopulation Shifts

2023-06-19 · Annie S. Chen, Yoonho Lee, Amrith Setlur, Sergey Levine, Chelsea Finn

Effective machine learning models learn both robust features that directly determine the outcome of interest (e.g., an object with wheels is more likely to be a car), and shortcut features (e.g., an object on a road is more likely to be a car). The latter can be a source of error under distributional shift, when the correlations change at test-time. The prevailing sentiment in the robustness literature is to avoid such correlative shortcut features and learn robust predictors. However, while robust predictors perform better on worst-case distributional shifts, they often sacrifice accuracy on majority subpopulations. In this paper, we argue that shortcut features should not be entirely discarded. Instead, if we can identify the subpopulation to which an input belongs, we can adaptively choose among models with different strengths to achieve high performance on both majority and minority subpopulations. We propose COnfidence-baSed MOdel Selection (CosMoS), where we observe that model confidence can effectively guide model selection. Notably, CosMoS does not require any target labels or group annotations, either of which may be difficult to obtain or unavailable. We evaluate CosMoS on four datasets with spurious correlations, each with multiple test sets with varying levels of data distribution shift. We find that CosMoS achieves 2-5% lower average regret across all subpopulations, compared to using only robust predictors or other model aggregation methods.

📄 PDF Abstract BibTeX arXiv:2306.11120

Code (0)

등록된 구현이 없습니다.

Tasks

Model Selection

Similar Papers 제목 키워드 기반

Best Arm Identification with Fairness Constraints on Subpopulations

2023-04-08 · Yuhang Wu, Zeyu Zheng, Tingyu Zhu

We formulate, analyze and solve the problem of best arm identification with fairness constraints on subpopulations (BAICS). Standard best arm identification problems aim at selecting an arm that has the largest expected …

Fairness

Detecting Shortcuts in Medical Images -- A Case Study in Chest X-rays

2022-11-08 · Amelia Jiménez-Sánchez, Dovile Juodelyte, Bethany Chamberlain, Veronika Cheplygina

The availability of large public datasets and the increased amount of computing power have shifted the interest of the medical community to high-performance algorithms. However, little attention is paid to the quality of…

image-classificationImage ClassificationMedical Image Classification

Selection of the Best Policy under Fairness Constraints for Subpopulations

2026-05-11 · Tingyu Zhu, Yuhang Wu, Zeyu Zheng arxiv

Many high-stakes decisions in health care, public policy, and clinical development require committing to a single policy that will be applied uniformly across a heterogeneous population. Regulatory and fairness standards…

Learning with Noisy Labels over Imbalanced Subpopulations

2022-11-16 · Mingcai Chen, Yu Zhao, Bing He, Zongbo Han 외

Learning with Noisy Labels (LNL) has attracted significant attention from the research community. Many recent LNL methods rely on the assumption that clean samples tend to have "small loss". However, this assumption alwa…

Learning with noisy labels

Clustered Calibration: Representation-Aware Probability Calibration via Learned Subpopulations

2025-10-22 · Tomer Lavi, Bracha Shapira, Nadav Rappoport arxiv

Ensuring that predicted probabilities align with observed frequencies is critical in high-stakes domains such as clinical decision support, autonomous driving and financial risk assessment. Existing calibration methods t…

Autonomous Driving