Provably Extending PageRank-based Local Clustering Algorithm to Weighted Directed Graphs with Self-Loops and to Hypergraphs
Zihao Li, Dongqi Fu, Hengyu Liu, Jingrui He

TL;DR
This paper extends PageRank-based local clustering algorithms to complex graph types including weighted, directed, self-looped graphs, and hypergraphs, providing theoretical guarantees and experimental validation for identifying optimal local clusters.
Contribution
It generalizes the ACL algorithm to broader graph models and introduces conductance definitions for hypergraphs, with provable optimality guarantees.
Findings
Algorithms can identify quadratically optimal clusters with high probability.
Theoretical analysis extends to hypergraphs with new conductance definitions.
Experimental results validate theoretical guarantees.
Abstract
Local clustering aims to find a compact cluster near the given starting instances. This work focuses on graph local clustering, which has broad applications beyond graphs because of the internal connectivities within various modalities. While most existing studies on local graph clustering adopt the discrete graph setting (i.e., unweighted graphs without self-loops), real-world graphs can be more complex. In this paper, we extend the non-approximating Andersen-Chung-Lang ("ACL") algorithm beyond discrete graphs and generalize its quadratic optimality to a wider range of graphs, including weighted, directed, and self-looped graphs and hypergraphs. Specifically, leveraging PageRank, we propose two algorithms: GeneralACL for graphs and HyperACL for hypergraphs. We theoretically prove that, under two mild conditions, both algorithms can identify a quadratically optimal local cluster in…
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
TopicsData Management and Algorithms · Advanced Clustering Algorithms Research · Complex Network Analysis Techniques
MethodsADaptive gradient method with the OPTimal convergence rate
