paper-with-me

홈 › Papers

Adversarial Weighting for Domain Adaptation in Regression

2020-06-15 · Antoine de Mathelin, Guillaume Richard, Francois Deheeger, Mathilde Mougeot, Nicolas Vayatis

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.

📄 PDF Abstract BibTeX arXiv:2006.08251

Code (2)

adapt-python/adapt 공식 구현 tf
antoinedemathelin/wann 공식 구현 tf

Tasks

Domain Adaptationregression

Similar Papers 제목 키워드 기반

Adversarial Reweighting with $α$-Power Maximization for Domain Adaptation

2024-04-26 · Xiang Gu, Xi Yu, Yan Yang, Jian Sun 외

The practical Domain Adaptation (DA) tasks, e.g., Partial DA (PDA), open-set DA, universal DA, and test-time adaptation, have gained increasing attention in the machine learning community. In this paper, we propose a nov…

Domain AdaptationTest-time Adaptation

Leveraging unsupervised data and domain adaptation for deep regression in low-cost sensor calibration

2022-10-02 · Swapnil Dey, Vipul Arora, Sachchida Nand Tripathi

Air quality monitoring is becoming an essential task with rising awareness about air quality. Low cost air quality sensors are easy to deploy but are not as reliable as the costly and bulky reference monitors. The low qu…

Domain AdaptationregressionSemi-supervised Domain Adaptation

Multi-source Heterogeneous Domain Adaptation with Conditional Weighting Adversarial Network

2020-08-06 · Yuan Yao, Xutao Li, Yu Zhang, Yunming Ye

Heterogeneous domain adaptation (HDA) tackles the learning of cross-domain samples with both different probability distributions and feature representations. Most of the existing HDA studies focus on the single-source sc…

Domain Adaptation

Adversarial Reweighting for Partial Domain Adaptation

2021-12-01 · NeurIPS 2021 12 · Xiang Gu, Xi Yu, Yan Yang, Jian Sun 외

Partial domain adaptation (PDA) has gained much attention due to its practical setting. The current PDA methods usually adapt the feature extractor by aligning the target and reweighted source domain distributions. In th…

Domain AdaptationPartial Domain Adaptation

Adversarial Multiple Source Domain Adaptation

2018-12-01 · NeurIPS 2018 12 · Han Zhao, Shanghang Zhang, Guanhang Wu, José M. F. Moura 외

While domain adaptation has been actively researched, most algorithms focus on the single-source-single-target adaptation setting. In this paper we propose new generalization bounds and algorithms under both classificati…

ClassificationDomain AdaptationGeneral ClassificationGeneralization Bounds+3