paper-with-me

홈 › Papers

Examining and Combating Spurious Features under Distribution Shift

2021-06-14 · Chunting Zhou, Xuezhe Ma, Paul Michel, Graham Neubig

A central goal of machine learning is to learn robust representations that capture the causal relationship between inputs features and output labels. However, minimizing empirical risk over finite or biased datasets often results in models latching on to spurious correlations between the training input/output pairs that are not fundamental to the problem at hand. In this paper, we define and analyze robust and spurious representations using the information-theoretic concept of minimal sufficient statistics. We prove that even when there is only bias of the input distribution (i.e. covariate shift), models can still pick up spurious features from their training data. Group distributionally robust optimization (DRO) provides an effective tool to alleviate covariate shift by minimizing the worst-case training loss over a set of pre-defined groups. Inspired by our analysis, we demonstrate that group DRO can fail when groups do not directly account for various spurious correlations that occur in the data. To address this, we further propose to minimize the worst-case losses over a more flexible set of distributions that are defined on the joint distribution of groups and instances, instead of treating each group as a whole at optimization time. Through extensive experiments on one image and two language tasks, we show that our model is significantly more robust than comparable baselines under various partitions. Our code is available at https://github.com/violet-zct/group-conditional-DRO.

📄 PDF Abstract BibTeX arXiv:2106.07171

Code (1)

violet-zct/group-conditional-DRO 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Combating Spurious Features by Distribution Difference Regularization

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Prior studies show that spurious features are inevitable to avoid in the data collection process. These spurious features cause a shortcut for a model making bad prediction in real world test data due to ignoring the rea…

coreference-resolutionCoreference Resolution

Views Can Be Deceiving: Improved SSL Through Feature Space Augmentation

2024-05-28 · Kimia Hamidieh, Haoran Zhang, Swami Sankaranarayanan, Marzyeh Ghassemi

Supervised learning methods have been found to exhibit inductive biases favoring simpler features. When such features are spuriously correlated with the label, this can result in suboptimal performance on minority subgro…

Representation LearningSelf-Supervised Learning

Invariant Representation via Decoupling Style and Spurious Features from Images

2023-12-11 · Ruimeng Li, Yuanhao Pu, Zhaoyi Li, Hong Xie 외

This paper considers the out-of-distribution (OOD) generalization problem under the setting that both style distribution shift and spurious features exist and domain labels are missing. This setting frequently arises in …

Image GenerationRepresentation Learning

Continual Feature Selection: Spurious Features in Continual Learning

2022-03-02 · Timothée Lesort

Continual Learning (CL) is the research field addressing learning without forgetting when the data distribution is not static. This paper studies spurious features' influence on continual learning algorithms. We show tha…

Continual Learningfeature selection

On the Impact of Spurious Correlation for Out-of-distribution Detection

2021-09-12 · Yifei Ming, Hang Yin, Yixuan Li

Modern neural networks can assign high confidence to inputs drawn from outside the training distribution, posing threats to models in real-world deployments. While much research attention has been placed on designing new…

Out-of-Distribution DetectionOut of Distribution (OOD) Detection