LGMLJun 15, 2020

Adversarial Weighting for Domain Adaptation in Regression

arXiv:2006.08251v450 citations
Originality Incremental advance
AI Analysis

This addresses domain adaptation for regression problems, but it appears incremental as it builds on existing adversarial methods for domain adaptation.

The paper tackles regression tasks in supervised domain adaptation under covariate shift by proposing an instance-based approach that reweights source instances during training, using an adversarial network algorithm to jointly learn the weighting scheme and the task, with numerical evidence from public datasets.

We present a novel instance-based approach to handle regression tasks in the context of supervised domain adaptation under an assumption of covariate shift. The approach developed in this paper is based on the assumption that the task on the target domain can be efficiently learned by adequately reweighting the source instances during training phase. We introduce a novel formulation of the optimization objective for domain adaptation which relies on a discrepancy distance characterizing the difference between domains according to a specific task and a class of hypotheses. To solve this problem, we develop an adversarial network algorithm which learns both the source weighting scheme and the task in one feed-forward gradient descent. We provide numerical evidence of the relevance of the method on public data sets for regression domain adaptation through reproducible experiments.

Code Implementations2 repos
Foundations

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

Your Notes