Dense subgraphs induced by edge labels
Iiro Kumpulainen, Nikolaj Tatti

TL;DR
This paper introduces methods for identifying dense subgraphs in edge-labeled networks, proposing heuristics for conjunctive and disjunctive label sets, with efficient algorithms and validation on synthetic and real data.
Contribution
It studies the problem of finding dense subgraphs induced by label sets, introduces greedy heuristics, and analyzes their efficiency and effectiveness.
Findings
Greedy heuristics effectively find ground truth in synthetic graphs.
Algorithms run efficiently with logarithmic time complexity.
Real-world networks yield interpretable dense subgraphs.
Abstract
Finding densely connected groups of nodes in networks is a widely used tool for analysis in graph mining. A popular choice for finding such groups is to find subgraphs with a high average degree. While useful, interpreting such subgraphs may be difficult. On the other hand, many real-world networks have additional information, and we are specifically interested in networks with labels on edges. In this paper, we study finding sets of labels that induce dense subgraphs. We consider two notions of density: average degree and the number of edges minus the number of nodes weighted by a parameter . There are many ways to induce a subgraph from a set of labels, and we study two cases: First, we study conjunctive-induced dense subgraphs, where the subgraph edges need to have all labels. Secondly, we study disjunctive-induced dense subgraphs, where the subgraph edges need to have at…
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.
Taxonomy
TopicsAdvanced Graph Theory Research · Advanced Graph Neural Networks · Graph Theory and Algorithms
