Space Subdivision to Speed-up Convex Hull Construction in E3
Vaclav Skala, Zuzana Majdisova, Michal Smolik

TL;DR
This paper introduces the S-CH algorithm that uses spherical space subdivision to efficiently compute convex hulls in three-dimensional space, significantly reducing input points and improving computational speed.
Contribution
The paper presents a novel spherical space subdivision method for convex hull computation in E3, enhancing speed and robustness over existing algorithms.
Findings
S-CH reduces the number of points for hull calculation.
S-CH achieves better time complexity than previous algorithms.
Experimental results confirm improved efficiency and robustness.
Abstract
Convex hulls are fundamental geometric tools used in a number of algorithms. This paper presents a fast, simple to implement and robust Smart Convex Hull (S-CH) algorithm for computing the convex hull of a set of points in E3. This algorithm is based on "spherical" space subdivision. The main idea of the S-CH algorithm is to eliminate as many input points as possible before the convex hull construction. The experimental results show that only a very small number of points are used for the final convex hull calculation. Experiments made also proved that the proposed S-CH algorithm achieves a better time complexity in comparison with other algorithms in E3.
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.
