Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SelecMix: Debiased Learning by Contradicting-pair Sampling

About

Neural networks trained with ERM (empirical risk minimization) sometimes learn unintended decision rules, in particular when their training data is biased, i.e., when training labels are strongly correlated with undesirable features. To prevent a network from learning such features, recent methods augment training data such that examples displaying spurious correlations (i.e., bias-aligned examples) become a minority, whereas the other, bias-conflicting examples become prevalent. However, these approaches are sometimes difficult to train and scale to real-world data because they rely on generative models or disentangled representations. We propose an alternative based on mixup, a popular augmentation that creates convex combinations of training examples. Our method, coined SelecMix, applies mixup to contradicting pairs of examples, defined as showing either (i) the same label but dissimilar biased features, or (ii) different labels but similar biased features. Identifying such pairs requires comparing examples with respect to unknown biased features. For this, we utilize an auxiliary contrastive model with the popular heuristic that biased features are learned preferentially during training. Experiments on standard benchmarks demonstrate the effectiveness of the method, in particular when label noise complicates the identification of bias-conflicting examples.

Inwoo Hwang, Sangjun Lee, Yunhyeok Kwak, Seong Joon Oh, Damien Teney, Jin-Hwa Kim, Byoung-Tak Zhang• 2022

Related benchmarks

TaskDatasetResultRank
Image ClassificationNICO (test)--
36
Image ClassificationCMNIST 0.5% bias ratio unbiased (test)
Accuracy84.46
17
Image ClassificationCMNIST 1% bias ratio unbiased (test)
Accuracy94.51
11
Image ClassificationCMNIST 2% bias ratio unbiased (test)
Accuracy95.75
11
Image ClassificationCMNIST 5% bias ratio unbiased (test)
Accuracy98.09
11
Image ClassificationCIFAR10C 0.5% bias ratio unbiased (test)
Accuracy37.63
11
Image ClassificationCIFAR10C 1% bias ratio unbiased (test)
Accuracy40.14
11
Image ClassificationCIFAR10C 2% bias ratio unbiased (test)
Accuracy47.54
11
Image ClassificationBFFHQ 0.5% bias ratio unbiased (test)
Accuracy (Minority)63.07
11
Image ClassificationCIFAR10C 5% bias ratio unbiased (test)
Accuracy54.86
11
Showing 10 of 16 rows

Other info

Follow for update