English

Extracting Densest Sub-hypergraph with Convex Edge-weight Functions

Data Structures and Algorithms 2022-07-19 v1

Abstract

The densest subgraph problem (DSG) aiming at finding an induced subgraph such that the average edge-weights of the subgraph is maximized, is a well-studied problem. However, when the input graph is a hypergraph, the existing notion of DSG fails to capture the fact that a hyperedge partially belonging to an induced sub-hypergraph is also a part of the sub-hypergraph. To resolve the issue, we suggest a function fe:Z0R0f_e:\mathbb{Z}_{\ge0}\rightarrow \mathbb{R}_{\ge 0} to represent the partial edge-weight of a hyperedge ee in the input hypergraph H=(V,E,f)\mathcal{H}=(V,\mathcal{E},f) and formulate a generalized densest sub-hypergraph problem (GDSH) as maxSVeEfe(eS)S\max_{S\subseteq V}\frac{\sum_{e\in \mathcal{E}}{f_e(|e\cap S|)}}{|S|}. We demonstrate that, when all the edge-weight functions are non-decreasing convex, GDSH can be solved in polynomial-time by the linear program-based algorithm, the network flow-based algorithm and the greedy 1r\frac{1}{r}-approximation algorithm where rr is the rank of the input hypergraph. Finally, we investigate the computational tractability of GDSH where some edge-weight functions are non-convex.

Keywords

Cite

@article{arxiv.2207.08340,
  title  = {Extracting Densest Sub-hypergraph with Convex Edge-weight Functions},
  author = {Yi Zhou and Shan Hu and Zimo Sheng},
  journal= {arXiv preprint arXiv:2207.08340},
  year   = {2022}
}
R2 v1 2026-06-25T00:59:36.826Z