SOTAVerified

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

2019-09-07Unverified0· sign in to hype

Davide Bacciu, Luigi Di Sotto

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COLLAB1-NMFPoolAccuracy65Unverified
D&D1-NMFPoolAccuracy76Unverified
ENZYMES1-NMFPoolAccuracy24.1Unverified
NCI11-NMFPoolAccuracy66.2Unverified
PROTEINS1-NMFPoolAccuracy72.1Unverified

Reproductions