almost exact recovery is impossible when the signal to noise ratio is less than the threshold
Created | Last Edited | Edits |
---|---|---|
2025-02-10 | 2025-05-13 | 3 |
subject:: Data Science Methods for Large Scale Graphs
parent:: Graph Signals and Graph Signal Processing
theme:: math notes
Suppose we have a stochastic block model problem where the adjacency matrix
If the signal to noise ratio
Even with infinite time and resources, there is no algorithm that can recover the true communities with just the probabilities of adjacency. This gives us the information theoretic threshold
Proofsee proofs in Massoulié (2014) and Mossel (2014). Aside: interesting to see since there are different proof methods from different domains. See also Abbe (survey papers).
Then $$SNR = \frac{\left( \frac{a}{n} - \frac{b}{n} \right)^2}{2\frac{(a+b)}{n}} = \frac{1}{2n} \frac{(a-b)^2}{(a+b)}$$
ie, in sparse graphs, it is not difficult to identify the information theoretic threshhold (we can easily calculate the signal to noise ratio)