The projector algorithm: a simple parallel algorithm for computing Voronoi diagrams and Delaunay graphs
Daniel Reem

TL;DR
The paper introduces the projector algorithm, a simple and parallelizable method for computing 2D Voronoi diagrams and Delaunay graphs, leveraging new combinatorial structures and concepts inspired by linear programming and optics.
Contribution
It presents a novel, straightforward parallel algorithm for Voronoi diagram computation, enabling independent cell calculation and automatic Delaunay graph derivation.
Findings
Supports parallel implementation of Voronoi diagrams
Uses a new combinatorial structure for convex polytopes
Automatically computes Delaunay graphs from Voronoi diagrams
Abstract
The Voronoi diagram is a certain geometric data structure which has numerous applications in various scientific and technological fields. The theory of algorithms for computing 2D Euclidean Voronoi diagrams of point sites is rich and useful, with several different and important algorithms. However, this theory has been quite steady during the last few decades in the sense that no essentially new algorithms have entered the game. In addition, most of the known algorithms are serial in nature and hence cast inherent difficulties on the possibility to compute the diagram in parallel. In this paper we present the projector algorithm: a new and simple algorithm which enables the (combinatorial) computation of 2D Voronoi diagrams. The algorithm is significantly different from previous ones and some of the involved concepts in it are in the spirit of linear programming and optics. Parallel…
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
TopicsRemote Sensing and LiDAR Applications · Computational Geometry and Mesh Generation · Data Management and Algorithms
