ECHO: Encoding Communities via High-order Operators
Emilio Ferrara

TL;DR
ECHO introduces a scalable, self-supervised community detection method that combines topological heuristics and high-order operators to efficiently analyze large attributed networks without memory bottlenecks.
Contribution
It presents a novel architecture that dynamically adapts to network structure, bypasses quadratic memory constraints, and achieves high accuracy and speed on large-scale networks.
Findings
Achieves scale-invariant accuracy on synthetic benchmarks.
Completes clustering on large social networks within minutes.
Outperforms classical methods in speed and scalability.
Abstract
Community detection in attributed networks faces a fundamental divide: topological algorithms ignore semantic features, while Graph Neural Networks (GNNs) encounter devastating computational bottlenecks. Specifically, GNNs suffer from a Semantic Wall of feature over smoothing in dense or heterophilic networks, and a Systems Wall driven by the O(N^2) memory constraints of pairwise clustering. To dismantle these barriers, we introduce ECHO (Encoding Communities via High order Operators), a scalable, self supervised architecture that reframes community detection as an adaptive, multi scale diffusion process. ECHO features a Topology Aware Router that automatically analyzes structural heuristics sparsity, density, and assortativity to route graphs through the optimal inductive bias, preventing heterophilic poisoning while ensuring semantic densification. Coupled with a memory sharded full…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Graph Theory and Algorithms
