English

Near-Linear and Parameterized Approximations for Maximum Cliques in Disk Graphs

Computational Geometry 2026-03-12 v3

Abstract

A \emph{disk graph} is the intersection graph of (closed) disks in the plane. We consider the classic problem of finding a maximum clique in a disk graph. For general disk graphs, the complexity of this problem is still open, but for unit disk graphs, it is well known to be in P. The currently fastest algorithm runs in time O(n7/3+o(1))O(n^{7/3+ o(1)}), where nn denotes the number of disks~\cite{EspenantKM23, keil_et_al:LIPIcs.SoCG.2025.63}. Moreover, for the case of disk graphs with tt distinct radii, the problem has also recently been shown to be in XP. More specifically, it is solvable in time O(n2t)O^*(n^{2t})~\cite{keil_et_al:LIPIcs.SoCG.2025.63}. In this paper, we present algorithms with improved running times by allowing for approximate solutions and by using randomization: - for unit disk graphs, we give an algorithm that, with constant success probability, computes a (1ε)(1-\varepsilon)-approximate maximum clique in expected time O~(n/ε2)\tilde{O}(n/\varepsilon^2); and - for disk graphs with tt distinct radii, we give a parameterized approximation scheme that, with a constant success probability, computes a (1ε)(1-\varepsilon)-approximate maximum clique in expected time O~(f(t)(1/ε)O(t)n)\tilde{O}(f(t)\cdot (1/\varepsilon)^{O(t)} \cdot n), for some (exponential) function f(t)f(t).

Keywords

Cite

@article{arxiv.2512.09899,
  title  = {Near-Linear and Parameterized Approximations for Maximum Cliques in Disk Graphs},
  author = {Jie Gao and Pawel Gawrychowski and Panos Giannopoulos and Wolfgang Mulzer and Satyam Singh and Frank Staals and Meirav Zehavi},
  journal= {arXiv preprint arXiv:2512.09899},
  year   = {2026}
}

Comments

14 pages and 3 figures

R2 v1 2026-07-01T08:19:15.413Z