Skip to content

Community Detection as Adaptive Diffusion

Jul 2026 · ACM AI Letters · 0 citations · 27 references

TL;DR

This work introduces ECHO (Encoding Communities via High-Order Operators), a scalable, self-supervised framework that treats communities as regions of adaptive diffusion on semantic manifolds that recovers communities from topology when node features are weak, while feature isolation is preferable when features are strong.

Abstract

Community detection in attributed networks faces a structural tension: classical graph algorithms scale efficiently but ignore semantic attributes, while Graph Neural Networks (GNNs) integrate semantics yet collapse under noise and quadratic memory bottlenecks. We introduce ECHO (Encoding Communities via High-Order Operators), a scalable, self-supervised framework that treats communities as regions of adaptive diffusion on semantic manifolds. ECHO couples a topology-aware encoder router, an attention-modulated diffusion operator, a memory-sharded contrastive objective, and a chunked \(\mathcal{O}(|E|+N\!\cdot\!k_{\max})\) extraction step. Across six standard attributed benchmarks, ECHO attains the best normalized mutual information on every assortative graph, improving over the strongest of nine recent baselines (including heterophily-specific GNNs and a graph transformer) by 5–29 NMI points on Amazon Photo/Computers, Coauthor-CS, and the 70-class CoraFull. Through a controlled feature-strength study we show precisely when the diffusion operator is decisive—it recovers communities from topology when node features are weak, while feature isolation is preferable when features are strong—and that the topology-aware router is what lets a single model span both regimes. Code: https://github.com/emilioferrara/ECHO-GNN

View source

Similar papers

Jul 2026

DiffGCC: diffusion-enhanced global–local graph contrastive clustering

DiffGCC is a generative graph contrastive clustering framework that couples global–local feature encoding with a latent-space diffusion denoising mechanism and substantially outperforms existing methods across ACC, NMI, ARI, and F1, with particularly strong gains on denser, noisier product graphs.

Lun Liu, Chengyun Song · 0 citations
Book Open access Jul 2026

One-for-All Community Search on Unseen Graphs

A Spectral-Aware Feature Alignment module to unify feature dimensionality and align cross-domain semantics in a community-aware manner and a Graph Diffusion Tokenized Transformer that constructs hybrid token sequences from local and global structural contexts for Transformer encoding, and applies diffusion-based refinement to mitigate distribution shifts on unseen graphs.

Mo Li, Zhaosong Zhao, Linlin Ding et al. · 0 citations
Open access Jul 2026

Constrained deep nonnegative matrix factorization with graph convolutional networks for unsupervised community detection

GCNCDNMF, a framework that integrates graph convolutional networks (GCNs) with a constrained deep nonnegative matrix factorization (CDNMF) module, which consistently outperforms state-of-the-art methods in accuracy, normalized mutual information, and adjusted Rand index.

Shunli Li, Ling Wang, Mingjun Bai · 0 citations
Open access Aug 2026

ADAPT-Net: an adaptive dynamic attention and persistence-aware transformer for overlapping community detection in complex social networks

The proposed framework integrates adaptive event-driven graph partitioning, multiscale graph attention encoding, learnable node-centric scale fusion, cross-snapshot link-aware temporal attention, and density-preserving overlap regularization into an adaptive dynamic attention and persistence-aware transformer for overlapping community detection in complex social networks.

Gowthami Vusirikkayala, V. M. Viswanatham · 0 citations
Jul 2026

Enhancing link prediction in complex networks using GraphSAGE with graph diffusion convolution

A diffusion-enhanced inductive link prediction framework that combines Graph Diffusion Convolution (GDC), structural node descriptors, and neighborhood aggregation from GraphSAGE is proposed that achieves higher accuracy than the other models on the benchmark datasets.

Indu, Jyoti Arora, Pooja Kherwa et al. · 0 citations