English

Progressive Convex Hull Simplification

Graphics 2026-04-17 v1

Abstract

Convex hulls are useful as tight bounding proxies for a variety of tasks including collision detection, ray intersection, and distance computation. Unfortunately, the complexity of polyhedral convex hulls grows linearly with their input. We consider the problem of conservatively simplifying a convex hull to a specified number of half-spaces while minimizing added volume or surface area. By working in the dual representation, we propose an efficient O(nlogn)O(n \log n) greedy optimization. In comparisons, we show that existing methods either exhibit poor efficiency, tightness or safety. We demonstrate the success of our method on a variety of input shapes and downstream application domains.

Keywords

Cite

@article{arxiv.2604.14468,
  title  = {Progressive Convex Hull Simplification},
  author = {Alec Jacobson},
  journal= {arXiv preprint arXiv:2604.14468},
  year   = {2026}
}
R2 v1 2026-07-01T12:11:45.989Z