SPLGOct 27, 2020

Nonlinear State-Space Generalizations of Graph Convolutional Neural Networks

arXiv:2010.14585v2
Originality Incremental advance
AI Analysis

This work addresses stability problems in graph neural networks for researchers and practitioners in network data analysis, offering an incremental improvement over existing GCNN methods.

The authors tackled the instability issues in graph convolutional neural networks (GCNNs) by proposing a family of nonlinear state-space parametric models for nodal aggregation, which improved the trade-off between feature extraction and stability. Numerical results demonstrated superior performance over baseline GCNNs in tasks like source localization and authorship attribution.

Graph convolutional neural networks (GCNNs) learn compositional representations from network data by nesting linear graph convolutions into nonlinearities. In this work, we approach GCNNs from a state-space perspective revealing that the graph convolutional module is a minimalistic linear state-space model, in which the state update matrix is the graph shift operator. We show that this state update may be problematic because it is nonparametric, and depending on the graph spectrum it may explode or vanish. Therefore, the GCNN has to trade its degrees of freedom between extracting features from data and handling these instabilities. To improve such trade-off, we propose a novel family of nodal aggregation rules that aggregate node features within a layer in a nonlinear state-space parametric fashion allowing for a better trade-off. We develop two architectures within this family inspired by the recurrence with and without nodal gating mechanisms. The proposed solutions generalize the GCNN and provide an additional handle to control the state update and learn from the data. Numerical results on source localization and authorship attribution show the superiority of the nonlinear state-space generalization models over the baseline GCNN.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes