paper-with-me

홈 › Papers

Clustering Sparse Graphs

2012-12-01 · NeurIPS 2012 12 · Yudong Chen, Sujay Sanghavi, Huan Xu

We develop a new algorithm to cluster sparse unweighted graphs -- i.e. partition the nodes into disjoint clusters so that there is higher density within clusters, and low across clusters. By sparsity we mean the setting where both the in-cluster and across cluster edge densities are very small, possibly vanishing in the size of the graph. Sparsity makes the problem noisier, and hence more difficult to solve. Any clustering involves a tradeoff between minimizing two kinds of errors: missing edges within clusters and present edges across clusters. Our insight is that in the sparse case, these must be {\em penalized differently}. We analyze our algorithm's performance on the natural, classical and widely studied ``planted partition'' model (also called the stochastic block model); we show that our algorithm can cluster sparser graphs, and with smaller clusters, than all previous methods. This is seen empirically as well.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringStochastic Block Model

Similar Papers 제목 키워드 기반

Revisiting the Bethe-Hessian: Improved Community Detection in Sparse Heterogeneous Graphs

2019-01-25 · NeurIPS 2019 12 · Lorenzo Dall'Amico, Romain Couillet, Nicolas Tremblay

Spectral clustering is one of the most popular, yet still incompletely understood, methods for community detection on graphs. This article studies spectral clustering based on the Bethe-Hessian matrix $H_r = (r^2-1)I_n +…

ClusteringCommunity DetectionStochastic Block Model

Coreset Spectral Clustering

2025-03-10 · Ben Jourdan, Gregory Schwartzman, Peter Macgregor, He Sun

Coresets have become an invaluable tool for solving $k$-means and kernel $k$-means clustering problems on large datasets with small numbers of clusters. On the other hand, spectral clustering works well on sparse graphs …

AvgClustering

Data Skeleton Learning: Scalable Active Clustering with Sparse Graph Structures

2025-09-10 · Wen-Bo Xie, Xun Fu, Bin Chen, Yan-Li Lee 외 arxiv

In this work, we focus on the efficiency and scalability of pairwise constraint-based active clustering, crucial for processing large-scale data in applications such as data mining, knowledge annotation, and AI model pre…

GRASPEL: Graph Spectral Learning at Scale

2019-11-23 · Yongyu Wang, Zhiqiang Zhao, Zhuo Feng

Learning meaningful graphs from data plays important roles in many data mining and machine learning tasks, such as data representation and analysis, dimension reduction, data clustering, and visualization, etc. In this w…

BIG-bench Machine LearningClusteringDimensionality ReductionGraph Learning

Stars: Tera-Scale Graph Building for Clustering and Graph Learning

2022-12-05 · CJ Carey, Jonathan Halcrow, Rajesh Jayaram, Vahab Mirrokni 외

A fundamental procedure in the analysis of massive datasets is the construction of similarity graphs. Such graphs play a key role for many downstream tasks, including clustering, classification, graph learning, and neare…

ClusteringGraph Learning