Sublinear Algorithms for Gap Edit Distance
Elazar Goldenberg, Robert Krauthgamer, Barna Saha

TL;DR
This paper introduces a sublinear-time algorithm for distinguishing small edit distances with a quadratic gap, improving efficiency over previous methods and adaptable for broader gap problems.
Contribution
It presents a novel adaptive sampling algorithm for the quadratic gap problem in edit distance, achieving sublinear time for a wider range of parameters than prior work.
Findings
Achieves sublinear time for the quadratic gap problem in a broad parameter range.
Introduces an adaptive sampling approach switching between uniform and block sampling.
Extends to solve broader gap problems with near-linear time complexity.
Abstract
The edit distance is a way of quantifying how similar two strings are to one another by counting the minimum number of character insertions, deletions, and substitutions required to transform one string into the other. A simple dynamic programming computes the edit distance between two strings of length in time, and a more sophisticated algorithm runs in time when the edit distance is [Landau, Myers and Schmidt, SICOMP 1998]. In pursuit of obtaining faster running time, the last couple of decades have seen a flurry of research on approximating edit distance, including polylogarithmic approximation in near-linear time [Andoni, Krauthgamer and Onak, FOCS 2010], and a constant-factor approximation in subquadratic time [Chakrabarty, Das, Goldenberg, Kouck\'y and Saks, FOCS 2018]. We study sublinear-time algorithms for small edit distance, which was investigated…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · semigroups and automata theory · Machine Learning and Algorithms
