paper-with-me

Papers

Improving importance estimation in covariate shift for providing accurate prediction error

2024-02-02 · Laura Fdez-Díaz, Sara González Tomillo, Elena Montañés, José Ramón Quevedo

In traditional Machine Learning, the algorithms predictions are based on the assumption that the data follows the same distribution in both the training and the test datasets. However, in real world data this condition does not hold and, for instance, the distribution of the covariates changes whereas the conditional distribution of the targets remains unchanged. This situation is called covariate shift problem where standard error estimation may be no longer accurate. In this context, the importance is a measure commonly used to alleviate the influence of covariate shift on error estimations. The main drawback is that it is not easy to compute. The Kullback-Leibler Importance Estimation Procedure (KLIEP) is capable of estimating importance in a promising way. Despite its good performance, it fails to ignore target information, since it only includes the covariates information for computing the importance. In this direction, this paper explores the potential performance improvement if target information is considered in the computation of the importance. Then, a redefinition of the importance arises in order to be generalized in this way. Besides the potential improvement in performance, including target information make possible the application to a real application about plankton classification that motivates this research and characterized by its great dimensionality, since considering targets rather than covariates reduces the computation and the noise in the covariates. The impact of taking target information is also explored when Logistic Regression (LR), Kernel Mean Matching (KMM), Ensemble Kernel Mean Matching (EKMM) and the naive predecessor of KLIEP called Kernel Density Estimation (KDE) methods estimate the importance. The experimental results lead to a more accurate error estimation using target information, especially in case of the more promising method KLIEP.

📄 PDF Abstract BibTeX arXiv:2402.01450

Code (0)

등록된 구현이 없습니다.

Tasks

Density Estimation

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Direct Importance Estimation with Model Selection and Its Application to Covariate Shift Adaptation

2007-12-01 · NeurIPS 2007 12 · Masashi Sugiyama, Shinichi Nakajima, Hisashi Kashima, Paul V. Buenau 외

When training and test samples follow different input distributions (i.e., the situation called \emph{covariate shift}), the maximum likelihood estimator is known to lose its consistency. For regaining consistency, the l…

Density EstimationModel Selection

Adapting to Continuous Covariate Shift via Online Density Ratio Estimation

2023-02-06 · NeurIPS 2023 11 · Yu-Jie Zhang, Zhen-Yu Zhang, Peng Zhao, Masashi Sugiyama

Dealing with distribution shifts is one of the central challenges for modern machine learning. One fundamental situation is the covariate shift, where the input distributions of data change from training to testing stage…

Density Ratio Estimation

Unbounded Density Ratio Estimation and Its Application to Covariate Shift Adaptation

2026-03-31 · Ren-Rui Liu, Jun Fan, Lei Shi, Zheng-Chu Guo arxiv

This paper focuses on the problem of unbounded density ratio estimation -- an understudied yet critical challenge in statistical learning -- and its application to covariate shift adaptation. Much of the existing literat…

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

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