Unsupervised Domain Alignment to Mitigate Low Level Dataset Biases
Kirthi Shankar Sivamani

TL;DR
This paper introduces a novel unsupervised domain alignment method using generative adversarial networks to reduce dataset bias in computer vision, improving model generalization across different datasets.
Contribution
It proposes a new debiasing technique that learns a non-linear mapping from source to target domain while preserving labels, enhancing cross-dataset model performance.
Findings
Outperforms prior debiasing methods in experiments
Reduces dataset bias effectively during inference
Improves cross-dataset accuracy
Abstract
Dataset bias is a well-known problem in the field of computer vision. The presence of implicit bias in any image collection hinders a model trained and validated on a particular dataset to yield similar accuracies when tested on other datasets. In this paper, we propose a novel debiasing technique to reduce the effects of a biased training dataset. Our goal is to augment the training data using a generative network by learning a non-linear mapping from the source domain (training set) to the target domain (testing set) while retaining training set labels. The cycle consistency loss and adversarial loss for generative adversarial networks are used to learn the mapping. A structured similarity index (SSIM) loss is used to enforce label retention while augmenting the training set. Our methods and hypotheses are supported by quantitative comparisons with prior debiasing techniques. These…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
MethodsCycle Consistency Loss
