Dink-Net: Neural Clustering on Large Graphs
Yue Liu, Ke Liang, Jun Xia, Sihang Zhou, Xihong Yang, Xinwang Liu,, Stan Z. Li

TL;DR
Dink-Net is a scalable deep graph clustering method that effectively handles large graphs with millions of nodes by integrating representation learning and clustering optimization into an end-to-end framework.
Contribution
The paper introduces Dink-Net, a novel scalable deep graph clustering approach that uses dilation and shrink techniques to handle large graphs efficiently.
Findings
Achieves 9.62% NMI improvement on ogbn-papers100M dataset
Scales well to graphs with over 100 million nodes
Unifies representation learning and clustering in an end-to-end framework
Abstract
Deep graph clustering, which aims to group the nodes of a graph into disjoint clusters with deep neural networks, has achieved promising progress in recent years. However, the existing methods fail to scale to the large graph with million nodes. To solve this problem, a scalable deep graph clustering method (Dink-Net) is proposed with the idea of dilation and shrink. Firstly, by discriminating nodes, whether being corrupted by augmentations, representations are learned in a self-supervised manner. Meanwhile, the cluster centres are initialized as learnable neural parameters. Subsequently, the clustering distribution is optimized by minimizing the proposed cluster dilation loss and cluster shrink loss in an adversarial manner. By these settings, we unify the two-step clustering, i.e., representation learning and clustering optimization, into an end-to-end framework, guiding the network…
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
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Advanced Clustering Algorithms Research
Methodsfail
