LGSIMLJul 9, 2024

Modularity aided consistent attributed graph clustering via coarsening

arXiv:2407.07128v2h-index: 2
Originality Incremental advance
AI Analysis

This addresses challenges in graph clustering for community detection, offering improved accuracy and efficiency, though it appears incremental as it builds on existing techniques like modularity and coarsening.

The paper tackles the problem of accurately and efficiently clustering attributed graphs by integrating coarsening and modularity maximization, resulting in a method that is theoretically consistent under the Degree-Corrected Stochastic Block Model and demonstrates superior performance over state-of-the-art methods on benchmark datasets.

Graph clustering is an important unsupervised learning technique for partitioning graphs with attributes and detecting communities. However, current methods struggle to accurately capture true community structures and intra-cluster relations, be computationally efficient, and identify smaller communities. We address these challenges by integrating coarsening and modularity maximization, effectively leveraging both adjacency and node features to enhance clustering accuracy. We propose a loss function incorporating log-determinant, smoothness, and modularity components using a block majorization-minimization technique, resulting in superior clustering outcomes. The method is theoretically consistent under the Degree-Corrected Stochastic Block Model (DC-SBM), ensuring asymptotic error-free performance and complete label recovery. Our provably convergent and time-efficient algorithm seamlessly integrates with graph neural networks (GNNs) and variational graph autoencoders (VGAEs) to learn enhanced node features and deliver exceptional clustering performance. Extensive experiments on benchmark datasets demonstrate its superiority over existing state-of-the-art methods for both attributed and non-attributed graphs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes