paper-with-me

홈 › Papers

On the cross-validation bias due to unsupervised pre-processing

2019-01-25 · Amit Moscovich, Saharon Rosset

Cross-validation is the de facto standard for predictive model evaluation and selection. In proper use, it provides an unbiased estimate of a model's predictive performance. However, data sets often undergo various forms of data-dependent preprocessing, such as mean-centering, rescaling, dimensionality reduction, and outlier removal. It is often believed that such preprocessing stages, if done in an unsupervised manner (that does not incorporate the class labels or response values) are generally safe to do prior to cross-validation. In this paper, we study three commonly-practiced preprocessing procedures prior to a regression analysis: (i) variance-based feature selection; (ii) grouping of rare categorical features; and (iii) feature rescaling. We demonstrate that unsupervised preprocessing can, in fact, introduce a substantial bias into cross-validation estimates and potentially hurt model selection. This bias may be either positive or negative and its exact magnitude depends on all the parameters of the problem in an intricate manner. Further research is needed to understand the real-world impact of this bias across different application domains, particularly when dealing with small sample sizes and high-dimensional data.

📄 PDF Abstract BibTeX arXiv:1901.08974

Code (1)

mosco/unsupervised-preprocessing 공식 구현

Tasks

Dimensionality Reductionfeature selectionModel Selection

Similar Papers 제목 키워드 기반

When to Impute? Imputation before and during cross-validation

2020-10-01 · Byron C. Jaeger, Nicholas J. Tierney, Noah R. Simon

Cross-validation (CV) is a technique used to estimate generalization error for prediction models. For pipeline modeling algorithms (i.e. modeling procedures with multiple steps), it has been recommended the entire sequen…

ImputationMissing ValuesvalidVariable Selection

ULF: Unsupervised Labeling Function Correction using Cross-Validation for Weak Supervision

2022-04-14 · Anastasiia Sedova, Benjamin Roth

A cost-effective alternative to manual data labeling is weak supervision (WS), where data samples are automatically annotated using a predefined set of labeling functions (LFs), rule-based mechanisms that generate artifi…

DenoisingWeakly-supervised Learning

Translating away Translationese without Parallel Data

2023-10-28 · Rricha Jalota, Koel Dutta Chowdhury, Cristina España-Bonet, Josef van Genabith

Translated texts exhibit systematic linguistic differences compared to original texts in the same language, and these differences are referred to as translationese. Translationese has effects on various cross-lingual nat…

Binary ClassificationLanguage ModellingSemantic SimilaritySemantic Textual Similarity+1

ArteryX: A Reliable End-to-End Toolbox for Standardized Intracranial Artery Feature Extraction from 3D TOF-MRA

2025-07-10 · Abrar Faiyaz, Nhat Hoang, Giovanni Schifitto, Md Nasir Uddin arxiv

Cerebrovascular research heavily relies on quantitative analysis of intracranial arteries from time-of-flight magnetic resonance angiography, yet existing processing pipelines remain limited by inconsistent artery labeli…

Towards Accurate Model Selection in Deep Unsupervised Domain Adaptation

2019-06-01 · International Conference on Machine Learning 2019 6 · Kaichao You, Ximei Wang, Mingsheng Long, Michael Jordan

Deep unsupervised domain adaptation (Deep UDA) methods successfully leverage rich labeled data in a source domain to boost the performance on related but unlabeled data in a target domain. However, algorithm comparison i…

Domain AdaptationModel SelectionUnsupervised Domain Adaptation