paper-with-me

Papers

Double-Weighting for Covariate Shift Adaptation

2023-05-15 · José I. Segovia-Martín, Santiago Mazuelas, Anqi Liu

Supervised learning is often affected by a covariate shift in which the marginal distributions of instances (covariates $x$) of training and testing samples $\mathrm{p}_\text{tr}(x)$ and $\mathrm{p}_\text{te}(x)$ are different but the label conditionals coincide. Existing approaches address such covariate shift by either using the ratio $\mathrm{p}_\text{te}(x)/\mathrm{p}_\text{tr}(x)$ to weight training samples (reweighted methods) or using the ratio $\mathrm{p}_\text{tr}(x)/\mathrm{p}_\text{te}(x)$ to weight testing samples (robust methods). However, the performance of such approaches can be poor under support mismatch or when the above ratios take large values. We propose a minimax risk classification (MRC) approach for covariate shift adaptation that avoids such limitations by weighting both training and testing samples. In addition, we develop effective techniques that obtain both sets of weights and generalize the conventional kernel mean matching method. We provide novel generalization bounds for our method that show a significant increase in the effective sample size compared with reweighted methods. The proposed method also achieves enhanced classification performance in both synthetic and empirical experiments.

📄 PDF Abstract BibTeX arXiv:2305.08637

Code (1)

machinelearningbcam/mrcs-for-covariate-shift-adaptation 공식 구현

Tasks

Generalization Bounds

Similar Papers 제목 키워드 기반

Double Debiased Covariate Shift Adaptation Robust to Density-Ratio Estimation

2023-10-25 · Masahiro Kato, Kota Matsui, Ryo Inokuchi

Consider a scenario where we have access to train data with both covariates and outcomes while test data only contains covariates. In this scenario, our primary aim is to predict the missing outcomes of the test data. Wi…

Density Ratio Estimationregression

Effective Sample Size, Dimensionality, and Generalization in Covariate Shift Adaptation

2020-10-02 · Felipe Maia Polo, Renato Vicente

In supervised learning, training and test datasets are often sampled from distinct distributions. Domain adaptation techniques are thus required. Covariate shift adaptation yields good generalization performance when dom…

Dimensionality ReductionDomain Adaptationfeature selectionGeneralization Bounds

Calibrated Prediction with Covariate Shift via Unsupervised Domain Adaptation

2020-02-29 · Sangdon Park, Osbert Bastani, James Weimer, Insup Lee

Reliable uncertainty estimates are an important tool for helping autonomous agents or human decision makers understand and leverage predictive models. However, existing approaches to estimating uncertainty largely ignore…

Domain AdaptationPredictionUnsupervised Domain Adaptation

Semi-Generative Modelling: Covariate-Shift Adaptation with Cause and Effect Features

2018-07-20 · Julius von Kügelgen, Alexander Mey, Marco Loog

Current methods for covariate-shift adaptation use unlabelled data to compute importance weights or domain-invariant features, while the final model is trained on labelled data only. Here, we consider a particular case o…

Domain Adaptation

Domain Adaptation with Factorizable Joint Shift

2022-03-06 · Hao He, Yuzhe Yang, Hao Wang

Existing domain adaptation (DA) usually assumes the domain shift comes from either the covariates or the labels. However, in real-world applications, samples selected from different domains could have biases in both the …

Domain AdaptationUnsupervised Domain Adaptation