General Greedy De-bias Learning
Xinzhe Han, Shuhui Wang, Chi Su, Qingming Huang, Qi Tian

TL;DR
The paper introduces GGD, a greedy de-bias learning framework that enhances neural network robustness against dataset biases and improves out-of-distribution generalization across various tasks.
Contribution
It proposes a novel GGD framework that trains biased and base models simultaneously, with curriculum regularization to balance in-distribution and out-of-distribution performance.
Findings
Significantly improves OOD generalization in image and question answering tasks.
Effective in both task-specific and self-ensemble bias scenarios.
Outperforms existing de-biasing methods in diverse benchmarks.
Abstract
Neural networks often make predictions relying on the spurious correlations from the datasets rather than the intrinsic properties of the task of interest, facing sharp degradation on out-of-distribution (OOD) test data. Existing de-bias learning frameworks try to capture specific dataset bias by annotations but they fail to handle complicated OOD scenarios. Others implicitly identify the dataset bias by special design low capability biased models or losses, but they degrade when the training and testing data are from the same distribution. In this paper, we propose a General Greedy De-bias learning framework (GGD), which greedily trains the biased models and the base model. The base model is encouraged to focus on examples that are hard to solve with biased models, thus remaining robust against spurious correlations in the test stage. GGD largely improves models' OOD generalization…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning · COVID-19 diagnosis using AI
MethodsBalanced Selection
