English

Fast and Accurate Reconstruction of Voronoi Generators in Large Tessellations

Metric Geometry 2025-06-25 v1

Abstract

A Voronoi diagram partitions the plane into convex cells, each containing the points closest to a single generator. Given such a tessellation, the inverse Voronoi problem seeks the generator set S S that produced it. Our algorithm selects a single interior cell with k k edges and solves a compact, consistent linear system with 2(k+1) 2(k+1) unknowns and 4k 4k scalar equations to recover that cell's generator together with the k k generators of its neighbors in one step. The remaining sites follow by successive geometric reflections. The overall running time is O(n) O(n) for a diagram with n n cells. Across 103 10^3 Monte Carlo simulations on diagrams of 104 10^4 cells, the method achieved an average RMSE of 1012 10^{-12} and a worst-case individual reconstruction error of 108 10^{-8} , demonstrating both efficiency and robustness.

Keywords

Cite

@article{arxiv.2506.19076,
  title  = {Fast and Accurate Reconstruction of Voronoi Generators in Large Tessellations},
  author = {Carlos M Hernandez-Suarez},
  journal= {arXiv preprint arXiv:2506.19076},
  year   = {2025}
}

Comments

7 pages, 2 Figs, 2 Tables, link to GitHub code