New article by Ross Anderson’s group. It’s beautiful in its simplicity. “Eight Friends are Enough: Social Graph Approximation via Public Listings shows how easy it is for an outsider to work out the structure of friendships on Facebook. (For more, see our blog on Facebook’s technical privacy and its democracy theatre.) ”
In short: Having
- G: undirected graph (e.g., Facebook social net)
- Gk: publicly available portion of G (one in which k outgoing friendship edges have been randomly chosen from G),
they show that the results of applying a certain function f (e.g., centrality, shortest paths, community structure) on Gk are simlar to those of applying f on the entire G! That is, by using the public view (Gk), one is able to infer node centralities, shortest paths, and community structures of the whole G! Scary result for privacy-conscius people! But good news for researchers who need to handle big networks
On the scary side, from a partial (public) view of a social network, one is able to guess
- which nodes are central – e.g., 1) marketing companies are able to identify influential individuals and virally spread products through them; or 2) during protests that are self-orginized via text messages, repressive governments are able to identify influential individuals and intercept their text traffic.
- communities – the authors “were ableto divide the [partial] graph into communities nearly as well as using complete graph knowledge.” (Sect 3.5)