Quadratic-Time Hardness of LCS and other Sequence Similarity Measures

January 28, 2015 ยท The Ethereal ยท ๐Ÿ› arXiv.org

๐Ÿ”ฎ THE ETHEREAL: The Ethereal
Pure theory โ€” exists on a plane beyond code

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Amir Abboud, Arturs Backurs, Virginia Vassilevska Williams arXiv ID 1501.07053 Category cs.CC: Computational Complexity Cross-listed cs.DS Citations 42 Venue arXiv.org Last Checked 2 months ago
Abstract
Two important similarity measures between sequences are the longest common subsequence (LCS) and the dynamic time warping distance (DTWD). The computations of these measures for two given sequences are central tasks in a variety of applications. Simple dynamic programming algorithms solve these tasks in $O(n^2)$ time, and despite an extensive amount of research, no algorithms with significantly better worst case upper bounds are known. In this paper, we show that an $O(n^{2-ฮต})$ time algorithm, for some $ฮต>0$, for computing the LCS or the DTWD of two sequences of length $n$ over a constant size alphabet, refutes the popular Strong Exponential Time Hypothesis (SETH). Moreover, we show that computing the LCS of $k$ strings over an alphabet of size $O(k)$ cannot be done in $O(n^{k-ฮต})$ time, for any $ฮต>0$, under SETH. Finally, we also address the time complexity of approximating the DTWD of two strings in truly subquadratic time.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Computational Complexity