Extracting Densest Sub-hypergraph with Convex Edge-weight Functions
Yi Zhou, Shan Hu, Zimo Sheng

TL;DR
This paper generalizes the densest subgraph problem to hypergraphs with convex edge-weight functions, providing polynomial-time algorithms and analyzing computational complexity for non-convex cases.
Contribution
It introduces a new formulation for densest sub-hypergraphs using convex edge-weight functions and offers efficient algorithms for solving it.
Findings
Polynomial-time algorithms for convex edge-weight functions
Greedy approximation algorithm with 1/r ratio
Complexity analysis for non-convex functions
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 to represent the partial edge-weight of a hyperedge in the input hypergraph and formulate a generalized densest sub-hypergraph problem (GDSH) as . 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Digital Image Processing Techniques
