Improved Sublinear-Time Edit Distance for Preprocessed Strings
Karl Bringmann, Alejandro Cassis, Nick Fischer, Vasileios Nakos

TL;DR
This paper presents improved algorithms for approximating the edit distance between strings in sublinear time using preprocessing, achieving faster and simpler solutions than previous methods.
Contribution
It introduces new sublinear-time algorithms for gap edit distance that leverage preprocessing to improve efficiency and simplicity over prior approaches.
Findings
Preprocessing one string enables faster approximate edit distance computation.
Preprocessing both strings further reduces the query time.
The algorithms outperform previous methods in gap, query, and preprocessing times.
Abstract
We study the problem of approximating the edit distance of two strings in sublinear time, in a setting where one or both string(s) are preprocessed, as initiated by Goldenberg, Rubinstein, Saha (STOC '20). Specifically, in the -gap edit distance problem, the goal is to distinguish whether the edit distance of two strings is at most or at least . We obtain the following results: * After preprocessing one string in time , we can solve -gap edit distance in time . * After preprocessing both strings separately in time , we can solve -gap edit distance in time . Both results improve upon some previously best known result, with respect to either the gap or the query time or the preprocessing time. Our algorithms build on the framework by Andoni, Krauthgamer…
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.
