A digital geometric approach for discrete Voronoi diagram construction using GPU
Soumi Dhar,Shyamosree Pal,Gaurav Bhattacharjee,Abhishek Pandey
DOI: https://doi.org/10.1002/cpe.8018
2024-01-18
Concurrency and Computation Practice and Experience
Abstract:Summary Voronoi diagram is a versatile geometric structure used in solving many computational geometry problems in the field of image analysis, computer vision, engineering, medicine, molecular biology and various other disciplines. As a result it is a popular research domain. The literature boasts of many elegant and efficient methods for the construction of the Voronoi diagram in the real space. But these algorithms often fail to perform well when applied to the discrete domain. We present in this paper a novel algorithm for the construction of discrete Voronoi diagram using digital geometric concepts that takes care of the geometric perspective of the Voronoi diagram in the discrete domain. Although our technique is more suited for the CPU but by careful use of some cut‐off heuristics we are able to design a parallel programming approach for the construction of the Voronoi diagram making use of the GPU computational power. The speedup of our algorithm is compatible with the popular GPU technique for Voronoi diagram construction, namely, Jump flood algorithm. But since our algorithm uses the geometric perspective for the construction of Voronoi diagram it gives more accurate output and hence requires no correction step as is the case for the Jump flood algorithm. Furthermore, our approach focuses on extensibility, allowing for easy amenability for construction of higher dimensional Voronoi diagram. This ensures that the Voronoi diagram generation process can be adapted and expanded upon to meet specific requirements or incorporate future enhancements. We present an implementation of the proposed algorithm on a GPU using TAICHI language and describe its performance benefits on multiple input sites.
computer science, theory & methods, software engineering