An incremental clustering scheme for data de-duplication
作者:Gianni Costa, Giuseppe Manco, Riccardo Ortale
摘要
We propose an incremental technique for discovering duplicates in large databases of textual sequences, i.e., syntactically different tuples, that refer to the same real-world entity. The problem is approached from a clustering perspective: given a set of tuples, the objective is to partition them into groups of duplicate tuples. Each newly arrived tuple is assigned to an appropriate cluster via nearest-neighbor classification. This is achieved by means of a suitable hash-based index, that maps any tuple to a set of indexing keys and assigns tuples with high syntactic similarity to the same buckets. Hence, the neighbors of a query tuple can be efficiently identified by simply retrieving those tuples that appear in the same buckets associated to the query tuple itself, without completely scanning the original database. Two alternative schemes for computing indexing keys are discussed and compared. An extensive experimental evaluation on both synthetic and real data shows the effectiveness of our approach.
论文关键词:Clustering-mining methods and algorithms, Record classification, Indexing methods and structures, Locality-sensitive hashing, Min-wise independent permutations, Approximated similarity measures, De-duplication
论文评审过程:
论文官网地址:https://doi.org/10.1007/s10618-009-0155-0