paper-with-me

Papers

Semi-supervised Learning with Missing Values Imputation

2021-06-03 · Buliao Huang, Yunhui Zhu, Muhammad Usman, Huanhuan Chen

Incomplete instances with various missing attributes in many real-world applications have brought challenges to the classification tasks. Missing values imputation methods are often employed to replace the missing values with substitute values. However, this process often separates the imputation and classification, which may lead to inferior performance since label information are often ignored during imputation. Moreover, traditional methods may rely on improper assumptions to initialize the missing values, whereas the unreliability of such initialization might lead to inferior performance. To address these problems, a novel semi-supervised conditional normalizing flow (SSCFlow) is proposed in this paper. SSCFlow explicitly utilizes the label information to facilitate the imputation and classification simultaneously by estimating the conditional distribution of incomplete instances with a novel semi-supervised normalizing flow. Moreover, SSCFlow treats the initialized missing values as corrupted initial imputation and iteratively reconstructs their latent representations with an overcomplete denoising autoencoder to approximate their true conditional distribution. Experiments on real-world datasets demonstrate the robustness and effectiveness of the proposed algorithm.

📄 PDF Abstract BibTeX arXiv:2106.01708

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDenoisingDensity EstimationImputationMissing Values

Methods 이 논문이 사용한 방법론

Denoising Autoencoder A Denoising Autoencoder is a modification on the autoencoder to prevent the network learning the identity function.…

Similar Papers 제목 키워드 기반

Filling out the missing gaps: Time Series Imputation with Semi-Supervised Learning

2023-04-09 · Karan Aggarwal, Jaideep Srivastava

Missing data in time series is a challenging issue affecting time series analysis. Missing data occurs due to problems like data drops or sensor malfunctioning. Imputation methods are used to fill in these values, with q…

ImputationTime SeriesTime Series Analysis

Generative Semi-supervised Learning for Multivariate Time Series Imputation

2021-05-18 · AAAI Conference on Artificial Intelligence 2021 5 · Xiaoye Miao, Yangyang Wu, Jun Wang, Yunjun Gao 외

The missing values, widely existed in multivariate time series data, hinder the effective data analysis. Existing time series imputation methods do not make full use of the label information in real-life time series data…

Generative Adversarial NetworkImputationMissing ValuesMultivariate Time Series Imputation+2

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

Missing Value Imputation With Unsupervised Backpropagation

2013-12-19 · Michael S. Gashler, Michael R. Smith, Richard Morris, Tony Martinez

Many data mining and data analysis techniques operate on dense matrices or complete tables of data. Real-world data sets, however, often contain unknown values. Even many classification algorithms that are designed to op…

Collaborative FilteringGeneral ClassificationImputationMissing Values

On the consistency of supervised learning with missing values

2019-02-19 · Julie Josse, Jacob M. Chen, Nicolas Prost, Erwan Scornet 외

In many application settings, the data have missing entries which make analysis challenging. An abundant literature addresses missing values in an inferential framework: estimating parameters and their variance from inco…

AttributeImputationMissing Values