English

On the Complexity of Community-aware Network Sparsification

Data Structures and Algorithms 2024-02-26 v1 Social and Information Networks

Abstract

Network sparsification is the task of reducing the number of edges of a given graph while preserving some crucial graph property. In community-aware network sparsification, the preserved property concerns the subgraphs that are induced by the communities of the graph which are given as vertex subsets. This is formalized in the Π\Pi-Network Sparsification problem: given an edge-weighted graph GG, a collection ZZ of cc subsets of V(G)V(G) (communities), and two numbers ,b\ell, b, the question is whether there exists a spanning subgraph GG' of GG with at most \ell edges of total weight at most bb such that G[C]G'[C] fulfills Π\Pi for each community CC. Here, we consider two graph properties Π\Pi: the connectivity property (Connectivity NWS) and the property of having a spanning star (Stars NWS). Since both problems are NP-hard, we study their parameterized and fine-grained complexity. We provide a tight 2Ω(n2+c)poly(n+Z)2^{\Omega(n^2+c)} poly(n+|Z|)-time running time lower bound based on the ETH for both problems, where nn is the number of vertices in GG. The lower bound holds even in the restricted case when all communities have size at most 4, GG is a clique, and every edge has unit weight. For the connectivity property, the unit weight case with GG being a clique is the well-studied problem of computing a hypergraph support with a minimum number of edges. We then study the complexity of both problems parameterized by the feedback edge number tt of the solution graph GG'. For Stars NWS, we present an XP-algorithm for tt. This answers an open question by Korach and Stern [Disc. Appl. Math. '08] who asked for the existence of polynomial-time algorithms for t=0t=0. In contrast, we show for Connectivity NWS that known polynomial-time algorithms for t=0t=0 [Korach and Stern, Math. Program. '03; Klemz et al., SWAT '14] cannot be extended by showing that Connectivity NWS is NP-hard for t=1t=1.

Keywords

Cite

@article{arxiv.2402.15494,
  title  = {On the Complexity of Community-aware Network Sparsification},
  author = {Emanuel Herrendorf and Christian Komusiewicz and Nils Morawietz and Frank Sommer},
  journal= {arXiv preprint arXiv:2402.15494},
  year   = {2024}
}
R2 v1 2026-06-28T14:58:35.639Z