Almost-Optimal Sublinear-Time Edit Distance in the Low Distance Regime
Karl Bringmann, Alejandro Cassis, Nick Fischer, Vasileios Nakos

TL;DR
This paper presents a nearly optimal sublinear-time algorithm for the low-distance regime of the edit distance problem, significantly improving the gap and matching known lower bounds.
Contribution
It introduces a new algorithm that solves the $(k,k^{1+o(1)})$-gap edit distance problem in near-optimal time, surpassing previous $(k,k^2)$-gap solutions.
Findings
Achieves $O(n/k)$ time complexity for small $k$ in low distance regime.
Shows similarity between Hamming and edit distance complexities in low distance regime.
Builds upon and simplifies the approach of previous algorithms, introducing effective pruning and property testing.
Abstract
We revisit the task of computing the edit distance in sublinear time. In the -gap edit distance problem the task is to distinguish whether the edit distance of two strings is at most or at least . It has been established by Goldenberg, Krauthgamer and Saha (FOCS '19), with improvements by Kociumaka and Saha (FOCS '20), that the -gap problem can be solved in time . One of the most natural questions in this line of research is whether the -gap is best-possible for the running time . In this work we answer this question by significantly improving the gap. Specifically, we show that in time we can even solve the -gap problem. This is the first algorithm that breaks the -gap in this running time. Our algorithm is almost…
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 · Complexity and Algorithms in Graphs · Machine Learning and Algorithms
