CVAIJul 20, 2022

Overcoming Shortcut Learning in a Target Domain by Generalizing Basic Visual Factors from a Source Domain

arXiv:2207.10002v19 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses the problem of spurious correlations impairing model robustness for AI practitioners, though it is incremental as it builds on prior work on shortcut learning.

The paper tackles shortcut learning in deep neural networks by extending training with a source domain designed to learn independent visual factor representations, finding this approach effectively mitigates shortcut reliance and improves compositional generalization in synthetic and real-world target domains.

Shortcut learning occurs when a deep neural network overly relies on spurious correlations in the training dataset in order to solve downstream tasks. Prior works have shown how this impairs the compositional generalization capability of deep learning models. To address this problem, we propose a novel approach to mitigate shortcut learning in uncontrolled target domains. Our approach extends the training set with an additional dataset (the source domain), which is specifically designed to facilitate learning independent representations of basic visual factors. We benchmark our idea on synthetic target domains where we explicitly control shortcut opportunities as well as real-world target domains. Furthermore, we analyze the effect of different specifications of the source domain and the network architecture on compositional generalization. Our main finding is that leveraging data from a source domain is an effective way to mitigate shortcut learning. By promoting independence across different factors of variation in the learned representations, networks can learn to consider only predictive factors and ignore potential shortcut factors during inference.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes