An Improved Sketching Algorithm for Edit Distance
Ce Jin, Jelani Nelson, Kewen Wu

TL;DR
This paper improves the efficiency of a sketching protocol for estimating edit distance between strings, reducing message length from roughly k^8 to k^3, enabling more efficient communication.
Contribution
The authors refine the analysis of an existing sketching protocol for edit distance, achieving a significantly lower message length bound of O(k^3) compared to previous O(k^8).
Findings
Achieved O(k^3) message length bound for edit distance sketching.
Built upon and improved the analysis of prior protocols.
Demonstrated a more efficient protocol for distributed edit distance computation.
Abstract
We provide improved upper bounds for the simultaneous sketching complexity of edit distance. Consider two parties, Alice with input and Bob with input , that share public randomness and are given a promise that the edit distance between their two strings is at most some given value . Alice must send a message and Bob must send to a third party Charlie, who does not know the inputs but shares the same public randomness and also knows . Charlie must output precisely as well as a sequence of edits required to transform into . The goal is to minimize the lengths of the messages sent. The protocol of Belazzougui and Zhang (FOCS 2016), building upon the random walk method of Chakraborty, Goldenberg, and Kouck\'y (STOC 2016), achieves a maximum message length of $\tilde…
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
TopicsComplexity and Algorithms in Graphs · Cryptography and Data Security · DNA and Biological Computing
