A New Dynamic Algorithm for Densest Subhypergraphs
Suman K. Bera, Sayan Bhattacharya, Jayesh Choudhari, Prantar Ghosh

TL;DR
This paper introduces a new dynamic algorithm for maintaining the densest subhypergraph in weighted hypergraphs, achieving near-optimal approximation and outperforming previous methods in real-world experiments.
Contribution
The authors present the first $(1+)$-approximation algorithm for weighted hypergraphs in a dynamic setting, improving approximation ratio and efficiency over prior work.
Findings
Achieves near-optimal approximation ratio of $(1+)$ for weighted hypergraphs.
Significantly outperforms previous algorithms in accuracy and efficiency on real datasets.
First to provide a $(1+)$-approximation for weighted simple graphs.
Abstract
Computing a dense subgraph is a fundamental problem in graph mining, with a diverse set of applications ranging from electronic commerce to community detection in social networks. In many of these applications, the underlying context is better modelled as a weighted hypergraph that keeps evolving with time. This motivates the problem of maintaining the densest subhypergraph of a weighted hypergraph in a {\em dynamic setting}, where the input keeps changing via a sequence of updates (hyperedge insertions/deletions). Previously, the only known algorithm for this problem was due to Hu et al. [HWC17]. This algorithm worked only on unweighted hypergraphs, and had an approximation ratio of and an update time of , where denotes the maximum rank of the input across all the updates. We obtain a new algorithm for this problem, which works even…
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
TopicsData Management and Algorithms · Algorithms and Data Compression · Graph Theory and Algorithms
