Graph in Graph Neural Network
Jiongshu Wang, Jing Yang, Jiankang Deng, Hatice Gunes, Siyang Song

TL;DR
The paper introduces GIG, a novel GNN that processes graph-structured data with vertices represented by graphs, enabling more complex data modeling and achieving state-of-the-art results in various tasks.
Contribution
It proposes the first GNN capable of handling graph vertices as graphs, enhancing representation power for complex objects and multi-graph data analysis.
Findings
Achieved state-of-the-art results on 13 out of 14 datasets.
Effectively models complex objects with graph-vertices as graphs.
Demonstrated versatility in various graph analysis tasks.
Abstract
Existing Graph Neural Networks (GNNs) are limited to process graphs each of whose vertices is represented by a vector or a single value, limited their representing capability to describe complex objects. In this paper, we propose the first GNN (called Graph in Graph Neural (GIG) Network) which can process graph-style data (called GIG sample) whose vertices are further represented by graphs. Given a set of graphs or a data sample whose components can be represented by a set of graphs (called multi-graph data sample), our GIG network starts with a GIG sample generation (GSG) module which encodes the input as a \textbf{GIG sample}, where each GIG vertex includes a graph. Then, a set of GIG hidden layers are stacked, with each consisting of: (1) a GIG vertex-level updating (GVU) module that individually updates the graph in every GIG vertex based on its internal information; and (2) a…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
MethodsSparse Evolutionary Training
