Dense Subgraph Discovery Meets Strong Triadic Closure
Chamalee Wickrama Arachchi, Iiro Kumpulainen, Nikolaj Tatti

TL;DR
This paper introduces a novel approach to dense subgraph discovery that incorporates strong triadic closure constraints, providing algorithms and heuristics to optimize subgraph density considering strong and weak edges.
Contribution
The paper formulates a new dense subgraph problem with STC constraints, proposes an exact ILP solution and heuristics, and demonstrates their effectiveness on synthetic and real data.
Findings
Exact ILP algorithm finds ground truth in synthetic data.
Heuristics run efficiently on real-world datasets.
The problem generalizes densest subgraph and maximum clique problems.
Abstract
Finding dense subgraphs is a core problem with numerous graph mining applications such as community detection in social networks and anomaly detection. However, in many real-world networks connections are not equal. One way to label edges as either strong or weak is to use strong triadic closure~(STC). Here, if one node connects strongly with two other nodes, then those two nodes should be connected at least with a weak edge. STC-labelings are not unique and finding the maximum number of strong edges is NP-hard. In this paper, we apply STC to dense subgraph discovery. More formally, our score for a given subgraph is the ratio between the sum of the number of strong edges and weak edges, weighted by a user parameter , and the number of nodes of the subgraph. Our goal is to find a subgraph and an STC-labeling maximizing the score. We show that for , our problem is…
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.
