MeanCut: A Greedy-Optimized Graph Clustering via Path-based Similarity and Degree Descent Criterion
Dehua Peng, Zhipeng Gui, Huayi Wu

TL;DR
MeanCut introduces a path-based similarity and a greedy degree descent approach for graph clustering, enabling detection of arbitrary shapes, robustness to noise, and improved efficiency through a fast MST algorithm, with applications demonstrated on real data.
Contribution
It proposes a novel greedy optimization algorithm for graph clustering using path-based similarity and degree descent, overcoming limitations of spectral clustering.
Findings
Effective in identifying arbitrary shaped clusters
Robust to noise and non-spherical data distributions
Improved computational efficiency with FastMST
Abstract
As the most typical graph clustering method, spectral clustering is popular and attractive due to the remarkable performance, easy implementation, and strong adaptability. Classical spectral clustering measures the edge weights of graph using pairwise Euclidean-based metric, and solves the optimal graph partition by relaxing the constraints of indicator matrix and performing Laplacian decomposition. However, Euclidean-based similarity might cause skew graph cuts when handling non-spherical data distributions, and the relaxation strategy introduces information loss. Meanwhile, spectral clustering requires specifying the number of clusters, which is hard to determine without enough prior knowledge. In this work, we leverage the path-based similarity to enhance intra-cluster associations, and propose MeanCut as the objective function and greedily optimize it in degree descending order 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Clustering Algorithms Research · Advanced Graph Neural Networks
MethodsSpectral Clustering
