Efficient Similarity Joins for Near-Duplicate Detection

Chuan Xiao,Wei Wang,Xuemin Lin,Jeffrey Xu Yu,Guoren Wang
DOI: https://doi.org/10.1145/2000824.2000825
IF: 1.6289
2011-01-01
ACM Transactions on Database Systems
Abstract:With the increasing amount of data and the need to integrate data from multiple data sources, one of the challenging issues is to identify near-duplicate records efficiently. In this article, we focus on efficient algorithms to find a pair of records such that their similarities are no less than a given threshold. Several existing algorithms rely on the prefix filtering principle to avoid computing similarity values for all possible pairs of records. We propose new filtering techniques by exploiting the token ordering information; they are integrated into the existing methods and drastically reduce the candidate sizes and hence improve the efficiency. We have also studied the implementation of our proposed algorithm in stand-alone and RDBMS-based settings. Experimental results show our proposed algorithms can outperform previous algorithms on several real datasets.
What problem does this paper attempt to address?