Computing the Girth of a Segment Intersection Graph
Timothy M. Chan, Yuancheng Yu

TL;DR
This paper introduces an efficient algorithm to compute the girth of segment intersection graphs in the plane, advancing the computational complexity bounds for this problem and extending to algebraic curves.
Contribution
It presents the first subquadratic expected-time algorithm for girth computation in segment intersection graphs, utilizing advanced matrix multiplication and separator techniques.
Findings
Achieved $O(n^{1.483})$ expected time complexity.
Extended the approach to algebraic curves and semialgebraic sets.
Progressed towards an open problem in computational geometry.
Abstract
We present an algorithm that computes the girth of the intersection graph of given line segments in the plane in expected time. This is the first such algorithm with running time for a positive constant , and makes progress towards an open question posed by Chan (SODA 2023). The main techniques include (i)~the usage of recent subcubic algorithms for bounded-difference min-plus matrix multiplication, and (ii)~an interesting variant of the planar graph separator theorem. The result extends to intersection graphs of connected algebraic curves or semialgebraic sets of constant description complexity.
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
TopicsPolynomial and algebraic computation · Complexity and Algorithms in Graphs · Computational Geometry and Mesh Generation
