Polyline Simplification under the Local Fr\'echet Distance has Almost-Quadratic Runtime in 2D
Sabine Storandt, Johannes Zink

TL;DR
This paper presents an improved algorithm for polyline simplification under the local Fréchet distance, achieving almost-quadratic runtime in 2D, and explores properties of the wavefront data structure.
Contribution
It adapts existing techniques to reduce the complexity of polyline simplification under the local Fréchet distance from cubic to nearly quadratic time in 2D.
Findings
Algorithm runs in O(n^2 log n) time for general case.
Under L1 and L-infinity norms, the algorithm simplifies to O(n^2) time.
Certain polyline classes guarantee the O(n^2) runtime in Euclidean norm.
Abstract
Given a polyline on vertices, the polyline simplification problem asks for a minimum size subsequence of these vertices defining a new polyline whose distance to the original polyline is at most a given threshold under some distance measure, usually the local Hausdorff or the local Fr\'echet distance. Here, local means that, for each line segment of the simplified polyline, only the distance to the corresponding sub-curve in the original polyline is measured. Melkman and O'Rourke [Computational Morphology '88] introduced a geometric data structure to solve polyline simplification under the local Hausdorff distance in time, and Guibas, Hershberger, Mitchell, and Snoeyink [Int. J. Comput. Geom. Appl. '93] considered polyline simplification under the Fr\'echet distance as ordered stabbing and provided an algorithm with a running time of , but they did…
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
TopicsAutomated Road and Building Extraction · Geographic Information Systems Studies
