Pith. sign in

REVIEW 2 cited by

Jaccard-constrained dense subgraph discovery

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2308.15936 v1 pith:4EBSFDG7 submitted 2023-08-30 cs.DS cs.LGcs.SI

classification cs.DScs.LGcs.SI
keywords densesubgraphstimegraphproblemalgorithmdatasetsfind
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
abstract

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 $\lambda$, 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 $\lambda$, 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 $\mathcal{O}(n^2k^2 + m \log n + k^3 n)$ time per single iteration, and a greedy algorithm which runs in $\mathcal{O}(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.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Dense Subgraph Discovery Meets Strong Triadic Closure

    cs.DS 2025-02 conditional novelty 6.0 of 10

    The paper introduces STC-DEN, a density score that interpolates between maximum clique and densest subgraph, proves it NP-hard for lambda<1, and provides ILP and heuristic solvers.

  2. Fair densest subgraph across multiple graphs

    cs.DS 2025-02 conditional novelty 6.0 of 10

    The authors prove that two fairness-constrained variants of the densest subgraph problem over graph snapshots are NP-hard and give integer-programming and greedy algorithms.

Pith tools