SOTAVerified

Iterated graph neural network system

2021-01-01Unverified0· sign in to hype

Hanju Li

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

We present Iterated Graph Neural Network System (IGNNS), a new framework of Graph Neural Networks(GNN), which can deal with undirected graph, directed graph and multi-relational graph in a unified way. The core component of IGNNS is the Iterated Function System (IFS), which is an important research field in fractal geometry. The key idea of IGNNS is to use a pair of affine transformations to characterize the process of message passing between graph nodes and assign an adjoint probability vector to them to form an IFS layer with probability. After embedding in the latent space, the node features are sent to IFS layer for iterating, and then obtain the high-level representation of graph nodes. We also analyze the geometric properties of IGNNS from the perspective of dynamical system. We prove that if the IFS induced by IGNNS is contractive, then the fractal representation of graph nodes converges to the fractal set of IFS in Hausdorff distance and the ergodic representation of that converges to a constant matrix in Frobenius norm. A number of semi-supervised node classification experiments on citation network datasets such as Citeseer, Cora and Pubmed, we demonstrate that our approach outperforms related methods by a significant margin.

Tasks

Reproductions