Approximating the packedness of polygonal curves
Joachim Gudmundsson, Yuan Sha, Sampson Wong

TL;DR
This paper introduces approximation algorithms for determining the minimal c such that a polygonal curve is c-packed, with practical experiments showing the model's usefulness for real-world trajectories.
Contribution
It presents the first algorithms for approximating the packedness of polygonal curves, including a 2-approximation and a faster (6+ε)-approximation for 2D curves.
Findings
The algorithms effectively approximate the packedness of real-world trajectories.
Experiments show c-packedness is a realistic model for many curves.
The first implementation demonstrates practical applicability.
Abstract
In 2012 Driemel et al. \cite{DBLP:journals/dcg/DriemelHW12} introduced the concept of -packed curves as a realistic input model. In the case when is a constant they gave a near linear time -approximation algorithm for computing the Fr\'echet distance between two -packed polygonal curves. Since then a number of papers have used the model. In this paper we consider the problem of computing the smallest for which a given polygonal curve in is -packed. We present two approximation algorithms. The first algorithm is a -approximation algorithm and runs in time. In the case we develop a faster algorithm that returns a -approximation and runs in time. We also implemented the first algorithm and computed the approximate packedness-value for 16 sets…
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
TopicsComputational Geometry and Mesh Generation · Data Management and Algorithms · Data Visualization and Analytics
