Enhancing the Influence of Labels on Unlabeled Nodes in Graph Convolutional Networks
Jincheng Huang, Yujie Mo, Xiaoshuang Shi, Lei Feng, Xiaofeng Zhu
TL;DR
This work tackles the challenge that label information propagated through GCNs does not always positively impact predictions for unlabeled nodes. It introduces ELU-GCN, a two-stage framework that first learns an ELU-graph to enhance the positive influence of labeled nodes, and then applies a graph-contrastive objective to fuse information from the ELU-graph with the original graph. The approach is backed by theoretical results linking ELU-graph learning to improved generalization and by extensive experiments showing strong performance, especially on heterophilic graphs and unlabeled nodes that previously benefited little from labels. The method achieves a favorable balance between accuracy and running time while providing interpretable ELU-graphs that emphasize same-class connections. This advances label utilization in GCNs with a principled, verifiable framework.
Abstract
The message-passing mechanism of graph convolutional networks (i.e., GCNs) enables label information to reach more unlabeled neighbors, thereby increasing the utilization of labels. However, the additional label information does not always contribute positively to the GCN. To address this issue, we propose a new two-step framework called ELU-GCN. In the first stage, ELU-GCN conducts graph learning to learn a new graph structure (i.e., ELU-graph), which allows the additional label information to positively influence the predictions of GCN. In the second stage, we design a new graph contrastive learning on the GCN framework for representation learning by exploring the consistency and mutually exclusive information between the learned ELU graph and the original graph. Moreover, we theoretically demonstrate that the proposed method can ensure the generalization ability of GCNs. Extensive experiments validate the superiority of our method.
