Masked Label Prediction: Unified Massage Passing Model for Semi-Supervised Classification

09/08/2020
by   Yunsheng Shi, et al.
4

Graph convolutional network (GCN) and label propagation algorithms (LPA) are both message passing algorithms, which have achieved superior performance in semi-supervised classification. But GCN 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 good way to combine these two kinds of algorithms. In this paper, we proposed a new Unified Massage Passaging model (UniMP) that can incorporate feature propagation and label propagation with a shared message passing network, providing a better performance in semi-supervised classification. First, we adopt a graph Transformer network jointly label embedding to propagate both the feature and label information. Second, to train UniMP without overfitting in self-loop label information, we propose a masked label prediction method, in which some per-entage of training examples are simply masked at random, and then predicted. UniMP conceptually unifies feature propagation and label propagation and be empirically powerful. It obtains new state-of-the-art semi-supervised classification results in Open Graph Benchmark (OGB). Our implementation is available online https://github.com/PaddlePaddle/PGL/tree/main/ ogb_examples/nodeproppred/unimp.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
10/14/2018

Personalized Embedding Propagation: Combining Neural Networks on Graphs with Personalized PageRank

Neural message passing algorithms for semi-supervised classification on ...
research
10/28/2021

RIM: Reliable Influence-based Active Learning on Graphs

Message passing is the core of most graph models such as Graph Convoluti...
research
11/28/2017

Semi-supervised learning of hierarchical representations of molecules using neural message passing

With the rapid increase of compound databases available in medicinal and...
research
01/29/2019

A semi-supervised approach to message stance classification

Social media communications are becoming increasingly prevalent; some us...
research
01/28/2019

Generalized Label Propagation Methods for Semi-Supervised Learning

The key challenge in semi-supervised learning is how to effectively leve...
research
09/06/2018

Wasserstein Soft Label Propagation on Hypergraphs: Algorithm and Generalization Error Bounds

Inspired by recent interests of developing machine learning and data min...
research
10/23/2020

On the Equivalence of Decoupled Graph Convolution Network and Label Propagation

The original design of Graph Convolution Network (GCN) couples feature t...

Please sign up or login with your details

Forgot password? Click here to reset