ATLAS: Adaptive Topology-based Learning at Scale for Homophilic and Heterophilic Graphs
By: Turja Kundu, Sanjukta Bhowmick
We present ATLAS (Adaptive Topology-based Learning at Scale for Homophilic and Heterophilic Graphs), a novel graph learning algorithm that addresses two important challenges in graph neural networks (GNNs). First, the accuracy of GNNs degrades when the graph is heterophilic. Second, iterative feature aggregation limits the scalability of GNNs to large graphs. We address these challenges by extracting topological information about graph communities at multiple levels of refinement, concatenating community assignments to the feature vector, and applying multilayer perceptrons (MLPs) to the resulting representation. This provides topological context about nodes and their neighborhoods without invoking aggregation. Because MLPs are typically more scalable than GNNs, our approach applies to large graphs without the need for sampling. Across a wide set of graphs, ATLAS achieves comparable accuracy to baseline methods, with gains as high as 20 percentage points over GCN for heterophilic graphs with negative structural bias and 11 percentage points over MLP for homophilic graphs. Furthermore, we show how multi-resolution community features systematically modulate performance in both homophilic and heterophilic settings, opening a principled path toward explainable graph learning.
Similar Papers
Graph Homophily Booster: Rethinking the Role of Discrete Features on Heterophilic Graphs
Machine Learning (CS)
Makes computer learning better on messy data.
Hypergraph Contrastive Learning for both Homophilic and Heterophilic Hypergraphs
Machine Learning (CS)
Helps computers understand messy, connected information better.
Beyond Fixed Depth: Adaptive Graph Neural Networks for Node Classification Under Varying Homophily
Machine Learning (CS)
Helps computers understand mixed-up online groups better.