paper-with-me

Papers

Multi-source domain adaptation for regression

2023-12-09 · Yujie Wu, Giovanni Parmigiani, Boyu Ren

Multi-source domain adaptation (DA) aims at leveraging information from more than one source domain to make predictions in a target domain, where different domains may have different data distributions. Most existing methods for multi-source DA focus on classification problems while there is only limited investigation in the regression settings. In this paper, we fill in this gap through a two-step procedure. First, we extend a flexible single-source DA algorithm for classification through outcome-coarsening to enable its application to regression problems. We then augment our single-source DA algorithm for regression with ensemble learning to achieve multi-source DA. We consider three learning paradigms in the ensemble algorithm, which combines linearly the target-adapted learners trained with each source domain: (i) a multi-source stacking algorithm to obtain the ensemble weights; (ii) a similarity-based weighting where the weights reflect the quality of DA of each target-adapted learner; and (iii) a combination of the stacking and similarity weights. We illustrate the performance of our algorithms with simulations and a data application where the goal is to predict High-density lipoprotein (HDL) cholesterol levels using gut microbiome. We observe a consistent improvement in prediction performance of our multi-source DA algorithm over the routinely used methods in all these scenarios.

📄 PDF Abstract BibTeX arXiv:2312.05460

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationEnsemble Learningregression

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

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

Adversarial Weighting for Domain Adaptation in Regression

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

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…

Domain Adaptationregression

Contrastive Regression for Domain Adaptation on Gaze Estimation

2022-01-01 · CVPR 2022 1 · Yaoming Wang, Yangzhou Jiang, Jin Li, Bingbing Ni 외

Appearance-based Gaze Estimation leverages deep neural networks to regress the gaze direction from monocular images and achieve impressive performance. However, its success depends on expensive and cumbersome annotat…

Domain AdaptationDomain GeneralizationGaze Estimationregression

Target-agnostic Source-free Domain Adaptation for Regression Tasks

2023-12-01 · Tianlang He, Zhiqiu Xia, Jierun Chen, Haoliang Li 외

Unsupervised domain adaptation (UDA) seeks to bridge the domain gap between the target and source using unlabeled target data. Source-free UDA removes the requirement for labeled source data at the target to preserve dat…

Domain AdaptationPredictionregressionSource-Free Domain Adaptation+1

DARE-GRAM : Unsupervised Domain Adaptation Regression by Aligning Inverse Gram Matrices

2023-03-23 · Ismail Nejjar, Qin Wang, Olga Fink

Unsupervised Domain Adaptation Regression (DAR) aims to bridge the domain gap between a labeled source dataset and an unlabelled target dataset for regression problems. Recent works mostly focus on learning a deep featur…

Domain AdaptationregressionUnsupervised Domain Adaptation