blob: a07228f69f8818113952fd1a652e3a97a8279233 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
In the Graph Inference problem, one seeks to recover the edges of an unknown
graph from the observations of influence cascades propagating over this graph.
In this paper, we approach this problem from the sparse recovery perspective
and provide the first algorithm which recovers the graph's edges with high
probability provided that the number of measurements is $\Omega(s\log m)$ where
$s$ is the maximum degree of the graph and $m$ is the number of nodes.
Furthermore, we show that our algorithm also recovers the edge weights (the
parameters of the diffusion process) and is robust in the context of
approximate sparsity. Finally we prove an almost matching lower bound of
$\Omega(s\log\frac{m}{s})$ and validate our approach empirically on synthetic
graphs.
|