paper-with-me

Papers

Missing Value Imputation Based on Deep Generative Models

2018-08-05 · Hongbao Zhang, Pengtao Xie, Eric Xing

Missing values widely exist in many real-world datasets, which hinders the performing of advanced data analytics. Properly filling these missing values is crucial but challenging, especially when the missing rate is high. Many approaches have been proposed for missing value imputation (MVI), but they are mostly heuristics-based, lacking a principled foundation and do not perform satisfactorily in practice. In this paper, we propose a probabilistic framework based on deep generative models for MVI. Under this framework, imputing the missing entries amounts to seeking a fixed-point solution between two conditional distributions defined on the missing entries and latent variables respectively. These distributions are parameterized by deep neural networks (DNNs) which possess high approximation power and can capture the nonlinear relationships between missing entries and the observed values. The learning of weight parameters of DNNs is performed by maximizing an approximation of the log-likelihood of observed values. We conducted extensive evaluation on 13 datasets and compared with 11 baselines methods, where our methods largely outperforms the baselines.

📄 PDF Abstract BibTeX arXiv:1808.01684

Code (0)

등록된 구현이 없습니다.

Tasks

ImputationMissing Values

Similar Papers 제목 키워드 기반

Probabilistic Imputation for Time-series Classification with Missing Data

2023-08-13 · SeungHyun Kim, Hyunsu Kim, Eunggu Yun, Hwangrae Lee 외

Multivariate time series data for real-world applications typically contain a significant amount of missing values. The dominant approach for classification with such missing values is to impute them heuristically with s…

ImputationMissing ValuesTime SeriesTime Series Classification

IFGAN: Missing Value Imputation using Feature-specific Generative Adversarial Networks

2020-12-23 · Wei Qiu, Yangsibo Huang, Quanzheng Li

Missing value imputation is a challenging and well-researched topic in data mining. In this paper, we propose IFGAN, a missing value imputation algorithm based on Feature-specific Generative Adversarial Networks (GAN). O…

ImputationMissing Values

Missing value imputation with adversarial random forests -- MissARF

2025-07-21 · Pegah Golchian, Jan Kapar, David S. Watson, Marvin N. Wright

Handling missing values is a common challenge in biostatistical analyses, typically addressed by imputation methods. We propose a novel, fast, and easy-to-use imputation method called missing value imputation with advers…

Density EstimationImputationMissing Values

Imputation of Missing Data with Class Imbalance using Conditional Generative Adversarial Networks

2020-12-01 · Saqib Ejaz Awan, Mohammed Bennamoun, Ferdous Sohel, Frank M Sanfilippo 외

Missing data is a common problem faced with real-world datasets. Imputation is a widely used technique to estimate the missing data. State-of-the-art imputation approaches, such as Generative Adversarial Imputation Nets …

ImputationMissing Values

E2GAN: End-to-End Generative Adversarial Network or Multivariate Time Series Imputation

2019-08-10 · Proceedings of the Twenty-Eighth International Joint Conference on Artificial Intelligence (IJCAI-19) 2019 8 · Yonghong Luo, Ying Zhang, Xiangrui Cai, Xiaojie Yuan

The missing values, appear in most of multivariate time series, prevent advanced analysis of multivariate time series data. Existing imputation approaches try to deal with missing values by deletion, statistical imputati…

Generative Adversarial NetworkImputationMissing ValuesMultivariate Time Series Imputation+2