Parallel Peeling of Bipartite Networks for Hierarchical Dense Subgraph Discovery
Kartik Lakhotia, Rajgopal Kannan, Viktor Prasanna

TL;DR
This paper introduces PBNG, a parallel framework for bipartite network peeling that significantly accelerates hierarchical dense subgraph discovery by reducing synchronization and enabling processing of large real-world graphs.
Contribution
The paper proposes a novel two-phased parallel peeling framework that relaxes peeling order and improves efficiency in bipartite network decomposition.
Findings
Achieves up to four orders of magnitude reduction in synchronization.
Speeds up decomposition by two orders of magnitude over existing methods.
Successfully processes large real-world datasets in minutes.
Abstract
Wing and Tip decomposition construct a hierarchy of butterfly-dense edge and vertex induced bipartite subgraphs, respectively. They have applications in several domains including e-commerce, recommendation systems and document analysis. Existing decomposition algorithms use a bottom-up approach that constructs the hierarchy in an increasing order of subgraph density. They iteratively peel the entities with minimum butterfly count i.e. remove them from the graph and update the butterfly count of other entities. However, the amount of butterflies in large bipartite graphs makes bottom-up peeling computationally demanding. Furthermore, the strict order of peeling entities results in a numerous sequentially dependent iterations, which makes parallelization challenging. In this paper, we propose a novel Parallel Bipartite Network peelinG (PBNG) framework which adopts a two-phased peeling…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Gene expression and cancer classification
