LGCVMLNov 7, 2020

Interventional Domain Adaptation

arXiv:2011.03737v11 citations
AI Analysis

This addresses a critical issue in domain adaptation for machine learning applications where biased source data can degrade transfer performance, though it is incremental as it builds on existing domain-invariance learning.

The paper tackles the problem of domain adaptation being misled by spurious correlations in source data, proposing an intervention strategy to remove domain-specific features, resulting in consistent performance improvements over state-of-the-art methods on unsupervised and domain-agnostic tasks.

Domain adaptation (DA) aims to transfer discriminative features learned from source domain to target domain. Most of DA methods focus on enhancing feature transferability through domain-invariance learning. However, source-learned discriminability itself might be tailored to be biased and unsafely transferable by spurious correlations, \emph{i.e.}, part of source-specific features are correlated with category labels. We find that standard domain-invariance learning suffers from such correlations and incorrectly transfers the source-specifics. To address this issue, we intervene in the learning of feature discriminability using unlabeled target data to guide it to get rid of the domain-specific part and be safely transferable. Concretely, we generate counterfactual features that distinguish the domain-specifics from domain-sharable part through a novel feature intervention strategy. To prevent the residence of domain-specifics, the feature discriminability is trained to be invariant to the mutations in the domain-specifics of counterfactual features. Experimenting on typical \emph{one-to-one} unsupervised domain adaptation and challenging domain-agnostic adaptation tasks, the consistent performance improvements of our method over state-of-the-art approaches validate that the learned discriminative features are more safely transferable and generalize well to novel domains.

Foundations

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

Your Notes