Finding a Concise, Precise, and Exhaustive Set of Near Bi-Cliques in Dynamic Graphs
Hyeonjeong Shin, Taehyung Kwon, Neil Shah, Kijung Shin

TL;DR
This paper introduces CutNPeel, a fast and scalable algorithm for identifying high-quality near bi-cliques in dynamic graphs, improving over existing methods in speed and quality, with applications in graph compression and pattern discovery.
Contribution
The paper proposes a novel algorithm, CutNPeel, that efficiently finds high-quality near bi-cliques in dynamic graphs using a re-partitioning strategy based on the Minimum Description Length principle.
Findings
CutNPeel outperforms state-of-the-art methods in quality by up to 51.2%.
CutNPeel is up to 68.8x faster than competitors.
It scales to graphs with 134 million edges.
Abstract
A variety of tasks on dynamic graphs, including anomaly detection, community detection, compression, and graph understanding, have been formulated as problems of identifying constituent (near) bi-cliques (i.e., complete bipartite graphs). Even when we restrict our attention to maximal ones, there can be exponentially many near bi-cliques, and thus finding all of them is practically impossible for large graphs. Then, two questions naturally arise: (Q1) What is a "good" set of near bi-cliques? That is, given a set of near bi-cliques in the input dynamic graph, how should we evaluate its quality? (Q2) Given a large dynamic graph, how can we rapidly identify a high-quality set of near bi-cliques in it? Regarding Q1, we measure how concisely, precisely, and exhaustively a given set of near bi-cliques describes the input dynamic graph. We combine these three perspectives systematically on the…
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
TopicsComplex Network Analysis Techniques · Web Data Mining and Analysis · Advanced Graph Neural Networks
