Skip to content

lpasa/Empowering-Simple-Graph-Convolutional-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Empowering Simple Graph Convolutional Networks

Abstract

Many neural networks for graphs are based on the graph convolution (GC) operator, proposed more than a decade ago. Since then, many alternative definitions have been proposed, which tend to add complexity (and nonlinearity) to the model. Recently, however, a simplified GC operator, dubbed simple graph convolution (SGC), which aims to remove nonlinearities was proposed. Motivated by the good results reached by this simpler model, in this article we propose, analyze, and compare simple graph convolution operators of increasing complexity that rely on linear transformations or controlled nonlinearities, and that can be implemented in single-layer graph convolutional networks (GCNs). Their computational expressiveness is characterized as well. We show that the predictive performance of the proposed GC operators is competitive with the ones of other widely adopted models on the considered node classification benchmark datasets.

Paper

https://ieeexplore.ieee.org/abstract/document/10005046

Cite

L. Pasa, N. Navarin, W. Erb and A. Sperduti, "Empowering Simple Graph Convolutional Networks," in IEEE Transactions on Neural Networks and Learning Systems, doi: 10.1109/TNNLS.2022.3232291.

@ARTICLE{EmpoweringSimpleGCNs2023,
author={Pasa, Luca and Navarin, Nicolò and Erb, Wolfgang and Sperduti, Alessandro},
journal={IEEE Transactions on Neural Networks and Learning Systems},
title={Empowering Simple Graph Convolutional Networks},
year={2023},
pages={1-15},
doi={10.1109/TNNLS.2022.3232291}
}