A Note on Testing Intersection of Convex Sets in Sublinear Time
Israela Solomon

TL;DR
This paper introduces a sublinear time algorithm for testing whether a large collection of convex sets in high-dimensional space has a nonempty intersection, efficiently distinguishing between intersecting and nearly disjoint configurations.
Contribution
It presents a novel sublinear time algorithm for intersection testing of convex sets that depends only on the dimension, not the number of sets, enabling efficient high-dimensional geometric analysis.
Findings
Algorithm correctly identifies intersection when all sets intersect.
Algorithm detects near-disjoint configurations with high probability.
Runs in sublinear time relative to the number of sets.
Abstract
We present a simple sublinear time algorithm for testing the following geometric property. Let be convex sets in (), such as polytopes, balls, etc. We assume that the complexity of each set depends only on (and not on the number of sets ). We test the property that there exists a common point in all sets, i.e. that their intersection is nonempty. Our goal is to distinguish between the case where the intersection is nonempty, and the case where even after removing many of the sets the intersection is empty. In particular, our algorithm returns PASS if all of the sets intersect, and returns FAIL with probability at least if no point belongs to sets, for any given .
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 · Computational Geometry and Mesh Generation
