Efficiently Approximating the Minimum-Volume Bounding Box of a Point Set in Three Dimensions
Gill Barequet, Sariel Har-Peled

TL;DR
This paper introduces two efficient algorithms for approximating the minimum-volume bounding box of a 3D point set, with theoretical guarantees and experimental validation, improving computational efficiency in geometric data analysis.
Contribution
It proposes a novel approximation algorithm with improved runtime and a simpler alternative, both for computing near-optimal bounding boxes in three dimensions.
Findings
The first algorithm runs in $O(n + 1/ ext{ε}^{4.5})$ time with approximation guarantees.
The second, simpler algorithm runs in $O(n ext{log} n + n / ext{ε}^3)$ time.
Experimental results demonstrate practical effectiveness of the algorithms.
Abstract
We present an efficient -time algorithm for computing a )-approximation of the minimum-volume bounding box of points in . We also present a simpler algorithm (for the same purpose) whose running time is . We give some experimental results with implementations of various variants of the second algorithm. The implementation of the algorithm described in this paper is available online https://github.com/sarielhp/MVBB.
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 · Mathematical Approximation and Integration · Complexity and Algorithms in Graphs
