paper-with-me

Papers

Semi-Supervised Learning with Multiple Imputations on Non-Random Missing Labels

2023-08-15 · Jason Lu, Michael Ma, Huaze Xu, Zixi Xu

Semi-Supervised Learning (SSL) is implemented when algorithms are trained on both labeled and unlabeled data. This is a very common application of ML as it is unrealistic to obtain a fully labeled dataset. Researchers have tackled three main issues: missing at random (MAR), missing completely at random (MCAR), and missing not at random (MNAR). The MNAR problem is the most challenging of the three as one cannot safely assume that all class distributions are equal. Existing methods, including Class-Aware Imputation (CAI) and Class-Aware Propensity (CAP), mostly overlook the non-randomness in the unlabeled data. This paper proposes two new methods of combining multiple imputation models to achieve higher accuracy and less bias. 1) We use multiple imputation models, create confidence intervals, and apply a threshold to ignore pseudo-labels with low confidence. 2) Our new method, SSL with De-biased Imputations (SSL-DI), aims to reduce bias by filtering out inaccurate data and finding a subset that is accurate and reliable. This subset of the larger dataset could be imputed into another SSL model, which will be less biased. The proposed models have been shown to be effective in both MCAR and MNAR situations, and experimental results show that our methodology outperforms existing methods in terms of classification accuracy and reducing bias.

📄 PDF Abstract BibTeX arXiv:2308.07562

Code (0)

등록된 구현이 없습니다.

Tasks

ImputationMissing Labels

Similar Papers 제목 키워드 기반

Imputing missing values with unsupervised random trees

2019-11-15 · David Cortes

This work proposes a non-iterative strategy for missing value imputations which is guided by similarity between observations, but instead of explicitly determining distances or nearest neighbors, it assigns observations …

ImputationMissing Valuesregression

How to deal with missing data in supervised deep learning?

2021-09-29 · ICLR 2022 4 · Niels Bruun Ipsen, Pierre-Alexandre Mattei, Jes Frellsen

The issue of missing data in supervised learning has been largely overlooked, especially in the deep learning community. We investigate strategies to adapt neural architectures for handling missing values. Here, we focus…

Deep LearningInductive BiasMissing ValuesVariational Inference

Efficient Estimation and Evaluation of Prediction Rules in Semi-Supervised Settings under Stratified Sampling

2020-10-19 · Jessica Gronsbell, Molei Liu, Lu Tian, Tianxi Cai

In many contemporary applications, large amounts of unlabeled data are readily available while labeled examples are limited. There has been substantial interest in semi-supervised learning (SSL) which aims to leverage un…

ImputationMissing LabelsPredictionregression

Distributionally Faithful Imputation via Positive Semi-Definite Kernel Density Estimation

2026-07-08 · Andrea Basteri, Carlo Ciliberto, Alessandro Rudi arxiv

Missing values undermine statistical inference and machine learning pipelines, yet most imputation methods rely on heuristics or restrictive parametric assumptions that ignore the joint data distribution. We recast imput…

Density Estimation

CrowdMI: Multiple Imputation via Crowdsourcing

2016-12-08 · Lovedeep Gondara

Can humans impute missing data with similar proficiency as machines? This is the question we aim to answer in this paper. We present a novel idea of converting observations with missing data in to a survey questionnaire,…

Imputationvalid