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

Abstract

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.

Cite

Text

Jiang et al. "CensNet: Convolution with Edge-Node Switching in Graph Neural Networks." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/369

Markdown

[Jiang et al. "CensNet: Convolution with Edge-Node Switching in Graph Neural Networks." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/jiang2019ijcai-censnet/) doi:10.24963/IJCAI.2019/369

BibTeX

@inproceedings{jiang2019ijcai-censnet,
  title     = {{CensNet: Convolution with Edge-Node Switching in Graph Neural Networks}},
  author    = {Jiang, Xiaodong and Ji, Pengsheng and Li, Sheng},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {2656-2662},
  doi       = {10.24963/IJCAI.2019/369},
  url       = {https://mlanthology.org/ijcai/2019/jiang2019ijcai-censnet/}
}