NeFut Logo NeFut
Admin Login

[CS.AI] Breaking Structural Isolation: Scalable Graph Clustering

Published at: 2026-07-09 22:00 Last updated: 2026-07-10 03:15
#Community #Graph #Clustering

Abstract

Unsupervised graph clustering is a fundamental technique for uncovering underlying semantic patterns in large-scale networks. Although Graph Contrastive Learning has demonstrated promising performance, existing methods often suffer from the "structural isolation" issue during mini-batch training, making it challenging to capture cohesive community structures that characterize the global topological distribution.

To address these challenges, we propose SCISE, a Scalable unsupervised graph Clustering framework that preserves structural Integrity by synergizing community-aware sampling with constrained Structural Entropy. Specifically, we first introduce the Structural Entropy Community Constraint operator (SECC), which optimizes structural information within a constrained solution space to mitigate community fragmentation and enhance partition cohesion.

Second, to prevent global information loss during batch training, we design a Community-Aware Sampling Expansion (CSampE) mechanism that incorporates the community context of target nodes into sampling batches, effectively breaking structural barriers and preserving topological integrity. Finally, we devise a Structural Contrastive Learning (StructCL) module that refines edge weights based on intra-batch structural similarity, guiding the encoder to learn representations in a higher-order structural space.

Extensive experiments on six mainstream benchmark datasets demonstrate that SCISE significantly outperforms state-of-the-art algorithms, with ablation studies and robustness analyses further validating its effectiveness and reliability for real-world large-scale graphs.

Blogger's Review: The SCISE framework effectively addresses the structural isolation issue in graph clustering through innovative community-aware sampling and structural entropy constraints. This novel approach not only enhances unsupervised learning but also shows superiority in handling complex networks, providing a new perspective that could propel advancements in the graph learning domain.

Original Source: https://arxiv.org/abs/2607.05469

[h] Back to Home