Interpretable and Adaptive Node Classification on Heterophilic Graphs via Combinatorial Scoring and Hybrid Learning
By: Soroush Vahidi
Potential Business Impact:
Helps computers learn from messy, mixed-up data.
Graph neural networks (GNNs) achieve strong performance on homophilic graphs but often struggle under heterophily, where adjacent nodes frequently belong to different classes. We propose an interpretable and adaptive framework for semi-supervised node classification based on explicit combinatorial inference rather than deep message passing. Our method assigns labels using a confidence-ordered greedy procedure driven by an additive scoring function that integrates class priors, neighborhood statistics, feature similarity, and training-derived label-label compatibility. A small set of transparent hyperparameters controls the relative influence of these components, enabling smooth adaptation between homophilic and heterophilic regimes. We further introduce a validation-gated hybrid strategy in which combinatorial predictions are optionally injected as priors into a lightweight neural model. Hybrid refinement is applied only when it improves validation performance, preserving interpretability when neuralization is unnecessary. All adaptation signals are computed strictly from training data, ensuring a leakage-free evaluation protocol. Experiments on heterophilic and transitional benchmarks demonstrate competitive performance with modern GNNs while offering advantages in interpretability, tunability, and computational efficiency.
Similar Papers
Beyond Fixed Depth: Adaptive Graph Neural Networks for Node Classification Under Varying Homophily
Machine Learning (CS)
Helps computers understand mixed-up online groups better.
Hypergraph Contrastive Learning for both Homophilic and Heterophilic Hypergraphs
Machine Learning (CS)
Helps computers understand messy, connected information better.
Adapting to Heterophilic Graph Data with Structure-Guided Neighbor Discovery
Machine Learning (CS)
Helps computers understand messy data by making connections.