| Literature DB >> 25294962 |
Binh-Minh Bui-Xuan1, Nick S Jones2.
Abstract
By considering the task of finding the shortest walk through a Network, we find an algorithm for which the run time is not as O(2 n ), with n being the number of nodes, but instead scales with the number of nodes in a coarsened network. This coarsened network has a number of nodes related to the number of dense regions in the original graph. Since we exploit a form of local community detection as a preprocessing, this work gives support to the project of developing heuristic algorithms for detecting dense regions in networks: preprocessing of this kind can accelerate optimization tasks on networks. Our work also suggests a class of empirical conjectures for how structural features of efficient networked systems might scale with system size.Entities:
Keywords: community structure; network analysis; parametrized complexity
Year: 2014 PMID: 25294962 PMCID: PMC4156142 DOI: 10.1098/rspa.2014.0224
Source DB: PubMed Journal: Proc Math Phys Eng Sci ISSN: 1364-5021 Impact factor: 2.704
Figure 1.Community detection can be fast if pronounced communities are present [10–12]. Solutions to optimization problems on the coarsened graph can sometimes be converted into solutions for the full graph.
Figure 2.(a) Graph G, where {b,c,d,e} is a clique. (b) Coarsened graph G′ where clique {b,c,d,e} is replaced by cluster-node x. (c,d) a further example of original graph G and coarsened graph G′.