Gdist: Efficient Distance Computation Between 3D Meshes on GPU

Peng Fan,Wei Wang,Ruofeng Tong,Hailong Li,Min Tang
DOI: https://doi.org/10.1145/3680528.3687619
2024-01-01
Abstract:Computing maximum/minimum distances between 3D meshes is crucial for various applications, i.e., robotics, CAD, VR/AR, etc. In this work, we introduce a highly parallel algorithm (gDist) optimized for Graphics Processing Units (GPUs), which is capable of computing the distance between two meshes with over 15 million triangles in less than 0.4 milliseconds (Fig. 1). By testing on benchmarks with varying characteristics, the algorithm achieves remarkable speedups over prior CPU-based and GPU-based algorithms on a commodity GPU (NVIDIA GeForce RTX 4090). Notably, the algorithm consistently maintains high-speed performance, even in challenging scenarios that pose difficulties for prior algorithms.
What problem does this paper attempt to address?