Masked Label Prediction: Unified Message Passing Model for Semi-Supervised Classification
Yunsheng Shi, Zhengjie Huang, Shikun Feng, Hui Zhong, Wenjin Wang, Yu, Sun

TL;DR
This paper introduces UniMP, a unified message passing model that combines feature and label propagation using a Graph Transformer, achieving state-of-the-art results in semi-supervised graph classification.
Contribution
The paper proposes UniMP, a novel model that unifies feature and label propagation with a masked label prediction strategy, enhancing semi-supervised classification performance.
Findings
Achieves state-of-the-art results on OGB benchmark.
Effectively combines feature and label propagation.
Introduces masked label prediction to prevent overfitting.
Abstract
Graph neural network (GNN) and label propagation algorithm (LPA) are both message passing algorithms, which have achieved superior performance in semi-supervised classification. GNN performs feature propagation by a neural network to make predictions, while LPA uses label propagation across graph adjacency matrix to get results. However, there is still no effective way to directly combine these two kinds of algorithms. To address this issue, we propose a novel Unified Message Passaging Model (UniMP) that can incorporate feature and label propagation at both training and inference time. First, UniMP adopts a Graph Transformer network, taking feature embedding and label embedding as input information for propagation. Second, to train the network without overfitting in self-loop input label information, UniMP introduces a masked label prediction strategy, in which some percentage of input…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Text and Document Classification Technologies · Complex Network Analysis Techniques
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Graph Convolutional Network · Layer Normalization · Dropout · Dense Connections · Attention Is All You Need · Byte Pair Encoding · Label Smoothing
