paper-with-me

Papers

Distributionally Robust Post-hoc Classifiers under Prior Shifts

2023-09-16 · Jiaheng Wei, Harikrishna Narasimhan, Ehsan Amid, Wen-Sheng Chu, Yang Liu, Abhishek Kumar

The generalization ability of machine learning models degrades significantly when the test distribution shifts away from the training distribution. We investigate the problem of training models that are robust to shifts caused by changes in the distribution of class-priors or group-priors. The presence of skewed training priors can often lead to the models overfitting to spurious features. Unlike existing methods, which optimize for either the worst or the average performance over classes or groups, our work is motivated by the need for finer control over the robustness properties of the model. We present an extremely lightweight post-hoc approach that performs scaling adjustments to predictions from a pre-trained model, with the goal of minimizing a distributionally robust loss around a chosen target distribution. These adjustments are computed by solving a constrained optimization problem on a validation set and applied to the model during test time. Our constrained optimization objective is inspired by a natural notion of robustness to controlled distribution shifts. Our method comes with provable guarantees and empirically makes a strong case for distributional robust post-hoc classifiers. An empirical implementation is available at https://github.com/weijiaheng/Drops.

📄 PDF Abstract BibTeX arXiv:2309.08825

Code (1)

weijiaheng/drops 공식 구현 tf

Similar Papers 제목 키워드 기반

Distributionally Robust Classifiers in Sentiment Analysis

2021-10-20 · Shilun Li, Renee Li, Carina Zhang

In this paper, we propose sentiment classification models based on BERT integrated with DRO (Distributionally Robust Classifiers) to improve model performance on datasets with distributional shifts. We added 2-Layer Bi-L…

Sentiment AnalysisSentiment Classification

Robust Generalization despite Distribution Shift via Minimum Discriminating Information

2021-06-08 · NeurIPS 2021 12 · Tobias Sutter, Andreas Krause, Daniel Kuhn

Training models that perform well under distribution shifts is a central challenge in machine learning. In this paper, we introduce a modeling framework where, in addition to training data, we have partial structural kno…

Generalization BoundsOff-policy evaluation

Wasserstein Distributionally Robust Nash Equilibrium Seeking with Heterogeneous Data: A Lagrangian Approach

2025-11-18 · Zifan Wang, Georgios Pantazis, Sergio Grammatico, Michael M. Zavlanos 외 arxiv

We study a class of distributionally robust games where agents are allowed to heterogeneously choose their risk aversion with respect to distributional shifts of the uncertainty. In our formulation, heterogeneous Wassers…

A Meta-Analysis of Distributionally-Robust Models

2022-06-15 · Benjamin Feuer, Ameya Joshi, Chinmay Hegde

State-of-the-art image classifiers trained on massive datasets (such as ImageNet) have been shown to be vulnerable to a range of both intentional and incidental distribution shifts. On the other hand, several recent clas…

Learning Distributionally Robust Models at Scale via Composite Optimization

2022-03-17 · ICLR 2022 4 · Farzin Haddadpour, Mohammad Mahdi Kamani, Mehrdad Mahdavi, Amin Karbasi

To train machine learning models that are robust to distribution shifts in the data, distributionally robust optimization (DRO) has been proven very effective. However, the existing approaches to learning a distributiona…