paper-with-me

Papers

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 operate with missing values still exhibit deteriorated accuracy. One approach to handling missing values is to fill in (impute) the missing values. In this paper, we present a technique for unsupervised learning called Unsupervised Backpropagation (UBP), which trains a multi-layer perceptron to fit to the manifold sampled by a set of observed point-vectors. We evaluate UBP with the task of imputing missing values in datasets, and show that UBP is able to predict missing values with significantly lower sum-squared error than other collaborative filtering and imputation techniques. We also demonstrate with 24 datasets and 9 supervised learning algorithms that classification accuracy is usually higher when randomly-withheld values are imputed using UBP, rather than with other methods.

📄 PDF Abstract BibTeX arXiv:1312.5394

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringGeneral ClassificationImputationMissing Values

Similar Papers 제목 키워드 기반

BRITS: Bidirectional Recurrent Imputation for Time Series

2018-05-27 · NeurIPS 2018 12 · Wei Cao, Dong Wang, Jian Li, Hao Zhou 외

Time series are widely used as signals in many classification/regression tasks. It is ubiquitous that time series contains many missing values. Given multiple correlated time series data, how to fill in missing values an…

General ClassificationImputationMissing ValuesMultivariate Time Series Forecasting+5

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

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

When to Impute? Imputation before and during cross-validation

2020-10-01 · Byron C. Jaeger, Nicholas J. Tierney, Noah R. Simon

Cross-validation (CV) is a technique used to estimate generalization error for prediction models. For pipeline modeling algorithms (i.e. modeling procedures with multiple steps), it has been recommended the entire sequen…

ImputationMissing ValuesvalidVariable Selection

Towards Multiple Missing Values-resistant Unsupervised Graph Anomaly Detection

2025-11-13 · Jiazhen Chen, Xiuqin Liang, Sichao Fu, Zheng Ma 외 arxiv

Unsupervised graph anomaly detection (GAD) has received increasing attention in recent years, which aims to identify data anomalous patterns utilizing only unlabeled node information from graph-structured data. However, …

Graph Anomaly Detection