paper-with-me

홈 › Papers

Statistical guarantees for local graph clustering

2019-06-11 · Wooseok Ha, Kimon Fountoulakis, Michael W. Mahoney

Local graph clustering methods aim to find small clusters in very large graphs. These methods take as input a graph and a seed node, and they return as output a good cluster in a running time that depends on the size of the output cluster but that is independent of the size of the input graph. In this paper, we adopt a statistical perspective on local graph clustering, and we analyze the performance of the l1-regularized PageRank method~(Fountoulakis et. al.) for the recovery of a single target cluster, given a seed node inside the cluster. Assuming the target cluster has been generated by a random model, we present two results. In the first, we show that the optimal support of l1-regularized PageRank recovers the full target cluster, with bounded false positives. In the second, we show that if the seed node is connected solely to the target cluster then the optimal support of l1-regularized PageRank recovers exactly the target cluster. We also show empirically that l1-regularized PageRank has a state-of-the-art performance on many real graphs, demonstrating the superiority of the method. From a computational perspective, we show that the solution path of l1-regularized PageRank is monotonic. This allows for the application of the forward stagewise algorithm, which approximates the solution path in running time that does not depend on the size of the whole graph. Finally, we show that l1-regularized PageRank and approximate personalized PageRank (APPR), another very popular method for local graph clustering, are equivalent in the sense that we can lower and upper bound the output of one with the output of the other. Based on this relation, we establish for APPR similar results to those we establish for l1-regularized PageRank.

📄 PDF Abstract BibTeX arXiv:1906.04863

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringGraph Clustering

Similar Papers 제목 키워드 기반

Hypergraph Clustering Based on PageRank

2020-06-15 · Yuuki Takai, Atsushi Miyauchi, Masahiro Ikeda, Yuichi Yoshida

A hypergraph is a useful combinatorial object to model ternary or higher-order relations among entities. Clustering hypergraphs is a fundamental task in network analysis. In this study, we develop two clustering algorith…

Clustering

Clustering with Confidence: Finding Clusters with Statistical Guarantees

2016-12-27 · Andreas Henelius, Kai Puolamäki, Henrik Boström, Panagiotis Papapetrou

Clustering is a widely used unsupervised learning method for finding structure in the data. However, the resulting clusters are typically presented without any guarantees on their robustness; slightly changing the used d…

Clustering

Quickshift++: Provably Good Initializations for Sample-Based Mean Shift

2018-05-21 · ICML 2018 7 · Heinrich Jiang, Jennifer Jang, Samory Kpotufe

We provide initial seedings to the Quick Shift clustering algorithm, which approximate the locally high-density regions of the data. Such seedings act as more stable and expressive cluster-cores than the singleton modes …

ClusteringImage SegmentationSemantic Segmentation

AMOS: An Automated Model Order Selection Algorithm for Spectral Graph Clustering

2016-09-21 · Pin-Yu Chen, Thibaut Gensollen, Alfred O. Hero III

One of the longstanding problems in spectral graph clustering (SGC) is the so-called model order selection problem: automated selection of the correct number of clusters. This is equivalent to the problem of finding the …

ClusteringGraph ClusteringSpectral Graph Clustering

Modal-set estimation with an application to clustering

2016-06-13 · Heinrich Jiang, Samory Kpotufe

We present a first procedure that can estimate -- with statistical consistency guarantees -- any local-maxima of a density, under benign distributional conditions. The procedure estimates all such local maxima, or $\text…

Clustering