1: \begin{abstract}
2: We consider a set of agents who are attempting to iteratively
3: learn the `state of the world' from their neighbors in a social
4: network. Each agent initially receives a noisy observation of
5: the true state of the world. The agents then repeatedly `vote'
6: and observe the votes of some of their peers, from which they
7: gain more information. The agents' calculations are Bayesian
8: and aim to myopically maximize the expected utility at each
9: iteration.
10:
11: This model, introduced by Gale and Kariv (2003), is a natural
12: approach to learning on networks. However, it has been
13: criticized, chiefly because the agents' decision rule appears
14: to become computationally intractable as the number of
15: iterations advances. For instance, a dynamic programming
16: approach (part of this work) has running time that is
17: exponentially large in $\min(n, (d-1)^t)$, where $n$ is the
18: number of agents.
19:
20: We provide a new algorithm to perform the agents' computations
21: on locally tree-like graphs. Our algorithm uses the dynamic
22: cavity method to drastically reduce computational effort. Let
23: $d$ be the maximum degree and $t$ be the iteration number. The
24: computational effort needed per agent is exponential only in
25: $O(td)$ (note that the number of possible information sets of a
26: neighbor at time $t$ is itself exponential in $td$).
27:
28: Under appropriate assumptions on the rate of convergence, we
29: deduce that each agent is only required to spend
30: polylogarithmic (in $1/\eps$) computational effort to
31: approximately learn the true state of the world with error
32: probability $\eps$, on regular trees of degree at least
33: five. We provide numerical and other evidence to justify our
34: assumption on convergence rate.
35:
36: We extend our results in various directions, including loopy
37: graphs. Our results indicate efficiency of iterative Bayesian
38: social learning in a wide range of situations, contrary to widely held
39: beliefs.
40: \end{abstract}
41: