Lancichinetti–Fortunato–Radicchi benchmark

Lancichinetti–Fortunato–Radicchi benchmark is an algorithm that generates benchmark networks (artificial networks that resemble real-world networks). They have a priori known communities and are used to compare different community detection methods.[1] The advantage of the benchmark over other methods is that it accounts for the heterogeneity in the distributions of node degrees and of community sizes.[2]

The algorithm edit

The node degrees and the community sizes are distributed according to a power law, with different exponents. The benchmark assumes that both the degree and the community size have power law distributions with different exponents,   and  , respectively.   is the number of nodes and the average degree is  . There is a mixing parameter  , which is the average fraction of neighboring nodes of a node that do not belong to any community that the benchmark node belongs to. This parameter controls the fraction of edges that are between communities.[2] Thus, it reflects the amount of noise in the network. At the extremes, when   all links are within community links, if   all links are between nodes belonging to different communities.[3]

One can generate the benchmark network using the following steps.

Step 1: Generate a network with nodes following a power law distribution with exponent   and choose extremes of the distribution   and   to get desired average degree is  .

Step 2:   fraction of links of every node is with nodes of the same community, while fraction   is with the other nodes.

Step 3: Generate community sizes from a power law distribution with exponent  . The sum of all sizes must be equal to  . The minimal and maximal community sizes   and   must satisfy the definition of community so that every non-isolated node is in at least in one community:

 
 

Step 4: Initially, no nodes are assigned to communities. Then, each node is randomly assigned to a community. As long as the number of neighboring nodes within the community does not exceed the community size a new node is added to the community, otherwise stays out. In the following iterations the “homeless” node is randomly assigned to some community. If that community is complete, i.e. the size is exhausted, a randomly selected node of that community must be unlinked. Stop the iteration when all the communities are complete and all the nodes belong to at least one community.

Step 5: Implement rewiring of nodes keeping the same node degrees but only affecting the fraction of internal and external links such that the number of links outside the community for each node is approximately equal to the mixing parameter  .[2]

Testing edit

Consider a partition into communities that do not overlap. The communities of randomly chosen nodes in each iteration follow a   distribution that represents the probability that a randomly picked node is from the community  . Consider a partition of the same network that was predicted by some community finding algorithm and has   distribution. The benchmark partition has   distribution. The joint distribution is  . The similarity of these two partitions is captured by the normalized mutual information.

 

If   the benchmark and the detected partitions are identical, and if   then they are independent of each other.[4]

References edit

  1. ^ Hua-Wei Shen (2013). "Community Structure of Complex Networks". Springer Science & Business Media. 11–12.
  2. ^ a b c A. Lancichinetti, S. Fortunato, and F. Radicchi.(2008) Benchmark graphs for testing community detection algorithms. Physical Review E, 78. arXiv:0805.4770
  3. ^ Twan van Laarhoven and Elena Marchiori (2013). "Network community detection with edge classifiers trained on LFR graphs". https://www.cs.ru.nl/~elenam/paper-learning-community.pdf Archived 2018-11-03 at the Wayback Machine
  4. ^ Barabasi, A.-L. (2014). "Network Science". Chapter 9: Communities.