Mitigating Negative Transfer via Reducing Environmental Disagreement
Hui Sun, Zheng Xie, Hao-Yuan He, Ming Li
TL;DR
This work tackles negative transfer in unsupervised domain adaptation by reframing transfer through causal disentanglement, identifying non-causal environmental features as the root cause of cross-domain misgeneralization. It introduces RED, a framework that decomposes samples into domain-invariant causal features and domain-specific environmental features, with adversarially trained domain-specific extractors and a learned mixing coefficient to suppress environmental shortcuts. The authors derive a new target-error bound that explicitly includes environmental disagreement via a transition matrix $M$, and they operationalize this insight by estimating $\widehat{M}$ and minimizing $(1-\lambda)(1-\mathrm{tr}(\widehat{M}))$ during training. Empirical results on Office-31, Office-Home, and DomainNet show state-of-the-art performance across diverse backbones (ResNet, DeiT, ViT), with ablations confirming the contribution of environmental-disagreement reduction to improved cross-domain transfer.
Abstract
Unsupervised Domain Adaptation~(UDA) focuses on transferring knowledge from a labeled source domain to an unlabeled target domain, addressing the challenge of \emph{domain shift}. Significant domain shifts hinder effective knowledge transfer, leading to \emph{negative transfer} and deteriorating model performance. Therefore, mitigating negative transfer is essential. This study revisits negative transfer through the lens of causally disentangled learning, emphasizing cross-domain discriminative disagreement on non-causal environmental features as a critical factor. Our theoretical analysis reveals that overreliance on non-causal environmental features as the environment evolves can cause discriminative disagreements~(termed \emph{environmental disagreement}), thereby resulting in negative transfer. To address this, we propose Reducing Environmental Disagreement~(RED), which disentangles each sample into domain-invariant causal features and domain-specific non-causal environmental features via adversarially training domain-specific environmental feature extractors in the opposite domains. Subsequently, RED estimates and reduces environmental disagreement based on domain-specific non-causal environmental features. Experimental results confirm that RED effectively mitigates negative transfer and achieves state-of-the-art performance.
