HeRB: Heterophily-Resolved Structure Balancer for Graph Neural Networks
Ke-Jia Chen, Wenhui Mu, Zheng Liu
TL;DR
HeRB tackles the joint challenge of structural imbalance and heterophily in graphs by first rectifying heterophily through a heterophily-lessening augmentation and then transferring homophilic knowledge from head to tail nodes. The method combines a structure-feature based augmentation, a translation-based neighborhood expansion, and a localizing translation learner, with losses that constrain head-node neighborhoods and optimize supervised objectives. Empirical results across eight datasets show HeRB achieving state-of-the-art performance, particularly on heterophilic graphs, with ablations confirming the contributions of both augmentation and knowledge transfer components. The work advances practical GNN performance by improving tail-node learning and providing theoretical justification via entropy-based analysis of message diversity. Overall, HeRB offers a scalable, effective framework for structure-balancing in heterogeneous graphs with heterogeneous node connectivity patterns.
Abstract
Recent research has witnessed the remarkable progress of Graph Neural Networks (GNNs) in the realm of graph data representation. However, GNNs still encounter the challenge of structural imbalance. Prior solutions to this problem did not take graph heterophily into account, namely that connected nodes process distinct labels or features, thus resulting in a deficiency in effectiveness. Upon verifying the impact of heterophily on solving the structural imbalance problem, we propose to rectify the heterophily first and then transfer homophilic knowledge. To the end, we devise a method named HeRB (Heterophily-Resolved Structure Balancer) for GNNs. HeRB consists of two innovative components: 1) A heterophily-lessening augmentation module which serves to reduce inter-class edges and increase intra-class edges; 2) A homophilic knowledge transfer mechanism to convey homophilic information from head nodes to tail nodes. Experimental results demonstrate that HeRB achieves superior performance on two homophilic and six heterophilic benchmark datasets, and the ablation studies further validate the efficacy of two proposed components.
