Table of Contents
Fetching ...

How Local Separators Shape Community Structure in Large Networks

Sarah Frenkel, Johannes Carmesin

TL;DR

This paper investigates local separator methods as scalable, bottleneck-driven alternatives to modularity-based community detection in large networks. It defines and compares 1-separator and 2-separator decompositions against standard algorithms (Infomap, Label Propagation, Leiden Modularity, Best Multilevel) across networks including Netscience and road networks, highlighting the strengths and limitations of modularity-based evaluation. The results show that the local 1-separator reliably identifies the densest communities, while the local 2-separator reveals hierarchical structure though it can over-fragment small clusters; road networks in particular benefit from these methods. Overall, local separators offer a practical, interpretable decomposition mechanism that complements traditional approaches and is well suited for transportation and infrastructure analysis.

Abstract

Community detection is a key tool for analyzing the structure of large networks. Standard methods, such as modularity optimization, focus on identifying densely connected groups but often overlook natural local separations in the graph. In this paper, we investigate local separator methods, which decompose networks based on structural bottlenecks rather than global connectivity. We systematically compare them with well-established community detection algorithms on large real-world networks. Our results show that local 1-separators consistently identify the densest communities, outperforming modularity-based methods in this regard, while local 2-separators reveal hierarchical structures but may over-fragment small clusters. These findings are particularly strong for road networks, suggesting practical applications in transportation and infrastructure analysis. Our study highlights local separators as a scalable and interpretable alternative for network decomposition.

How Local Separators Shape Community Structure in Large Networks

TL;DR

This paper investigates local separator methods as scalable, bottleneck-driven alternatives to modularity-based community detection in large networks. It defines and compares 1-separator and 2-separator decompositions against standard algorithms (Infomap, Label Propagation, Leiden Modularity, Best Multilevel) across networks including Netscience and road networks, highlighting the strengths and limitations of modularity-based evaluation. The results show that the local 1-separator reliably identifies the densest communities, while the local 2-separator reveals hierarchical structure though it can over-fragment small clusters; road networks in particular benefit from these methods. Overall, local separators offer a practical, interpretable decomposition mechanism that complements traditional approaches and is well suited for transportation and infrastructure analysis.

Abstract

Community detection is a key tool for analyzing the structure of large networks. Standard methods, such as modularity optimization, focus on identifying densely connected groups but often overlook natural local separations in the graph. In this paper, we investigate local separator methods, which decompose networks based on structural bottlenecks rather than global connectivity. We systematically compare them with well-established community detection algorithms on large real-world networks. Our results show that local 1-separators consistently identify the densest communities, outperforming modularity-based methods in this regard, while local 2-separators reveal hierarchical structures but may over-fragment small clusters. These findings are particularly strong for road networks, suggesting practical applications in transportation and infrastructure analysis. Our study highlights local separators as a scalable and interpretable alternative for network decomposition.

Paper Structure

This paper contains 11 sections, 3 equations, 4 figures, 2 tables.

Figures (4)

  • Figure 1: The ground truth for this network is that the dolphins are partitioned into two social groups, the red nodes and the orange ones. The clusters of our decomposition method are highlighted by the coloured regions. They are able to reconstruct this partition up to two nodes at the boundary that are assigned to both clusters (as we allow an overlapping clustering), and it also provides a finer structure within the red and orange families.
  • Figure 2: Comparison of community detection methods applied to the Netscience network. (a) Results from Infomap (IM), Label Propagation (LP), Leiden Modularity (LM), and Best Multilevel (BML). (b) Results from the local 1-separator method. (c) Results from the local 2-separator method.
  • Figure 3: Comparison of community detection methods applied to the Euroroads network. (a) Infomap (IM), Label Propagation (LP), Leiden Modularity (LM), and Best Multilevel (BML). (b) Local 1-separator method. (c) Local 2-separator method.
  • Figure 4: Comparison of community detection methods applied to the NRW road network. (a) Infomap (IM), Label Propagation (LP), Leiden Modularity (LM), and Best Multilevel (BML). (b) Local 1-separator method. (c) Local 2-separator method.

Theorems & Definitions (1)

  • Example 1