The Densest SWAMP problem: subhypergraphs with arbitrary monotonic partial edge rewards
By: Vedangi Bengali , Nikolaj Tatti , Iiro Kumpulainen and more
Potential Business Impact:
Finds best groups in complex data.
We consider a generalization of the densest subhypergraph problem where nonnegative rewards are given for including partial hyperedges in a dense subhypergraph. Prior work addressed this problem only in cases where reward functions are convex, in which case the problem is poly-time solvable. We consider a broader setting where rewards are monotonic but otherwise arbitrary. We first prove hardness results for a wide class of non-convex rewards, then design a 1/k-approximation by projecting to the nearest set of convex rewards, where k is the maximum hyperedge size. We also design another 1/k-approximation using a faster peeling algorithm, which (somewhat surprisingly) differs from the standard greedy peeling algorithm used to approximate other variants of the densest subgraph problem. Our results include an empirical analysis of our algorithm across several real-world hypergraphs.
Similar Papers
Fast and Simple Densest Subgraph with Predictions
Data Structures and Algorithms
Finds the most connected group in networks faster.
Prize-Collecting Forest with Submodular Penalties: Improved Approximation
Data Structures and Algorithms
Finds best paths, saving money on connections.
$\ell_2/\ell_2$ Sparse Recovery via Weighted Hypergraph Peeling
Data Structures and Algorithms
Finds important data faster using a smart trick.