English

The Densest Subgraph Problem with a Convex/Concave Size Function

Data Structures and Algorithms 2021-10-27 v1 Discrete Mathematics Social and Information Networks

Abstract

In the densest subgraph problem, given an edge-weighted undirected graph G=(V,E,w)G=(V,E,w), we are asked to find SVS\subseteq V that maximizes the density, i.e., w(S)/Sw(S)/|S|, where w(S)w(S) is the sum of weights of the edges in the subgraph induced by SS. This problem has often been employed in a wide variety of graph mining applications. However, the problem has a drawback; it may happen that the obtained subset is too large or too small in comparison with the size desired in the application at hand. In this study, we address the size issue of the densest subgraph problem by generalizing the density of SVS\subseteq V. Specifically, we introduce the ff-density of SVS\subseteq V, which is defined as w(S)/f(S)w(S)/f(|S|), where f:Z0R0f:\mathbb{Z}_{\geq 0}\rightarrow \mathbb{R}_{\geq 0} is a monotonically non-decreasing function. In the ff-densest subgraph problem (ff-DS), we aim to find SVS\subseteq V that maximizes the ff-density w(S)/f(S)w(S)/f(|S|). Although ff-DS does not explicitly specify the size of the output subset of vertices, we can handle the above size issue using a convex/concave size function ff appropriately. For ff-DS with convex function ff, we propose a nearly-linear-time algorithm with a provable approximation guarantee. On the other hand, for ff-DS with concave function ff, we propose an LP-based exact algorithm, a flow-based O(V3)O(|V|^3)-time exact algorithm for unweighted graphs, and a nearly-linear-time approximation algorithm.

Keywords

Cite

@article{arxiv.1703.03603,
  title  = {The Densest Subgraph Problem with a Convex/Concave Size Function},
  author = {Yasushi Kawase and Atsushi Miyauchi},
  journal= {arXiv preprint arXiv:1703.03603},
  year   = {2021}
}

Comments

19 pages, 3 figures; A preliminary version of this paper appeared in ISAAC 2016

R2 v1 2026-06-22T18:42:06.506Z