paper-with-me

Papers

Missing Value Estimation using Clustering and Deep Learning within Multiple Imputation Framework

2022-02-28 · Manar D Samad, Sakib Abrar, Norou Diawara

Missing values in tabular data restrict the use and performance of machine learning, requiring the imputation of missing values. The most popular imputation algorithm is arguably multiple imputations using chains of equations (MICE), which estimates missing values from linear conditioning on observed values. This paper proposes methods to improve both the imputation accuracy of MICE and the classification accuracy of imputed data by replacing MICE's linear conditioning with ensemble learning and deep neural networks (DNN). The imputation accuracy is further improved by characterizing individual samples with cluster labels (CISCL) obtained from the training data. Our extensive analyses involving six tabular data sets, up to 80% missingness, and three missingness types (missing completely at random, missing at random, missing not at random) reveal that ensemble or deep learning within MICE is superior to the baseline MICE (b-MICE), both of which are consistently outperformed by CISCL. Results show that CISCL plus b-MICE outperforms b-MICE for all percentages and types of missingness. Our proposed DNN based MICE and gradient boosting MICE plus CISCL (GB-MICE-CISCL) outperform seven other baseline imputation algorithms in most experimental cases. The classification accuracy on the data imputed by GB-MICE is improved by proposed GB-MICE-CISCL imputed data across all missingness percentages. Results also reveal a shortcoming of the MICE framework at high missingness (>50%) and when the missing type is not random. This paper provides a generalized approach to identifying the best imputation model for a data set with a missingness percentage and type.

📄 PDF Abstract BibTeX arXiv:2202.13734

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringEnsemble LearningImputationMissing Values

Similar Papers 제목 키워드 기반

Handling missing data in model-based clustering

2020-06-04 · Alessio Serafini, Thomas Brendan Murphy, Luca Scrucca

Gaussian Mixture models (GMMs) are a powerful tool for clustering, classification and density estimation when clustering structures are embedded in the data. The presence of missing values can largely impact the GMMs est…

ClusteringData AugmentationDensity EstimationGeneral Classification+3

Optimal Clustering with Missing Values

2019-02-26 · Shahin Boluki, Siamak Zamani Dadaneh, Xiaoning Qian, Edward R. Dougherty

Missing values frequently arise in modern biomedical studies due to various reasons, including missing tests or complex profiling technologies for different omics measurements. Missing values can complicate the applicati…

ClusteringImputationMissing Values

Incomplete Contrastive Multi-View Clustering with High-Confidence Guiding

2023-12-14 · Guoqing Chao, Yi Jiang, Dianhui Chu

Incomplete multi-view clustering becomes an important research problem, since multi-view data with missing values are ubiquitous in real-world applications. Although great efforts have been made for incomplete multi-view…

ClusteringContrastive LearningIncomplete multi-view clusteringMissing Values+1

Clustering with missing data: which equivalent for Rubin's rules?

2020-11-27 · Vincent Audigier, Ndèye Niang

Multiple imputation (MI) is a popular method for dealing with missing values. However, the suitable way for applying clustering after MI remains unclear: how to pool partitions? How to assess the clustering instability w…

ClusteringImputationMissing Values

MNAR-$k$-means: A $k$-means Clustering for Data Missing Not at Random with Magnitude-Decaying Probability

2026-06-30 · Xin Guan arxiv

The classical $k$-means clustering, based on distances computed from all data features, cannot be directly applied to incomplete data with missing values. A natural extension of $k$-means to missing data is to involve on…