Papers › Dink-Net: Neural Clustering on Large Graphs

Dink-Net: Neural Clustering on Large Graphs

28 May 2023arXiv:2305.18405archive 2025-07-28

Yue Liu, Ke Liang, Jun Xia, Sihang Zhou, Xihong Yang, Xinwang Liu, Stan Z. Li

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 to learn clustering-friendly features. Besides, Dink-Net scales well to large graphs since the designed loss functions adopt the mini-batch data to optimize the clustering distribution even without performance drops. Both experimental results and theoretical analyses demonstrate the superiority of our method. Compared to the runner-up, Dink-Net achieves 9.62% NMI improvement on the ogbn-papers100M dataset with 111 million nodes and 1.6 billion edges. The source code is released at https://github.com/yueliu1999/Dink-Net. Besides, a collection (papers, codes, and datasets) of deep graph clustering is shared at https://github.com/yueliu1999/Awesome-Deep-Graph-Clustering.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2305.18405")

Code

Syntology Ran 2 of 17 code samples harvested from 2 repositories linked to this paper; 15 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

By repository: official repository: 17 samples from 2 repositories, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yueliu1999/awesome-deep-graph-clustering officialmentioned in papermentioned on GitHubpytorchMIT report
yueliu1999/dink-net officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 2 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
15unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

kmeans_plusplus_init yueliu1999/awesome-deep-graph-clustering/dgc/clustering/kmeans_gpu.py official repository ran · our draft was wrong MIT (permissive) · 8df2d7c9c5130d96 · report
random_init yueliu1999/awesome-deep-graph-clustering/dgc/clustering/kmeans_gpu.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 984c282b0889b5bf · report
add_edge yueliu1999/awesome-deep-graph-clustering/dgc/augmentation/augmentation.py official repository unverified MIT (permissive) · 3d3e7131c6169f81 · report
aug_feature_dropout yueliu1999/dink-net/utils.py official repository unverified MIT (permissive) · 38b7ff211b7c6642 · report
diffusion_adj yueliu1999/awesome-deep-graph-clustering/dgc/augmentation/augmentation.py official repository unverified MIT (permissive) · a75ce8e51dcc5015 · report
drop_edge yueliu1999/awesome-deep-graph-clustering/dgc/augmentation/augmentation.py official repository unverified MIT (permissive) · bcfbed8a5de42869 · report
k_means yueliu1999/awesome-deep-graph-clustering/dgc/clustering/clustering.py official repository unverified MIT (permissive) · 8e20feda4d89a3d5 · report
kmeans yueliu1999/awesome-deep-graph-clustering/dgc/clustering/kmeans_gpu.py official repository unverified MIT (permissive) · 0c7778c11aa56956 · report
load_data yueliu1999/awesome-deep-graph-clustering/dgc/utils/data_loader.py official repository unverified MIT (permissive) · 10814cdc168fabe2 · report
load_graph_data yueliu1999/awesome-deep-graph-clustering/dgc/utils/data_loader.py official repository unverified MIT (permissive) · e1f5acb3d146b48c · report
normalize_adj yueliu1999/awesome-deep-graph-clustering/dgc/utils/data_processor.py official repository unverified MIT (permissive) · 16475ba069d5a2cd · report
numpy_to_torch yueliu1999/awesome-deep-graph-clustering/dgc/utils/data_processor.py official repository unverified MIT (permissive) · d6b766d2c2a9f3fb · report
setup_seed yueliu1999/awesome-deep-graph-clustering/dgc/rand/random_seed.py official repository unverified MIT (permissive) · 7060a5d3da293868 · report
setup_seed yueliu1999/dink-net/utils.py official repository unverified MIT (permissive) · 3ca9fb001e7b5067 · report
similarity_plot yueliu1999/awesome-deep-graph-clustering/dgc/visualization/visualization.py official repository unverified MIT (permissive) · 3f8ff21e08e80504 · report
t_sne yueliu1999/awesome-deep-graph-clustering/dgc/visualization/visualization.py official repository unverified MIT (permissive) · 443d6a37168cf414 · report
torch_to_numpy yueliu1999/awesome-deep-graph-clustering/dgc/utils/data_processor.py official repository unverified MIT (permissive) · 8a030011abbbef71 · report

Tasks

ClusteringGraph ClusteringRepresentation Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

fail

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections