Computing the Approximate Convex Hull in High Dimensions
Hossein Sartipizadeh, Tyrone L. Vincent

TL;DR
This paper introduces a high-dimensional convex hull approximation method with a time complexity independent of dimension, suitable for online applications requiring a balance between accuracy and simplicity.
Contribution
It presents a novel greedy algorithm for approximating convex hulls in high dimensions with a fixed number of vertices, achieving efficient computation.
Findings
Time complexity is independent of dimension
Method is effective for high-dimensional data
Suitable for online and real-time applications
Abstract
In this paper, an effective method with time complexity of is introduced to find an approximation of the convex hull for points in dimension , where is close to the number of vertices of the approximation. Since the time complexity is independent of dimension, this method is highly suitable for the data in high dimensions. Utilizing a greedy approach, the proposed method attempts to find the best approximate convex hull for a given number of vertices. The approximate convex hull can be a helpful substitute for the exact convex hull for on-line processes and applications that have a favorable trade off between accuracy and parsimony.
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
TopicsMachine Learning and Algorithms · Sparse and Compressive Sensing Techniques · Computational Geometry and Mesh Generation
