English

Chi-squared Amplification: Identifying Hidden Hubs

Machine Learning 2016-11-17 v2 Data Structures and Algorithms Machine Learning

Abstract

We consider the following general hidden hubs model: an n×nn \times n random matrix AA with a subset SS of kk special rows (hubs): entries in rows outside SS are generated from the probability distribution p0N(0,σ02)p_0 \sim N(0,\sigma_0^2); for each row in SS, some kk of its entries are generated from p1N(0,σ12)p_1 \sim N(0,\sigma_1^2), σ1>σ0\sigma_1>\sigma_0, and the rest of the entries from p0p_0. The problem is to identify the high-degree hubs efficiently. This model includes and significantly generalizes the planted Gaussian Submatrix Model, where the special entries are all in a k×kk \times k submatrix. There are two well-known barriers: if kcnlnnk\geq c\sqrt{n\ln n}, just the row sums are sufficient to find SS in the general model. For the submatrix problem, this can be improved by a lnn\sqrt{\ln n} factor to kcnk \ge c\sqrt{n} by spectral methods or combinatorial methods. In the variant with p0=±1p_0=\pm 1 (with probability 1/21/2 each) and p11p_1\equiv 1, neither barrier has been broken. We give a polynomial-time algorithm to identify all the hidden hubs with high probability for kn0.5δk \ge n^{0.5-\delta} for some δ>0\delta >0, when σ12>2σ02\sigma_1^2>2\sigma_0^2. The algorithm extends to the setting where planted entries might have different variances each at least as large as σ12\sigma_1^2. We also show a nearly matching lower bound: for σ122σ02\sigma_1^2 \le 2\sigma_0^2, there is no polynomial-time Statistical Query algorithm for distinguishing between a matrix whose entries are all from N(0,σ02)N(0,\sigma_0^2) and a matrix with k=n0.5δk=n^{0.5-\delta} hidden hubs for any δ>0\delta >0. The lower bound as well as the algorithm are related to whether the chi-squared distance of the two distributions diverges. At the critical value σ12=2σ02\sigma_1^2=2\sigma_0^2, we show that the general hidden hubs problem can be solved for kcn(lnn)1/4k\geq c\sqrt n(\ln n)^{1/4}, improving on the naive row sum-based method.

Keywords

Cite

@article{arxiv.1608.03643,
  title  = {Chi-squared Amplification: Identifying Hidden Hubs},
  author = {Ravi Kannan and Santosh Vempala},
  journal= {arXiv preprint arXiv:1608.03643},
  year   = {2016}
}
R2 v1 2026-06-22T15:18:06.160Z