Polyline Simplification has Cubic Complexity
Abstract
In the classic polyline simplification problem we want to replace a given polygonal curve , consisting of vertices, by a subsequence of vertices from such that the polygonal curves and are as close as possible. Closeness is usually measured using the Hausdorff or Fr\'echet distance. These distance measures can be applied "globally", i.e., to the whole curves and , or "locally", i.e., to each simplified subcurve and the line segment that it was replaced with separately (and then taking the maximum). This gives rise to four problem variants: Global-Hausdorff (known to be NP-hard), Local-Hausdorff (in time ), Global-Fr\'echet (in time ), and Local-Fr\'echet (in time ). Our contribution is as follows. - Cubic time for all variants: For Global-Fr\'echet we design an algorithm running in time . This shows that all three problems (Local-Hausdorff, Local-Fr\'echet, and Global-Fr\'echet) can be solved in cubic time. All these algorithms work over a general metric space such as , but the hidden constant depends on and (linearly) on . - Cubic conditional lower bound: We provide evidence that in high dimensions cubic time is essentially optimal for all three problems (Local-Hausdorff, Local-Fr\'echet, and Global-Fr\'echet). Specifically, improving the cubic time to for polyline simplification over for would violate plausible conjectures. We obtain similar results for all . In total, in high dimensions and over general -norms we resolve the complexity of polyline simplification with respect to Local-Hausdorff, Local-Fr\'echet, and Global-Fr\'echet, by providing new algorithms and conditional lower bounds.
Cite
@article{arxiv.1810.00621,
title = {Polyline Simplification has Cubic Complexity},
author = {Karl Bringmann and Bhaskar Ray Chaudhury},
journal= {arXiv preprint arXiv:1810.00621},
year = {2025}
}
Comments
26 pages, v2: fixed a typo in Section 4.3.2