A Scalable and Exact Relaxation for Densest $k$-Subgraph via Error Bounds
Ya Liu, Junbin Liu, Wing-Kin Ma, and Aritra Konar

TL;DR
This paper introduces a scalable, exact continuous relaxation method for the NP-hard Densest k-Subgraph problem, leveraging error bounds to ensure solutions match the original problem and enabling efficient optimization.
Contribution
It proposes a novel penalty-based relaxation with theoretical guarantees and develops a low-complexity non-convex proximal gradient algorithm for large-scale instances.
Findings
Method achieves high-quality solutions efficiently.
Theoretical guarantees ensure global and local optima match.
Effective on large-scale DkS and bipartite variants.
Abstract
Given an undirected graph and a size parameter , the Densest -Subgraph (DS) problem extracts the subgraph on vertices with the largest number of induced edges. While DS is NP--hard and difficult to approximate, penalty-based continuous relaxations of the problem have recently enjoyed practical success for real-world instances of DS. In this work, we propose a scalable and exact continuous penalization approach for DS using the error bound principle, which enables the design of suitable penalty functions. Notably, we develop new theoretical guarantees ensuring that both the global and local optima of the penalized problem match those of the original problem. The proposed penalized reformulation enables the use of first-order continuous optimization methods. In particular, we develop a non-convex proximal gradient algorithm, where the non-convex proximal operator can…
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 · Sparse and Compressive Sensing Techniques · Stochastic Gradient Optimization Techniques
