A Non-Negative Factorization approach to node pooling in Graph Convolutional Neural Networks

7 Sep 2019  ·  Davide Bacciu, Luigi Di Sotto ·

The paper discusses a pooling mechanism to induce subsampling in graph structured data and introduces it as a component of a graph convolutional neural network. The pooling mechanism builds on the Non-Negative Matrix Factorization (NMF) of a matrix representing node adjacency and node similarity as adaptively obtained through the vertices embedding learned by the model. Such mechanism is applied to obtain an incrementally coarser graph where nodes are adaptively pooled into communities based on the outcomes of the non-negative factorization. The empirical analysis on graph classification benchmarks shows how such coarsening process yields significant improvements in the predictive performance of the model with respect to its non-pooled counterpart.

PDF Abstract
No code implementations yet. Submit your code now

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Graph Classification COLLAB 1-NMFPool Accuracy 65.0% # 33
Graph Classification D&D 1-NMFPool Accuracy 76.0% # 35
Graph Classification ENZYMES 1-NMFPool Accuracy 24.1% # 40
Graph Classification NCI1 1-NMFPool Accuracy 66.2% # 54
Graph Classification PROTEINS 1-NMFPool Accuracy 72.1% # 81

Methods


No methods listed for this paper. Add relevant methods here