Dynamic 3D Convex Hulls Revisited and Applications
Haitao Wang

TL;DR
This paper revisits and refines dynamic 3D convex hull data structures, achieving faster deletion times and improved overall efficiency for maintaining convex hulls and related geometric queries.
Contribution
It introduces a modified data structure that reduces deletion time to $O(\log^3 n \log\log n)$ while maintaining fast insertion, improving efficiency over previous methods.
Findings
Reduced deletion time to $O(\log^3 n \\log\\log n)$
Maintained $O(\log^2 n)$ amortized insertion time
Improved overall performance when deletions dominate
Abstract
Chan [JACM, 2010] gave a data structure for maintaining the convex hull of a dynamic set of 3D points under insertions and deletions, supporting extreme-point queries. Subsequent refinements by Kaplan, Mulzer, Roditty, Seiferth, and Sharir [DCG, 2020] and Chan [DCG, 2020] preserved the framework while improving bounds. The current best result achieves amortized insertion time, amortized deletion time, and worst-case query time. These techniques also yield dynamic 2D Euclidean nearest neighbor searching via duality, where the problem becomes maintaining the lower envelope of 3D planes for vertical ray-shooting queries. Using randomized vertical shallow cuttings, Kaplan et al. [DCG, 2020] and Liu [SICOMP, 2022] extended the framework to dynamic lower envelopes of general 3D surfaces, obtaining the same asymptotic bounds and enabling nearest…
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.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Complexity and Algorithms in Graphs · Genome Rearrangement Algorithms
