Jaccard-constrained dense subgraph discovery

Finding dense subgraphs is a core problem in graph mining with many applications in diverse domains. At the same time many real-world networks vary over time, that is, the dataset can be represented as a sequence of graph snapshots. Hence, it is natural to consider the question of finding dense subgraphs in a temporal network that are allowed to vary over time to a certain degree. In this paper, we search for dense subgraphs that have large pairwise Jaccard similarity coefficients. More formally, given a set of graph snapshots and a weight λ, we find a collection of dense subgraphs such that the sum of densities of the induced subgraphs plus the sum of Jaccard indices, weighted by λ, is maximized. We prove that this problem is NP-hard. To discover dense subgraphs with good objective value, we present an iterative algorithm which runs in 𝒪(n^2k^2 + m log n + k^3 n) time per single iteration, and a greedy algorithm which runs in 𝒪(n^2k^2 + m log n + k^3 n) time, where k is the length of the graph sequence and n and m denote number of nodes and total number of edges respectively. We show experimentally that our algorithms are efficient, they can find ground truth in synthetic datasets and provide interpretable results from real-world datasets. Finally, we present a case study that shows the usefulness of our problem.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
10/19/2022

Community detection in edge-labeled graphs

Finding dense communities in networks is a widely-used tool for analysis...
research
05/19/2022

Recurrent segmentation meets block models in temporal networks

A popular approach to model interactions is to represent them as a netwo...
research
02/28/2021

Discovering Dense Correlated Subgraphs in Dynamic Networks

Given a dynamic network, where edges appear and disappear over time, we ...
research
07/08/2020

Mining Dense Subgraphs with Similar Edges

When searching for interesting structures in graphs, it is often importa...
research
08/28/2018

Finding events in temporal networks: Segmentation meets densest-subgraph discovery

In this paper we study the problem of discovering a timeline of events i...
research
08/16/2021

An Efficient Parallel Algorithm for finding Bridges in a Dense Graph

This paper presents a simple and efficient approach for finding the brid...
research
02/18/2020

Computing the k Densest Subgraphs of a Graph

Computing cohesive subgraphs is a central problem in graph theory. While...

Please sign up or login with your details

Forgot password? Click here to reset