paper-with-me

Papers

A Robust Classifier Under Missing-Not-At-Random Sample Selection Bias

2023-05-25 · Huy Mai, Wen Huang, Wei Du, Xintao Wu

The shift between the training and testing distributions is commonly due to sample selection bias, a type of bias caused by non-random sampling of examples to be included in the training set. Although there are many approaches proposed to learn a classifier under sample selection bias, few address the case where a subset of labels in the training set are missing-not-at-random (MNAR) as a result of the selection process. In statistics, Greene's method formulates this type of sample selection with logistic regression as the prediction model. However, we find that simply integrating this method into a robust classification framework is not effective for this bias setting. In this paper, we propose BiasCorr, an algorithm that improves on Greene's method by modifying the original training set in order for a classifier to learn under MNAR sample selection bias. We provide theoretical guarantee for the improvement of BiasCorr over Greene's method by analyzing its bias. Experimental results on real-world datasets demonstrate that BiasCorr produces robust classifiers and can be extended to outperform state-of-the-art classifiers that have been proposed to train under sample selection bias.

📄 PDF Abstract BibTeX arXiv:2305.15641

Code (0)

등록된 구현이 없습니다.

Tasks

Robust classificationSelection bias

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 제목 키워드 기반

Model Evaluation in the Dark: Robust Classifier Metrics with Missing Labels

2025-04-25 · Danial Dervovic, Michael Cashmore

Missing data in supervised learning is well-studied, but the specific issue of missing labels during model evaluation has been overlooked. Ignoring samples with missing values, a common solution, can introduce bias, espe…

ImputationMissing LabelsMissing Values

On Prediction Feature Assignment in the Heckman Selection Model

2023-09-14 · Huy Mai, Xintao Wu

Under missing-not-at-random (MNAR) sample selection bias, the performance of a prediction model is often degraded. This paper focuses on one classic instance of MNAR sample selection bias where a subset of samples have n…

PredictionSelection bias

Learning from Convenience Samples: A Case Study on Fine-Tuning LLMs for Survey Non-response in the German Longitudinal Election Study

2025-09-29 · Tobias Holtdirk, Dennis Assenmacher, Arnim Bleier, Claudia Wagner arxiv

Survey researchers face two key challenges: the rising costs of probability samples and missing data (e.g., non-response or attrition), which can undermine inference and increase the use of convenience samples. Recent wo…

Generalized Kernel Ridge Regression for Causal Inference with Missing-at-Random Sample Selection

2021-11-09 · Rahul Singh

I propose kernel ridge regression estimators for nonparametric dose response curves and semiparametric treatment effects in the setting where an analyst has access to a selected sample rather than a random sample; only f…

Causal Inferencecounterfactualregression

Use Random Selection for Now: Investigation of Few-Shot Selection Strategies in LLM-based Text Augmentation for Classification

2024-10-14 · Jan Cegin, Branislav Pecher, Jakub Simko, Ivan Srba 외

The generative large language models (LLMs) are increasingly used for data augmentation tasks, where text samples are paraphrased (or generated anew) and then used for classifier fine-tuning. Existing works on augmentati…

Data AugmentationFew-Shot LearningText Augmentation