Why Propagate Alone? Parallel Use of Labels and Features on Graphs
Yangkun Wang, Jiarui Jin, Weinan Zhang, Yongyi Yang, Jiuhai Chen, Quan, Gan, Yong Yu, Zheng Zhang, Zengfeng Huang, David Wipf

TL;DR
This paper analyzes the combined use of label propagation and graph neural networks, revealing how the label trick introduces specific statistical properties and proposing extensions to improve node prediction tasks.
Contribution
It provides a theoretical reduction of the label trick to an interpretable objective and explores broader applications and extensions for combining labels and features in GNNs.
Findings
The stochastic label trick can be interpreted as a deterministic training objective.
The regularization term adapts to graph size and connectivity.
Extensions of the label trick improve performance in node prediction.
Abstract
Graph neural networks (GNNs) and label propagation represent two interrelated modeling strategies designed to exploit graph structure in tasks such as node property prediction. The former is typically based on stacked message-passing layers that share neighborhood information to transform node features into predictive embeddings. In contrast, the latter involves spreading label information to unlabeled nodes via a parameter-free diffusion process, but operates independently of the node features. Given then that the material difference is merely whether features or labels are smoothed across the graph, it is natural to consider combinations of the two for improving performance. In this regard, it has recently been proposed to use a randomly-selected portion of the training labels as GNN inputs, concatenated with the original node features for making predictions on the remaining labels.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Topic Modeling
MethodsDiffusion
