Approximating General Metric Distances Between a Pattern and a Text
Klim Efremenko, Ely Porat

TL;DR
This paper introduces an efficient algorithm that approximates the sum of metric distances between a pattern and all substrings of a text, enabling faster computations in pattern matching tasks.
Contribution
It presents an $ ext{epsilon}$-approximation algorithm for summing metric distances between a pattern and text substrings with improved runtime complexity.
Findings
Algorithm achieves $O(rac{1}{ ext{epsilon}^2} n ext{polylog}(n, | ext{Sigma}|))$ runtime.
Provides a practical method for approximate metric distance calculations in pattern matching.
Enhances efficiency for large-scale text and pattern analysis.
Abstract
Let be a text and a pattern taken from some finite alphabet set , and let be a metric on . We consider the problem of calculating the sum of distances between the symbols of and the symbols of substrings of of length for all possible offsets. We present an -approximation algorithm for this problem which runs in time
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
TopicsGraph Labeling and Dimension Problems
