Papers › Balanced Multi-Relational Graph Clustering

Balanced Multi-Relational Graph Clustering

23 Jul 2024arXiv:2407.16863archive 2025-07-28

Zhixiang Shen, Haolan He, Zhao Kang

Multi-relational graph clustering has demonstrated remarkable success in uncovering underlying patterns in complex networks. Representative methods manage to align different views motivated by advances in contrastive learning. Our empirical study finds the pervasive presence of imbalance in real-world graphs, which is in principle contradictory to the motivation of alignment. In this paper, we first propose a novel metric, the Aggregation Class Distance, to empirically quantify structural disparities among different graphs. To address the challenge of view imbalance, we propose Balanced Multi-Relational Graph Clustering (BMGC), comprising unsupervised dominant view mining and dual signals guided representation learning. It dynamically mines the dominant view throughout the training process, synergistically improving clustering performance with representation learning. Theoretical analysis ensures the effectiveness of dominant view mining. Extensive experiments and in-depth analysis on real-world and synthetic datasets showcase that BMGC achieves state-of-the-art performance, underscoring its superiority in addressing the view imbalance inherent in multi-relational graphs. The source code and datasets are available at https://github.com/zxlearningdeep/BMGC.

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="2407.16863")

Code

Syntology Ran 14 of 15 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 2 ran · honoured contract; 5 ran · our draft was wrong; 7 ran with no contract checked.

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

zxlearningdeep/bmgc officialmentioned in papermentioned on GitHubpytorch 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

15 samples harvested; 14 ran; 2 honoured the contract we drafted; 1 has 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 · honoured contract
5ran · our draft was wrong
7ran
1unverified

Licence: 15 of the 15 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 zxlearningdeep/bmgc. “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.

ContextualSBM zxlearningdeep/bmgc/BMGC/cSBM_dataset.py official repository ran no licence file found · pointer only · 68336d1f001f0b28 · report
cluster_acc zxlearningdeep/bmgc/BMGC/utils/metrics.py official repository ran fingerprinted no licence file found · pointer only · 1b3f8d0522a46d1e · report
encode_onehot zxlearningdeep/bmgc/BMGC/utils/load_data.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 6c897974e5ceb4aa · report
format_time zxlearningdeep/bmgc/BMGC/large.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · e28ee89385e5f8a3 · report
index_to_mask zxlearningdeep/bmgc/BMGC/cSBM_dataset.py official repository ran · our draft was wrong no licence file found · pointer only · da80a2b9fd449bd2 · report
make_cost_matrix zxlearningdeep/bmgc/BMGC/utils/munkres.py official repository ran no licence file found · pointer only · ff672d0bb314d651 · report
normalize_adj zxlearningdeep/bmgc/BMGC/utils/load_data.py official repository ran · our draft was wrong no licence file found · pointer only · 21b0199200507ff0 · report
normalize_adj zxlearningdeep/bmgc/BMGC/module/preprocess.py official repository ran no licence file found · pointer only · c5ffb6ba7ad635ec · report
preprocess_features zxlearningdeep/bmgc/BMGC/utils/load_data.py official repository ran no licence file found · pointer only · 2c7fd193a4fb9c0f · report
sce_loss zxlearningdeep/bmgc/BMGC/module/loss_fun.py official repository ran fingerprinted no licence file found · pointer only · 6188cda4ac7f17da · report
soft_assignment zxlearningdeep/bmgc/BMGC/module/loss_fun.py official repository ran no licence file found · pointer only · 4765f3b8e5dce9f3 · report
sparse_mx_to_torch_sparse_tensor zxlearningdeep/bmgc/BMGC/module/preprocess.py official repository ran · our draft was wrong no licence file found · pointer only · c97b99c4e8201a97 · report
sparse_to_tuple zxlearningdeep/bmgc/BMGC/module/preprocess.py official repository ran · our draft was wrong no licence file found · pointer only · 3965c8f8e2d0023e · report
target_distribution zxlearningdeep/bmgc/BMGC/module/loss_fun.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · c8b8a6955c6ca85d · report
random_planetoid_splits zxlearningdeep/bmgc/BMGC/cSBM_dataset.py official repository unverified no licence file found · pointer only · b2ec532bac93b091 · report

Tasks

ClusteringContrastive LearningGraph ClusteringRepresentation Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGN

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