ATLAS: Adaptive Topology-based Learning at Scale for Homophilic and Heterophilic Graphs
Turja Kundu, Sanjukta Bhowmick

TL;DR
ATLAS introduces a scalable, propagation-free graph learning framework that adaptively encodes multi-resolution community features, improving accuracy on diverse graph types while maintaining efficiency and interpretability.
Contribution
It proposes a novel topology encoding method using community features and an adaptive search for optimal community scales, enabling scalable, propagation-free GNN performance.
Findings
Achieves up to 20-point accuracy gains on heterophilic graphs.
Outperforms MLPs by 12 points on homophilic graphs.
Operates efficiently on million-node graphs with a single preprocessing step.
Abstract
Graph neural networks (GNNs) excel on homophilic graphs where connected nodes share labels, but struggle with heterophilic graphs where edges do not imply similarity. Moreover, iterative message passing limits scalability due to neighborhood expansion overhead. We introduce ATLAS (Adaptive Topology-based Learning at Scale), a propagation-free framework that encodes graph structure through multi-resolution community features rather than message passing. We first prove that community refinement involves a fundamental trade-off: finer partitions increase label-community mutual information but also increase entropy. We formalize when refinement improves normalized mutual information, explaining why intermediate granularities are often most predictive. ATLAS employs modularity-guided adaptive search to automatically identify informative community scales, which are one-hot encoded,…
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 · Topological and Geometric Data Analysis · Graph Theory and Algorithms
