LGAINov 10, 2025

Beyond Fixed Depth: Adaptive Graph Neural Networks for Node Classification Under Varying Homophily

arXiv:2511.06608v13 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses a key limitation in GNNs for node classification, offering a flexible solution for varying homophily levels, though it is incremental as it builds on existing GNN backbones.

The paper tackles the problem of Graph Neural Networks (GNNs) degrading on heterophilic graphs by proposing an adaptive-depth GNN that dynamically selects node-specific aggregation depths, enhancing performance across diverse benchmarks.

Graph Neural Networks (GNNs) have achieved significant success in addressing node classification tasks. However, the effectiveness of traditional GNNs degrades on heterophilic graphs, where connected nodes often belong to different labels or properties. While recent work has introduced mechanisms to improve GNN performance under heterophily, certain key limitations still exist. Most existing models apply a fixed aggregation depth across all nodes, overlooking the fact that nodes may require different propagation depths based on their local homophily levels and neighborhood structures. Moreover, many methods are tailored to either homophilic or heterophilic settings, lacking the flexibility to generalize across both regimes. To address these challenges, we develop a theoretical framework that links local structural and label characteristics to information propagation dynamics at the node level. Our analysis shows that optimal aggregation depth varies across nodes and is critical for preserving class-discriminative information. Guided by this insight, we propose a novel adaptive-depth GNN architecture that dynamically selects node-specific aggregation depths using theoretically grounded metrics. Our method seamlessly adapts to both homophilic and heterophilic patterns within a unified model. Extensive experiments demonstrate that our approach consistently enhances the performance of standard GNN backbones across diverse benchmarks.

Foundations

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

Your Notes