paper-with-me

Papers

Learning from Failure: Training Debiased Classifier from Biased Classifier

2020-07-06 · Junhyun Nam, Hyuntak Cha, Sungsoo Ahn, Jaeho Lee, Jinwoo Shin

Neural networks often learn to make predictions that overly rely on spurious correlation existing in the dataset, which causes the model to be biased. While previous work tackles this issue by using explicit labeling on the spuriously correlated attributes or presuming a particular bias type, we instead utilize a cheaper, yet generic form of human knowledge, which can be widely applicable to various types of bias. We first observe that neural networks learn to rely on the spurious correlation only when it is "easier" to learn than the desired knowledge, and such reliance is most prominent during the early phase of training. Based on the observations, we propose a failure-based debiasing scheme by training a pair of neural networks simultaneously. Our main idea is twofold; (a) we intentionally train the first network to be biased by repeatedly amplifying its "prejudice", and (b) we debias the training of the second network by focusing on samples that go against the prejudice of the biased network in (a). Extensive experiments demonstrate that our method significantly improves the training of the network against various types of biases in both synthetic and real-world datasets. Surprisingly, our framework even occasionally outperforms the debiasing methods requiring explicit supervision of the spuriously correlated attributes.

📄 PDF Abstract BibTeX arXiv:2007.02561

Code (2)

alinlab/BAR 공식 구현
alinlab/LfF pytorch

Tasks

Action RecognitionFacial Attribute ClassificationOut-of-Distribution Generalization

Similar Papers 제목 키워드 기반

Learning Debiased Classifier with Biased Committee

2022-06-22 · Nayeong Kim, Sehyun Hwang, Sungsoo Ahn, Jaesik Park 외

Neural networks are prone to be biased towards spurious correlations between classes and latent attributes exhibited in a major portion of training data, which ruins their generalization capability. We propose a new meth…

Attribute

DECIDER: Leveraging Foundation Model Priors for Improved Model Failure Detection and Explanation

2024-08-01 · Rakshith Subramanyam, Kowshik Thopalli, Vivek Narayanaswamy, Jayaraman J. Thiagarajan

Reliably detecting when a deployed machine learning model is likely to fail on a given input is crucial for ensuring safe operation. In this work, we propose DECIDER (Debiasing Classifiers to Identify Errors Reliably), a…

Attributeimage-classificationImage Classificationmodel

Debiased Learning from Naturally Imbalanced Pseudo-Labels

2022-01-05 · CVPR 2022 1 · Xudong Wang, Zhirong Wu, Long Lian, Stella X. Yu

Pseudo-labels are confident predictions made on unlabeled target data by a classifier trained on labeled source data. They are widely used for adapting a model to unlabeled data, e.g., in a semi-supervised learning setti…

counterfactualCounterfactual ReasoningFew-Shot Image Classificationimbalanced classification+2

Project-Probe-Aggregate: Efficient Fine-Tuning for Group Robustness

2025-03-12 · CVPR 2025 1 · Beier Zhu, Jiequan Cui, Hanwang Zhang, Chi Zhang

While image-text foundation models have succeeded across diverse downstream tasks, they still face challenges in the presence of spurious correlations between the input and label. To address this issue, we propose a simp…

parameter-efficient fine-tuning

Data Debiasing with Datamodels (D3M): Improving Subgroup Robustness via Data Selection

2024-06-24 · Saachi Jain, Kimia Hamidieh, Kristian Georgiev, Andrew Ilyas 외

Machine learning models can fail on subgroups that are underrepresented during training. While techniques such as dataset balancing can improve performance on underperforming groups, they require access to training group…