almost exact recovery is impossible when the signal to noise ratio is less than the threshold

TABLE WITHOUT ID file.cday as "Created", file.mday as "Last Edited", length(modified) as "Edits"
 
WHERE file.link = this.file.link

Data

Theorem

Suppose we have a stochastic block model problem where the adjacency matrix , and .

If the signal to noise ratio , then almost exact recovery is impossible.

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

Proof

see 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).

Example: Sparse Graphs

and as (the average degree vanishes).

Then ie, in sparse graphs, it is not difficult to identify the information theoretic threshhold (we can easily calculate the signal to noise ratio)

Mentions

TABLE
FROM [[]]
 
FLATTEN choice(contains(artist, this.file.link), 1, "") + choice(contains(author, this.file.link), 1, "") + choice(contains(director, this.file.link), 1, "") + choice(contains(source, this.file.link), 1, "") as direct_source
 
WHERE !direct_source