English

Approximating Text-to-Pattern Distance via Dimensionality Reduction

Data Structures and Algorithms 2020-05-04 v2

Abstract

Text-to-pattern distance is a fundamental problem in string matching, where given a pattern of length mm and a text of length nn, over an integer alphabet, we are asked to compute the distance between pattern and the text at every location. The distance function can be e.g. Hamming distance or p\ell_p distance for some parameter p>0p > 0. Almost all state-of-the-art exact and approximate algorithms developed in the past 40\sim 40 years were using FFT as a black-box. In this work we present O~(n/ε2)\widetilde{O}(n/\varepsilon^2) time algorithms for (1±ε)(1\pm\varepsilon)-approximation of 2\ell_2 distances, and O~(n/ε3)\widetilde{O}(n/\varepsilon^3) algorithm for approximation of Hamming and 1\ell_1 distances, all without use of FFT. This is independent to the very recent development by Chan et al. [STOC 2020], where O(n/ε2)O(n/\varepsilon^2) algorithm for Hamming distances not using FFT was presented -- although their algorithm is much more "combinatorial", our techniques apply to other norms than Hamming.

Keywords

Cite

@article{arxiv.2002.03459,
  title  = {Approximating Text-to-Pattern Distance via Dimensionality Reduction},
  author = {Przemysław Uznański},
  journal= {arXiv preprint arXiv:2002.03459},
  year   = {2020}
}
R2 v1 2026-06-23T13:35:56.869Z