paper-with-me

홈 › Papers

A probabilistic database approach to autoencoder-based data cleaning

2021-06-17 · R. R. Mauritz, F. P. J. Nijweide, J. Goseling, M. van Keulen

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.

📄 PDF Abstract BibTeX arXiv:2106.09764

Code (1)

fpjnijweide/autoencoder-pdb-cleaning 공식 구현 tf

Tasks

Attribute

Similar Papers 제목 키워드 기반

PClean: Bayesian Data Cleaning at Scale with Domain-Specific Probabilistic Programming

2020-07-23 · Alexander K. Lew, Monica Agrawal, David Sontag, Vikash K. Mansinghka

Data cleaning is naturally framed as probabilistic inference in a generative model of ground-truth data and likely errors, but the diversity of real-world error patterns and the hardness of inference make Bayesian approa…

DiversityProbabilistic Programming

An epistemic approach to model uncertainty in data-graphs

2021-09-29 · Sergio Abriola, Santiago Cifuentes, María Vanina Martínez, Nina Pardal 외

Graph databases are becoming widely successful as data models that allow to effectively represent and process complex relationships among various types of data. As with any other type of data repository, graph databases …

BayesDB: A probabilistic programming system for querying the probable implications of data

2015-12-15 · Vikash Mansinghka, Richard Tibbetts, Jay Baxter, Pat Shafto 외

Is it possible to make statistical inference broadly accessible to non-statisticians without sacrificing mathematical rigor or inference quality? This paper describes BayesDB, a probabilistic programming platform that ai…

Probabilistic Programming

CURED: Creating, Understanding, and Repairing Errors Demonstrator

2026-07-22 · Nicholas Chandler, Sebastian Jäger, Philipp Jung, Felix Bießmann arxiv

Detecting and cleaning errors in tabular data is a prerequisite for data intense software applications. Recent research at the intersection of Machine Learning (ML) and Database Management Systems (DBMS) highlights the p…

BClean: A Bayesian Data Cleaning System

2023-11-11 · Jianbin Qin, Sifan Huang, Yaoshu Wang, Jing Zhu 외

There is a considerable body of work on data cleaning which employs various principles to rectify erroneous data and transform a dirty dataset into a cleaner one. One of prevalent approaches is probabilistic methods, inc…

Bayesian Inferencegraph partitioning