Learning Debiased Representation via Disentangled Feature Augmentation
About
Image classification models tend to make decisions based on peripheral attributes of data items that have strong correlation with a target variable (i.e., dataset bias). These biased models suffer from the poor generalization capability when evaluated on unbiased datasets. Existing approaches for debiasing often identify and emphasize those samples with no such correlation (i.e., bias-conflicting) without defining the bias type in advance. However, such bias-conflicting samples are significantly scarce in biased datasets, limiting the debiasing capability of these approaches. This paper first presents an empirical analysis revealing that training with "diverse" bias-conflicting samples beyond a given training set is crucial for debiasing as well as the generalization capability. Based on this observation, we propose a novel feature-level data augmentation technique in order to synthesize diverse bias-conflicting samples. To this end, our method learns the disentangled representation of (1) the intrinsic attributes (i.e., those inherently defining a certain class) and (2) bias attributes (i.e., peripheral attributes causing the bias), from a large number of bias-aligned samples, the bias attributes of which have strong correlation with the target variable. Using the disentangled representation, we synthesize bias-conflicting samples that contain the diverse intrinsic attributes of bias-aligned samples by swapping their latent features. By utilizing these diversified bias-conflicting features during the training, our approach achieves superior classification accuracy and debiasing results against the existing baselines on synthetic and real-world datasets.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Graph Classification | CMNIST-75sp unbiased (test) | Accuracy78.03 | 60 | |
| Graph Classification | CFashion-75sp unbiased (test) | Accuracy64.65 | 60 | |
| Graph Classification | CKuzushiji-75sp unbiased (test) | Accuracy48.7 | 60 | |
| Image Classification | CMNIST (test) | Test Accuracy88.29 | 55 | |
| Image Classification | CelebA (test) | Accuracy65.26 | 37 | |
| Image Classification | NICO (test) | -- | 36 | |
| Blond Hair classification | CelebA (test) | Average Group Accuracy67.88 | 30 | |
| Image Classification | CIFAR10-C unbiased (test) | Accuracy49.15 | 28 | |
| Image Classification | C-CIFAR10 official (test) | Accuracy51.13 | 28 | |
| Image Classification | Colored MNIST unbiased (test) | Accuracy96.76 | 28 |