Escape times for subgraph detection and graph partitioning
Zachary M. Boyd, Nicolas Fraiman, Jeremy L. Marzuola, Peter, J. Mucha, Braxton Osting

TL;DR
This paper introduces a novel rearrangement-based algorithm for rapid detection of subgraphs with long escape times in directed and undirected networks, leveraging mean hitting times of random walks.
Contribution
It presents a new relaxation of hitting time to efficiently detect subgraphs and generalizes this to graph partitioning, respecting directed data structures.
Findings
Effective subgraph detection in large networks
Applicable to both directed and undirected graphs
Improves community detection accuracy
Abstract
We provide a rearrangement based algorithm for fast detection of subgraphs of vertices with long escape times for directed or undirected networks. Complementing other notions of densest subgraphs and graph cuts, our method is based on the mean hitting time required for a random walker to leave a designated set and hit the complement. We provide a new relaxation of this notion of hitting time on a given subgraph and use that relaxation to construct a fast subgraph detection algorithm and a generalization to -partitioning schemes. Using a modification of the subgraph detector on each component, we propose a graph partitioner that identifies regions where random walks live for comparably large times. Importantly, our method implicitly respects the directed nature of the data for directed graphs while also being applicable to undirected graphs. We apply the partitioning method for…
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
TopicsComplex Network Analysis Techniques · Advanced Clustering Algorithms Research · Graph Theory and Algorithms
