English

d-blink: Distributed End-to-End Bayesian Entity Resolution

Computation 2021-06-02 v3 Databases Machine Learning Machine Learning

Abstract

Entity resolution (ER; also known as record linkage or de-duplication) is the process of merging noisy databases, often in the absence of unique identifiers. A major advancement in ER methodology has been the application of Bayesian generative models, which provide a natural framework for inferring latent entities with rigorous quantification of uncertainty. Despite these advantages, existing models are severely limited in practice, as standard inference algorithms scale quadratically in the number of records. While scaling can be managed by fitting the model on separate blocks of the data, such a na\"ive approach may induce significant error in the posterior. In this paper, we propose a principled model for scalable Bayesian ER, called "distributed Bayesian linkage" or d-blink, which jointly performs blocking and ER without compromising posterior correctness. Our approach relies on several key ideas, including: (i) an auxiliary variable representation that induces a partition of the entities and records into blocks; (ii) a method for constructing well-balanced blocks based on k-d trees; (iii) a distributed partially-collapsed Gibbs sampler with improved mixing; and (iv) fast algorithms for performing Gibbs updates. Empirical studies on six data sets---including a case study on the 2010 Decennial Census---demonstrate the scalability and effectiveness of our approach.

Keywords

Cite

@article{arxiv.1909.06039,
  title  = {d-blink: Distributed End-to-End Bayesian Entity Resolution},
  author = {Neil G. Marchant and Andee Kaplan and Daniel N. Elazar and Benjamin I. P. Rubinstein and Rebecca C. Steorts},
  journal= {arXiv preprint arXiv:1909.06039},
  year   = {2021}
}

Comments

32 pages, 6 figures, 5 tables. Includes 22 pages of supplementary material. This revision incorporates a case study on the 2010 U.S. Decennial Census

R2 v1 2026-06-23T11:14:12.953Z