Finding planted cliques using gradient descent
Reza Gheissari, Aukosh Jagannath, and Yiming Xu

TL;DR
This paper demonstrates that gradient descent and related Hamiltonian-minimizing Markov chains can recover planted cliques of size proportional to the square root of the number of nodes when initialized from the full graph, but not from the empty set.
Contribution
It introduces a Hamiltonian-based optimization approach that succeeds in finding large planted cliques using gradient descent, addressing a gap in black-box optimization methods.
Findings
Gradient descent recovers planted cliques of size \, \, n when initialized from the full graph.
Initialization from the empty set does not enable finding sub-linear planted cliques.
The approach is robust under a natural contamination model.
Abstract
The planted clique problem is a paradigmatic model of statistical-to-computational gaps: the planted clique is information-theoretically detectable if its size but polynomial-time algorithms only exist for the recovery task when . By now, there are many algorithms that succeed as soon as . Glaringly, however, no black-box optimization method, e.g., gradient descent or the Metropolis process, has been shown to work. In fact, Chen, Mossel, and Zadik recently showed that any Metropolis process whose state space is the set of cliques fails to find any sub-linear sized planted clique in polynomial time if initialized naturally from the empty set. We show that using the method of Lagrange multipliers, namely optimizing the Hamiltonian given by the sum of the objective function and the clique constraint over the space of all…
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
TopicsStochastic Gradient Optimization Techniques · Complexity and Algorithms in Graphs · Markov Chains and Monte Carlo Methods
