Learning Debiased Representations via Conditional Attribute Interpolation

Abstract

An image is usually described by more than one attribute like "shape" and "color". When a dataset is biased, i.e., most samples have attributes spuriously correlated with the target label, a Deep Neural Network (DNN) is prone to make predictions by the "unintended" attribute, especially if it is easier to learn. To improve the generalization ability when training on such a biased dataset, we propose a chi^2-model to learn debiased representations. First, we design a chi-shape pattern to match the training dynamics of a DNN and find Intermediate Attribute Samples (IASs) --- samples near the attribute decision boundaries, which indicate how the value of an attribute changes from one extreme to another. Then we rectify the representation with a chi-structured metric learning objective. Conditional interpolation among IASs eliminates the negative effect of peripheral attributes and facilitates retaining the intra-class compactness. Experiments show that chi^2-model learns debiased representation effectively and achieves remarkable improvements on various datasets.

Cite

Text

Zhang et al. "Learning Debiased Representations via Conditional Attribute Interpolation." Conference on Computer Vision and Pattern Recognition, 2023. doi:10.1109/CVPR52729.2023.00734

Markdown

[Zhang et al. "Learning Debiased Representations via Conditional Attribute Interpolation." Conference on Computer Vision and Pattern Recognition, 2023.](https://mlanthology.org/cvpr/2023/zhang2023cvpr-learning-c/) doi:10.1109/CVPR52729.2023.00734

BibTeX

@inproceedings{zhang2023cvpr-learning-c,
  title     = {{Learning Debiased Representations via Conditional Attribute Interpolation}},
  author    = {Zhang, Yi-Kai and Wang, Qi-Wei and Zhan, De-Chuan and Ye, Han-Jia},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2023},
  pages     = {7599-7608},
  doi       = {10.1109/CVPR52729.2023.00734},
  url       = {https://mlanthology.org/cvpr/2023/zhang2023cvpr-learning-c/}
}