DBAIITMay 25, 2017

Discovering Reliable Approximate Functional Dependencies

arXiv:1705.09391v258 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of identifying meaningful dependencies in data for database and data mining applications, offering a novel method for a known bottleneck.

The paper tackles the problem of discovering reliable approximate functional dependencies in databases, proposing an information-theoretic score that corrects for bias and enables efficient mining with optimality guarantees, achieving a good bias-variance trade-off and reliability under data sparsity.

Given a database and a target attribute of interest, how can we tell whether there exists a functional, or approximately functional dependence of the target on any set of other attributes in the data? How can we reliably, without bias to sample size or dimensionality, measure the strength of such a dependence? And, how can we efficiently discover the optimal or $α$-approximate top-$k$ dependencies? These are exactly the questions we answer in this paper. As we want to be agnostic on the form of the dependence, we adopt an information-theoretic approach, and construct a reliable, bias correcting score that can be efficiently computed. Moreover, we give an effective optimistic estimator of this score, by which for the first time we can mine the approximate functional dependencies from data with guarantees of optimality. Empirical evaluation shows that the derived score achieves a good bias for variance trade-off, can be used within an efficient discovery algorithm, and indeed discovers meaningful dependencies. Most important, it remains reliable in the face of data sparsity.

Foundations

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

Your Notes