Computing Maximum Cliques in Unit Disk Graphs
Anastasiia Tkachenko, Haitao Wang

TL;DR
This paper presents improved algorithms for finding maximum cliques in unit disk graphs, including faster solutions when the maximum clique size is small or when points are in convex position, with probabilistic and deterministic variants.
Contribution
The authors develop faster algorithms for maximum clique in unit disk graphs, especially for specific cases like convex position and known clique points, improving upon previous methods.
Findings
New algorithm with $O(n ext{log} n + n K^{4/3+o(1)})$ time complexity.
Probabilistic algorithm for convex position points with $O(n^{15/7+o(1)})$ time.
Deterministic $O(n^2 ext{log} n)$ algorithm for known maximum clique point in convex position.
Abstract
Given a set of points in the plane, the unit-disk graph is a graph with as its vertex set such that two points of have an edge if their Euclidean distance is at most . We consider the problem of computing a maximum clique in . The previously best algorithm for the problem runs in time. We show that the problem can be solved in time, where is the maximum clique size. The algorithm is faster than the previous one when . In addition, if is in convex position, we give a randomized algorithm that runs in worst-case time and the algorithm can compute a maximum clique with high probability. For points in convex position, one special case we solve is when a point in the maximum clique is given; we present an time (deterministic) algorithm for this…
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
TopicsComputational Geometry and Mesh Generation · Complexity and Algorithms in Graphs · Facility Location and Emergency Management
