Multiplicative Weights Update, Area Convexity and Random Coordinate Descent for Densest Subgraph Problems
Ta Duy Nguyen, Alina Ene

TL;DR
This paper introduces new algorithms for densest subgraph problems using multiplicative weights update and area convexity, achieving faster convergence and practical efficiency on large graphs.
Contribution
It presents novel algorithms with improved theoretical iteration complexity and a practical linear convergence rate for dense subgraph decomposition.
Findings
Algorithms converge in fewer iterations with nearly-linear time per iteration.
The new methods outperform previous algorithms in both theory and practice.
Scales effectively to large graphs and is competitive with existing methods.
Abstract
We study the densest subgraph problem and give algorithms via multiplicative weights update and area convexity that converge in and iterations, respectively, both with nearly-linear time per iteration. Compared with the work by Bahmani et al. (2014), our MWU algorithm uses a very different and much simpler procedure for recovering the dense subgraph from the fractional solution and does not employ a binary search. Compared with the work by Boob et al. (2019), our algorithm via area convexity improves the iteration complexity by a factor -- the maximum degree in the graph, and matches the fastest theoretical runtime currently known via flows (Chekuri et al., 2022) in total time. Next, we study the dense subgraph decomposition problem and give the first practical iterative algorithm with linear…
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
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Complexity and Algorithms in Graphs
