Subquadratic Approximation Algorithms for Separating Two Points with Objects in the Plane
Jayson Lynch, Jack Spalding-Jamieson

TL;DR
This paper introduces subquadratic algorithms for the point-separation problem in the plane, achieving near-optimal solutions faster than previous quadratic-time methods by using novel approximation techniques.
Contribution
It presents the first subquadratic algorithms for approximate point-separation, surpassing the quadratic lower bounds of prior APSP-based approaches.
Findings
Monte Carlo algorithms run in O(n^{3/2}) for certain objects.
Deterministic algorithms achieve (1+psilon) approximation in O(n/psilon).
Algorithms outperform previous methods in runtime for specific geometric objects.
Abstract
The (unweighted) point-separation problem asks, given a pair of points and in the plane, and a set of candidate geometric objects, for the minimum-size subset of objects whose union blocks all paths from to . Recent work has shown that the point-separation problem can be characterized as a type of shortest-path problem in a geometric intersection graph within a special lifted space. However, all known solutions to this problem essentially reduce to some form of APSP, and hence take at least quadratic time, even for special object types. We improve the conditional quadratic lower bounds for this problem, but our main results are positive: We bypass this barrier by providing subquadratic algorithms to produce solutions of size or . Our algorithms are fundamentally different from the APSP-based approach. In particular, we give…
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.
