A Fast Algorithm for Well-Spaced Points and Approximate Delaunay Graphs
Gary L. Miller, Donald R. Sheehy, Ameya Velingker

TL;DR
This paper introduces an efficient algorithm for generating well-spaced point sets and approximate Delaunay graphs in any dimension, optimizing for output size and computational complexity.
Contribution
The authors develop a new algorithm that efficiently produces well-spaced points and approximate Delaunay graphs with guaranteed size bounds and improved expected running time.
Findings
Expected running time is $O(2^{O(d)}(n ext{log} n + m))$.
Produces a hierarchical well-spaced superset with size $2^{O(d)}n$ in $2^{O(d)}n ext{log} n$ time.
Maintains approximate Voronoi diagram without full storage, enabling efficient neighbor structure computation.
Abstract
We present a new algorithm that produces a well-spaced superset of points conforming to a given input set in any dimension with guaranteed optimal output size. We also provide an approximate Delaunay graph on the output points. Our algorithm runs in expected time , where is the input size, is the output point set size, and is the ambient dimension. The constants only depend on the desired element quality bounds. To gain this new efficiency, the algorithm approximately maintains the Voronoi diagram of the current set of points by storing a superset of the Delaunay neighbors of each point. By retaining quality of the Voronoi diagram and avoiding the storage of the full Voronoi diagram, a simple exponential dependence on is obtained in the running time. Thus, if one only wants the approximate neighbors structure of a refined Delaunay mesh…
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 · Remote Sensing and LiDAR Applications · Hydrology and Sediment Transport Processes
