Learning the Network of Graphs for Graph Neural Networks
Yixiang Shan, Jielong Yang, Xing Liu, Yixing Gao, Hechang Chen and, Shuzhi Sam Ge

TL;DR
This paper introduces GL-GNN, a novel graph neural network that learns the network of graphs and important features to address unknown graphs and noisy data in graph-structured applications.
Contribution
GL-GNN is the first model to learn multiple relation graphs and a network of graphs simultaneously, effectively handling unknown graphs and noisy features and connections.
Findings
Outperforms 14 baseline methods on seven datasets with unknown graphs.
Achieves better accuracy than baseline methods when graphs are known.
Capable of selecting important features and graph edges from datasets.
Abstract
Graph neural networks (GNNs) have achieved great success in many scenarios with graph-structured data. However, in many real applications, there are three issues when applying GNNs: graphs are unknown, nodes have noisy features, and graphs contain noisy connections. Aiming at solving these problems, we propose a new graph neural network named as GL-GNN. Our model includes multiple sub-modules, each sub-module selects important data features and learn the corresponding key relation graph of data samples when graphs are unknown. GL-GNN further obtains the network of graphs by learning the network of sub-modules. The learned graphs are further fused using an aggregation method over the network of graphs. Our model solves the first issue by simultaneously learning multiple relation graphs of data samples as well as a relation network of graphs, and solves the second and the third issue by…
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 · Graph Theory and Algorithms · Online Learning and Analytics
MethodsGraph Neural Network
