Decoupling feature propagation from the design of graph auto-encoders
Paul Scherer, Helena Andres-Terre, Pietro Lio, Mateja Jamnik

TL;DR
This paper introduces a decoupled approach to feature propagation in graph auto-encoders, enabling simpler, smaller models that maintain competitive performance in link prediction and complex spatio-temporal tasks.
Contribution
It proposes a novel decoupling of feature propagation from graph convolution layers, simplifying auto-encoder design and enabling independent tuning of receptive fields.
Findings
Comparable performance to state-of-the-art VGAEs in link prediction
Smaller network sizes achieved with the decoupled approach
Effective application to spatio-temporal graph learning
Abstract
We present two instances, L-GAE and L-VGAE, of the variational graph auto-encoding family (VGAE) based on separating feature propagation operations from graph convolution layers typically found in graph learning methods to a single linear matrix computation made prior to input in standard auto-encoder architectures. This decoupling enables the independent and fixed design of the auto-encoder without requiring additional GCN layers for every desired increase in the size of a node's local receptive field. Fixing the auto-encoder enables a fairer assessment on the size of a nodes receptive field in building representations. Furthermore a by-product of fixing the auto-encoder design often results in substantially smaller networks than their VGAE counterparts especially as we increase the number of feature propagations. A comparative downstream evaluation on link prediction tasks show…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Topic Modeling
MethodsVariational Graph Auto Encoder · Convolution · Graph Convolutional Network
