Finding Densest k-Connected Subgraphs

07/03/2020
by   Francesco Bonchi, et al.
1

Dense subgraph discovery is an important graph-mining primitive with a variety of real-world applications. One of the most well-studied optimization problems for dense subgraph discovery is the densest subgraph problem, where given an edge-weighted undirected graph G=(V,E,w), we are asked to find S⊆ V that maximizes the density d(S), i.e., half the weighted average degree of the induced subgraph G[S]. This problem can be solved exactly in polynomial time and well-approximately in almost linear time. However, a densest subgraph has a structural drawback, namely, the subgraph may not be robust to vertex/edge failure. Indeed, a densest subgraph may not be well-connected, which implies that the subgraph may be disconnected by removing only a few vertices/edges within it. In this paper, we provide an algorithmic framework to find a dense subgraph that is well-connected in terms of vertex/edge connectivity. Specifically, we introduce the following problems: given a graph G=(V,E,w) and a positive integer/real k, we are asked to find S⊆ V that maximizes the density d(S) under the constraint that G[S] is k-vertex/edge-connected. For both problems, we propose polynomial-time (bicriteria and ordinary) approximation algorithms, using classic Mader's theorem in graph theory and its extensions.

READ FULL TEXT
research
09/13/2018

Robust Densest Subgraph Discovery

Dense subgraph discovery is an important primitive in graph mining, whic...
research
12/06/2021

Dense and well-connected subgraph detection in dual networks

Dense subgraph discovery is a fundamental problem in graph mining with a...
research
08/18/2020

Mining Large Quasi-cliques with Quality Guarantees from Vertex Neighborhoods

Mining dense subgraphs is an important primitive across a spectrum of gr...
research
11/07/2022

Stochastic Solutions for Dense Subgraph Discovery in Multilayer Networks

Network analysis has played a key role in knowledge discovery and data m...
research
07/29/2023

Fast Searching The Densest Subgraph And Decomposition With Local Optimality

Densest Subgraph Problem (DSP) is an important primitive problem with a ...
research
06/13/2022

Absolute Expressiveness of Subgraph Motif Centrality Measures

In graph-based applications, a common task is to pinpoint the most impor...
research
05/23/2019

Kaleido: An Efficient Out-of-core Graph Mining System on A Single Machine

Graph mining is one of the most important categories of graph algorithms...

Please sign up or login with your details

Forgot password? Click here to reset