DBAILGJun 17, 2021

A probabilistic database approach to autoencoder-based data cleaning

arXiv:2106.09764v23 citations
AI Analysis

This addresses data quality issues in data science, offering an incremental improvement by integrating probabilistic databases with autoencoders for automated cleaning.

The paper tackles data quality problems by proposing a data-cleaning autoencoder that learns data structure to identify and correct doubtful values, achieving significant noise removal from categorical and numeric probabilistic data without requiring clean data.

Data quality problems are a large threat in data science. In this paper, we propose a data-cleaning autoencoder capable of near-automatic data quality improvement. It learns the structure and dependencies in the data and uses it as evidence to identify and correct doubtful values. We apply a probabilistic database approach to represent weak and strong evidence for attribute value repairs. A theoretical framework is provided, and experiments show that it can remove significant amounts of noise (i.e., data quality problems) from categorical and numeric probabilistic data. Our method does not require clean data. We do, however, show that manually cleaning a small fraction of the data significantly improves performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes