Table of Contents
Fetching ...

Sum-of-Squares Lower Bounds for Independent Set in Ultra-Sparse Random Graphs

Pravesh Kothari, Aaron Potechin, Jeff Xu

TL;DR

This work establishes the first strong Sum-of-Squares lower bound for independent set on ultra-sparse random graphs, showing that degree-$2D$ SoS cannot certify bounds better than $o\left(\frac{n}{\sqrt{d}\,D^4}\right)$ for $G\sim G(n,d/n)$, thereby bounding improvements over the Lovász theta SDP by at most a factor of $O(D^4)$. The authors develop a sharp, local spectral-norm analysis of graph matrices built from sparse graphs, introducing a localization technique for trace moments and an upgraded pseudo-calibration machinery that avoids polylogarithmic losses. A key technical achievement is establishing absolute-constant spectral-norm bounds for line-graph and Z-shape graph matrices on truncated ultra-sparse graphs, enabling precise PSDness arguments for the SoS moment matrix. The approach hinges on a fine-grained block-value framework that ties vertex-separator structure to norm bounds, and it is complemented by a careful treatment of pruning, 2-cycle freeness, and singleton edges. The resulting framework not only yields the main lower bound but also provides tools potentially useful for analyzing numerical algorithms on average-case inputs in sparse regimes.

Abstract

We prove that for every $D \in \N$, and large enough constant $d \in \N$, with high probability over the choice of $G \sim G(n,d/n)$, the \Erdos-\Renyi random graph distribution, the canonical degree $2D$ Sum-of-Squares relaxation fails to certify that the largest independent set in $G$ is of size $o(\frac{n}{\sqrt{d} D^4})$. In particular, degree $D$ sum-of-squares strengthening can reduce the integrality gap of the classical \Lovasz theta SDP relaxation by at most a $O(D^4)$ factor. This is the first lower bound for $>4$-degree Sum-of-Squares (SoS) relaxation for any problems on \emph{ultra sparse} random graphs (i.e. average degree of an absolute constant). Such ultra-sparse graphs were a known barrier for previous methods and explicitly identified as a major open direction (e.g.,~\cite{deshpande2019threshold, kothari2021stressfree}). Indeed, the only other example of an SoS lower bound on ultra-sparse random graphs was a degree-4 lower bound for Max-Cut. Our main technical result is a new method to obtain spectral norm estimates on graph matrices (a class of low-degree matrix-valued polynomials in $G(n,d/n)$) that are accurate to within an absolute constant factor. All prior works lose $\poly log n$ factors that trivialize any lower bound on $o(\log n)$-degree random graphs. We combine these new bounds with several upgrades on the machinery for analyzing lower-bound witnesses constructed by pseudo-calibration so that our analysis does not lose any $ω(1)$-factors that would trivialize our results. In addition to other SoS lower bounds, we believe that our methods for establishing spectral norm estimates on graph matrices will be useful in the analyses of numerical algorithms on average-case inputs.

Sum-of-Squares Lower Bounds for Independent Set in Ultra-Sparse Random Graphs

TL;DR

This work establishes the first strong Sum-of-Squares lower bound for independent set on ultra-sparse random graphs, showing that degree- SoS cannot certify bounds better than for , thereby bounding improvements over the Lovász theta SDP by at most a factor of . The authors develop a sharp, local spectral-norm analysis of graph matrices built from sparse graphs, introducing a localization technique for trace moments and an upgraded pseudo-calibration machinery that avoids polylogarithmic losses. A key technical achievement is establishing absolute-constant spectral-norm bounds for line-graph and Z-shape graph matrices on truncated ultra-sparse graphs, enabling precise PSDness arguments for the SoS moment matrix. The approach hinges on a fine-grained block-value framework that ties vertex-separator structure to norm bounds, and it is complemented by a careful treatment of pruning, 2-cycle freeness, and singleton edges. The resulting framework not only yields the main lower bound but also provides tools potentially useful for analyzing numerical algorithms on average-case inputs in sparse regimes.

Abstract

We prove that for every , and large enough constant , with high probability over the choice of , the \Erdos-\Renyi random graph distribution, the canonical degree Sum-of-Squares relaxation fails to certify that the largest independent set in is of size . In particular, degree sum-of-squares strengthening can reduce the integrality gap of the classical \Lovasz theta SDP relaxation by at most a factor. This is the first lower bound for -degree Sum-of-Squares (SoS) relaxation for any problems on \emph{ultra sparse} random graphs (i.e. average degree of an absolute constant). Such ultra-sparse graphs were a known barrier for previous methods and explicitly identified as a major open direction (e.g.,~\cite{deshpande2019threshold, kothari2021stressfree}). Indeed, the only other example of an SoS lower bound on ultra-sparse random graphs was a degree-4 lower bound for Max-Cut. Our main technical result is a new method to obtain spectral norm estimates on graph matrices (a class of low-degree matrix-valued polynomials in ) that are accurate to within an absolute constant factor. All prior works lose factors that trivialize any lower bound on -degree random graphs. We combine these new bounds with several upgrades on the machinery for analyzing lower-bound witnesses constructed by pseudo-calibration so that our analysis does not lose any -factors that would trivialize our results. In addition to other SoS lower bounds, we believe that our methods for establishing spectral norm estimates on graph matrices will be useful in the analyses of numerical algorithms on average-case inputs.

Paper Structure

This paper contains 122 sections, 64 theorems, 173 equations, 11 figures.

Key Result

Theorem 1.3

There is a $c>0$ such that for every $d \in \mathbb{N}$, with probability $1-o_n(1)$ over $G\sim G_{n,d/n}$, there exists a degree-$d_{sos}$ pseudo-expectation satisfying the independent set axioms (Definition def:ind-set-axioms) and

Figures (11)

  • Figure 1: Line-graph $M_{line}[u,v] =\chi_G(u,v)$
  • Figure 2: Z-shape $M_Z[(i,j),(k,\ell)] =$$\chi_G(i,k)\cdot \chi_G(j,k)\cdot \chi_G(j,\ell)$
  • Figure 3: Z-shape $M_Z[(i,j),(k,\ell)] = \chi_G(i,k)\cdot \chi_G(j,k)\cdot \chi_G(j,\ell)$
  • Figure 4: Line-graph with a dangling vertex $M_{dang}[u,v] =\sum_{t_1, t_2\neq u,v} \chi_G(u,t_1)\cdot \chi_G(v,t_1) \cdot \chi_G(t_1, t_2)$
  • Figure 5: Floating triangle
  • ...and 6 more figures

Theorems & Definitions (236)

  • Definition 1.1: Pseudo-expectation of degree-$d_{sos}$
  • Definition 1.2: Independent Set Axioms
  • Theorem 1.3: Main result
  • Remark 1.4
  • Definition 2.1: Fourier character for $G_{n,d/n}$
  • Definition 2.2: Shape
  • Definition 2.3: Shape transpose
  • Definition 2.4: Embedding
  • Definition 2.5: Graph matrix of a shape
  • Example 2.6: Line-graph graph matrix $M_{line}$
  • ...and 226 more