CensNet: Convolution with Edge-Node Switching in Graph Neural Networks

In this paper, we present CensNet, Convolution with Edge-Node Switching graph neural network, for semi-supervised classification and regression in graph-structured data with both node and edge features. CensNet is a general graph embedding framework, which embeds both nodes and edges to a latent feature space. By using line graph of the original undirected graph, the role of nodes and edges are switched, and two novel graph convolution operations are proposed for feature propagation. Experimental results on real-world academic citation networks and quantum chemistry graphs show that our approach has achieved or matched the state-of-the-art performance.

PDF Abstract

Datasets


Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Graph Regression Lipophilicity Random Forests RMSE@80%Train 1.16 # 3
Graph Regression Lipophilicity Logistic Regression RMSE@80%Train 1.15 # 2
Graph Regression Lipophilicity CensNet RMSE@80%Train 0.93 # 1
Graph Regression Tox21 Random Forest AUC@80%Train 0.71 # 2
Graph Regression Tox21 CensNet AUC@80%Train 0.78 # 1
Graph Regression Tox21 Logistic Regression AUC@80%Train 0.71 # 2

Methods