Approximating the lambda-low-density value
Joachim Gudmundsson, Zijin Huang, Sampson Wong

TL;DR
This paper presents an efficient method to approximate the lambda-low-density value for line segment sets, enabling better algorithm selection in geometric applications, with practical validation on real-world data.
Contribution
It introduces a 3-approximation algorithm for lambda-low-density value computation and a dynamic maintenance method with efficient updates.
Findings
The approximation algorithm runs in O(n log n + λ n) time.
The dynamic maintenance algorithm operates in O(log n + λ^2) amortized time per update.
Many real-world datasets have small lambda-low-density values, justifying specialized algorithms.
Abstract
The use of realistic input models has gained popularity in the theory community. Assuming a realistic input model often precludes complicated hypothetical inputs, and the analysis yields bounds that better reflect the behaviour of algorithms in practice. One of the most popular models for polygonal curves and line segments is -low-density. To select the most efficient algorithm for a certain input, one often needs to compute the -low-density value, or at least an approximate value. In this paper, we show that given a set of line segments in one can compute a -approximation of the -low density value in time. We also show how to maintain a -approximation of the -low density value while allowing insertions of new segments in amortized time per update. Finally, we argue that…
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 · Advanced Numerical Analysis Techniques
