MinJoin: Efficient Edit Similarity Joins via Local Hash Minimums

10/20/2018
by   Haoyu Zhang, et al.
0

In this paper we study edit similarity joins, in which we are given a set of strings and a threshold parameter K, and asked to find all pairs of strings whose edit distance are at most K. Edit similarity joins is a fundamental problem in query processing, and has been studied extensively in the database community since early 2000s. However, all previous algorithms either cannot scale well to long strings and large distance thresholds, or suffer from imperfect accuracy. In this paper we propose a novel randomized algorithm based on string partitions using local minimum hash values. We provide a thorough theoretical analysis for our algorithm and an extensive set of experiments on real world datasets. We found that our algorithm significantly outperforms all existing deterministic algorithms on long strings and large distance thresholds, while achieves perfect accuracy on all the datasets that we have tested.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
08/18/2022

Algorithm to derive shortest edit script using Levenshtein distance algorithm

String similarity, longest common subsequence and shortest edit scripts ...
research
04/29/2022

Improved Sublinear-Time Edit Distance for Preprocessed Strings

We study the problem of approximating the edit distance of two strings i...
research
06/30/2023

Efficient Parallel Output-Sensitive Edit Distance

Given two strings A[1..n] and B[1..m], and a set of operations allowed t...
research
10/01/2019

Scalable String Reconciliation by Recursive Content-Dependent Shingling

We consider the problem of reconciling similar, but remote, strings with...
research
11/25/2019

Faster Privacy-Preserving Computation of Edit Distance with Moves

We consider an efficient two-party protocol for securely computing the s...
research
04/20/2022

Theoretical analysis of edit distance algorithms: an applied perspective

Given its status as a classic problem and its importance to both theoret...
research
12/06/2021

On Complexity of 1-Center in Various Metrics

We consider the classic 1-center problem: Given a set P of n points in a...

Please sign up or login with your details

Forgot password? Click here to reset