Delaunay Triangulations with Predictions
Sergio Cabello, Timothy M. Chan, Panos Giannopoulos

TL;DR
This paper explores algorithms that leverage predictions of Delaunay triangulations to compute the correct triangulation more efficiently, introducing new algorithms with optimal or near-optimal performance based on different predictive models.
Contribution
It introduces novel algorithms for computing Delaunay triangulations using predictions, achieving improved efficiency under various deterministic and probabilistic assumptions.
Findings
Deterministic algorithm with $O(n + D ext{log}^3 n)$ time.
Randomized algorithm with $O(n + D ext{log} n)$ expected time.
High-probability algorithm with $O(n ext{log} ext{log} n + n ext{log}(1/ ho))$ time.
Abstract
We investigate algorithms with predictions in computational geometry, specifically focusing on the basic problem of computing 2D Delaunay triangulations. Given a set of points in the plane and a triangulation that serves as a "prediction" of the Delaunay triangulation, we would like to use to compute the correct Delaunay triangulation more quickly when is "close" to . We obtain a variety of results of this type, under different deterministic and probabilistic settings, including the following: 1. Define to be the number of edges in that are not in . We present a deterministic algorithm to compute from in time, and a randomized algorithm in expected time, the latter of which is optimal in terms of . 2. Let be a random subset of the edges of…
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 · Topological and Geometric Data Analysis · Point processes and geometric inequalities
