paper-with-me

홈 › Papers

Nearest Neighbor Sampling for Covariate Shift Adaptation

2023-12-15 · François Portier, Lionel Truquet, Ikko Yamane

Many existing covariate shift adaptation methods estimate sample weights given to loss values to mitigate the gap between the source and the target distribution. However, estimating the optimal weights typically involves computationally expensive matrix inversion and hyper-parameter tuning. In this paper, we propose a new covariate shift adaptation method which avoids estimating the weights. The basic idea is to directly work on unlabeled target data, labeled according to the $k$-nearest neighbors in the source dataset. Our analysis reveals that setting $k = 1$ is an optimal choice. This property removes the necessity of tuning the only hyper-parameter $k$ and leads to a running time quasi-linear in the sample size. Our results include sharp rates of convergence for our estimator, with a tight control of the mean square error and explicit constants. In particular, the variance of our estimators has the same rate of convergence as for standard parametric estimation despite their non-parametric nature. The proposed estimator shares similarities with some matching-based treatment effect estimators used, e.g., in biostatistics, econometrics, and epidemiology. Our experiments show that it achieves drastic reduction in the running time with remarkable accuracy.

📄 PDF Abstract BibTeX arXiv:2312.09969

Code (0)

등록된 구현이 없습니다.

Tasks

EconometricsEpidemiology

Similar Papers 제목 키워드 기반

Contrastive Identification of Covariate Shift in Image Data

2021-08-18 · Matthew L. Olson, Thuy-Vy Nguyen, Gaurav Dixit, Neale Ratzlaff 외

Identifying covariate shift is crucial for making machine learning systems robust in the real world and for detecting training data biases that are not reflected in test data. However, detecting covariate shift is challe…

Attribute

Minimum Wasserstein distance estimator under covariate shift: closed-form, super-efficiency and irregularity

2026-01-12 · Junjun Lang, Qiong Zhang, Yukun Liu arxiv

Covariate shift arises when covariate distributions differ between source and target populations while the conditional distribution of the response remains invariant, and it underlies problems in missing data and causal …

Causal Inference

Nearest Neighbor-based Importance Weighting

2021-02-03 · Marco Loog

Importance weighting is widely applicable in machine learning in general and in techniques dealing with data covariate shift problems in particular. A novel, direct approach to determine such importance weighting is pres…

BIG-bench Machine LearningClassificationGeneral Classification

Test-Time Adaptation via Self-Training with Nearest Neighbor Information

2022-07-08 · Minguk Jang, Sae-Young Chung, Hye Won Chung

Test-time adaptation (TTA) aims to adapt a trained classifier using online unlabeled test data only, without any information related to the training procedure. Most existing TTA methods adapt the trained classifier using…

Domain GeneralizationPseudo LabelTest-time Adaptation

Reweighting samples under covariate shift using a Wasserstein distance criterion

2020-10-19 · Julien Reygner, Adrien Touboul

Considering two random variables with different laws to which we only have access through finite size iid samples, we address how to reweight the first sample so that its empirical distribution converges towards the true…

Uncertainty Quantification