English

Delaunay Triangulations with Predictions

Computational Geometry 2026-01-14 v1 Data Structures and Algorithms

Abstract

We investigate algorithms with predictions in computational geometry, specifically focusing on the basic problem of computing 2D Delaunay triangulations. Given a set PP of nn points in the plane and a triangulation GG that serves as a "prediction" of the Delaunay triangulation, we would like to use GG to compute the correct Delaunay triangulation DT(P)\textit{DT}(P) more quickly when GG is "close" to DT(P)\textit{DT}(P). We obtain a variety of results of this type, under different deterministic and probabilistic settings, including the following: 1. Define DD to be the number of edges in GG that are not in DT(P)\textit{DT}(P). We present a deterministic algorithm to compute DT(P)\textit{DT}(P) from GG in O(n+Dlog3n)O(n + D\log^3 n) time, and a randomized algorithm in O(n+Dlogn)O(n+D\log n) expected time, the latter of which is optimal in terms of DD. 2. Let RR be a random subset of the edges of DT(P)\textit{DT}(P), where each edge is chosen independently with probability ρ\rho. Suppose GG is any triangulation of PP that contains RR. We present an algorithm to compute DT(P)\textit{DT}(P) from GG in O(nloglogn+nlog(1/ρ))O(n\log\log n + n\log(1/\rho)) time with high probability. 3. Define d\mboxviod_{\mbox{\scriptsize\rm vio}} to be the maximum number of points of PP strictly inside the circumcircle of a triangle in GG (the number is 0 if GG is equal to DT(P)\textit{DT}(P)). We present a deterministic algorithm to compute DT(P)\textit{DT}(P) from GG in O(nlogn+nlogd\mboxvio)O(n\log^*n + n\log d_{\mbox{\scriptsize\rm vio}}) time. We also obtain results in similar settings for related problems such as 2D Euclidean minimum spanning trees, and hope that our work will open up a fruitful line of future research.

Keywords

Cite

@article{arxiv.2601.08106,
  title  = {Delaunay Triangulations with Predictions},
  author = {Sergio Cabello and Timothy M. Chan and Panos Giannopoulos},
  journal= {arXiv preprint arXiv:2601.08106},
  year   = {2026}
}

Comments

29 pages, 6 figures, ITCS 2026

R2 v1 2026-07-01T09:01:54.549Z