Average-Case Hardness of Hypergraphic Planted Clique Detection
Posed by Yuetian Luo et al. (2020)
§ Problem Statement
Setup
Fix an integer and let . A (simple) -uniform hypergraph on is specified by an edge set . Let denote the Erdos-Renyi -uniform hypergraph distribution in which each -set is included in independently with probability (Luo & Zhang (2020)).
For an integer , define the hypergraphic planted clique (HPC) distribution by: draw ; sample a uniformly random subset with ; then set every hyperedge with to be present (so the induced -uniform subhypergraph on is complete).
The detection problem is the average-case hypothesis test
A (randomized) polynomial-time test is a family of algorithms running in time and outputting . The test succeeds if its total error as . For , this reduces to planted clique (PC) detection on graphs (Luo & Zhang (2020)). In this case, is generated by first drawing an Erdos-Renyi graph from and then forcing all edges inside a uniformly random size- vertex subset to be present.
The phrase "computationally equivalent" here means average-case randomized polynomial-time reductions in both directions (PC ) that preserve null and planted distributions up to vanishing total-variation error and keep planted sizes asymptotically comparable (for example, ) (Brennan et al. (2018)).
Unsolved Problem
In the regime (e.g. for any fixed ), prove or refute such an average-case reduction from PC detection to detection.
Concretely, determine whether there exist , , and a randomized map computable in time such that (1) if , then is distributed as up to total variation error , and (2) if , then is distributed as up to total variation error .
Equivalently, would any polynomial-time test for at planted size imply, via , a polynomial-time test for PC at planted size in the corresponding regime?
§ Discussion
§ Significance & Implications
HPC detection is a common average-case starting point for reductions to tensor-structured inference tasks because a -uniform hypergraph can be represented by an order- adjacency tensor. Establishing a precise average-case reduction from PC to -HPC (or proving such a reduction cannot exist with comparable ) would clarify whether hardness assumptions stated for -HPC in the regime are genuinely stronger/different than the standard planted clique conjecture, which directly affects the interpretability of hardness evidence for tensor problems built on -HPC as a base distribution.
§ Known Partial Results
Luo et al. (2020): Luo and Zhang (COLT 2020) formulate the -HPC detection problem and motivate it as an average-case hardness source for tensor problems.
Luo et al. (2020): Luo and Zhang (COLT 2020) ask for further evidence of average-case computational hardness of -HPC detection and, in particular, for evidence toward (or against) computational equivalence between -HPC detection and planted clique detection.
Luo et al. (2020): As summarized in Luo and Zhang (COLT 2020), spectral methods based on unfolding/matricizing the order- adjacency tensor provide polynomial-time detection in a high-signal regime (with threshold behavior on the order of around for fixed ), and are not expected to succeed deep in the regime .
Luo et al. (2020): Luo and Zhang (COLT 2020) cite evidence for hardness of -HPC detection in restricted algorithmic frameworks (e.g. certain Markov chain/Metropolis-type approaches and the low-degree polynomial framework) in the regime .
Luo et al. (2020): There is a simple polynomial-time mapping from a -uniform hypergraph to a graph by fixing a -subset and connecting when is a hyperedge; under this yields an Erdos-Renyi graph with edge probability , while under it yields a planted-clique graph conditional on the event (and is otherwise null-like). The open challenge is a reduction in the opposite direction (PC to -HPC) that preserves up to asymptotic comparability without relying on such conditioning.
§ References
Open Problem: Average-Case Hardness of Hypergraphic Planted Clique Detection
Yuetian Luo, Anru R Zhang (2020)
Conference on Learning Theory (COLT), PMLR 125
📍 Open-problem note in COLT proceedings.
Open Problem: Average-Case Hardness of Hypergraphic Planted Clique Detection (PDF)
Yuetian Luo, Anru R Zhang (2020)
Conference on Learning Theory (COLT), PMLR 125
📍 Proceedings PDF.
Reducibility and Computational Lower Bounds for Problems with Planted Sparse Structure
Matthew Brennan, Guy Bresler, Wassim Huleihel (2018)
Conference on Learning Theory (COLT), PMLR 75
📍 Average-case reduction framework via randomized polynomial-time mappings preserving null/planted distributions up to small total-variation error.