Score: 0

An Algorithm for Computing the Exact Convex Hull in High-Dimensional Spaces

Published: August 20, 2025 | arXiv ID: 2508.14407v1

By: Qianwei Zhuang

Potential Business Impact:

Finds the outer shape of many points.

Business Areas:
Quantum Computing Science and Engineering

This study introduces a novel algorithm for computing the convex hull of a point set in high-dimensional Euclidean space. The method iteratively solves a sequence of dynamically updated quadratic programming (QP) problems for each point and leverages the solutions to provide theoretical guarantees for exact convex hull identification. Given $n$ points in an $m$-dimensional space, the algorithm achieves a best-case time complexity of $O(nm^p)$, where $p$ depends on the specific QP solver employed (e.g., an interior-point method). In the worst case, the complexity increases to $O(n h^{p+1})$, where $h$ denotes the minimal number of vertices defining the convex hull. The approach is particularly well-suited for large-scale, high-dimensional datasets, where exponential-time algorithms become computationally infeasible.

Country of Origin
🇯🇵 Japan

Page Count
10 pages

Category
Computer Science:
Computational Geometry