# Convex optimization for the densest subgraph and densest submatrix   problems

**Authors:** Polina Bombina, Brendan Ames

arXiv: 1904.03272 · 2019-04-09

## TL;DR

This paper introduces a convex relaxation approach using nuclear norm minimization to efficiently identify dense subgraphs in large graphs, providing theoretical guarantees and empirical validation for its effectiveness.

## Contribution

It proposes a novel convex relaxation method for the densest subgraph problem, with theoretical recovery guarantees and a practical first-order algorithm.

## Key findings

- Exact recovery of dense subgraphs under certain probabilistic models
- The proposed method outperforms traditional approaches in simulated and real-world networks
- Empirical results confirm the theoretical recovery thresholds

## Abstract

We consider the densest $k$-subgraph problem, which seeks to identify the $k$-node subgraph of a given input graph with maximum number of edges. This problem is well-known to be NP-hard, by reduction to the maximum clique problem. We propose a new convex relaxation for the densest $k$-subgraph problem, based on a nuclear norm relaxation of a low-rank plus sparse decomposition of the adjacency matrices of $k$-node subgraphs to partially address this intractability. We establish that the densest $k$-subgraph can be recovered with high probability from the optimal solution of this convex relaxation if the input graph is randomly sampled from a distribution of random graphs constructed to contain an especially dense $k$-node subgraph with high probability. Specifically, the relaxation is exact when the edges of the input graph are added independently at random, with edges within a particular $k$-node subgraph added with higher probability than other edges in the graph. We provide a sufficient condition on the size of this subgraph $k$ and the expected density under which the optimal solution of the proposed relaxation recovers this $k$-node subgraph with high probability. Further, we propose a first-order method for solving this relaxation based on the alternating direction method of multipliers, and empirically confirm our predicted recovery thresholds using simulations involving randomly generated graphs, as well as graphs drawn from social and collaborative networks.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.03272/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1904.03272/full.md

## References

62 references — full list in the complete paper: https://tomesphere.com/paper/1904.03272/full.md

---
Source: https://tomesphere.com/paper/1904.03272