Low-degree phase transitions for detecting a planted clique in sublinear time
Jay Mardia, Kabir Aladin Verchand, Alexander S. Wein
TL;DR
The paper investigates the limits of sublinear-time detection of a planted clique in a random graph when the clique size is $k=\Theta(n^{1/2+\delta})$. By focusing on non-adaptive query models and restricting computation to $O(\log n)$-degree polynomials, it establishes a sharp phase transition: detection is possible with $|M|=\Theta(n^\gamma)$ only when $\gamma>3(1/2-\delta)$ and impossible when $\gamma<3(1/2-\delta)$. This yields a concrete boundary showing that the best known sublinear runtime $\widetilde{O}(n^{3(1/2-\delta)})$ for detection cannot be improved within the non-adaptive low-degree framework. The upper bound constructs a concrete non-adaptive mask and a low-degree test that strongly separates the planted and null graphs, matching the lower-bound threshold up to constants. Overall, the work advances understanding of computational limits in sublinear regimes and highlights the role of query design and low-degree methods in planted-clique detection.
Abstract
We consider the problem of detecting a planted clique of size $k$ in a random graph on $n$ vertices. When the size of the clique exceeds $Θ(\sqrt{n})$, polynomial-time algorithms for detection proliferate. We study faster -- namely, sublinear time -- algorithms in the high-signal regime when $k = Θ(n^{1/2 + δ})$, for some $δ> 0$. To this end, we consider algorithms that non-adaptively query a subset $M$ of entries of the adjacency matrix and then compute a low-degree polynomial function of the revealed entries. We prove a computational phase transition for this class of non-adaptive low-degree algorithms: under the scaling $\lvert M \rvert = Θ(n^γ)$, the clique can be detected when $γ> 3(1/2 - δ)$ but not when $γ< 3(1/2 - δ)$. As a result, the best known runtime for detecting a planted clique, $\widetilde{O}(n^{3(1/2-δ)})$, cannot be improved without looking beyond the non-adaptive low-degree class. Our proof of the lower bound -- based on bounding the conditional low-degree likelihood ratio -- reveals further structure in non-adaptive detection of a planted clique. Using (a bound on) the conditional low-degree likelihood ratio as a potential function, we show that for every non-adaptive query pattern, there is a highly structured query pattern of the same size that is at least as effective.
