Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Automatic Relation-aware Graph Network Proliferation

About

Graph neural architecture search has sparked much attention as Graph Neural Networks (GNNs) have shown powerful reasoning capability in many relational tasks. However, the currently used graph search space overemphasizes learning node features and neglects mining hierarchical relational information. Moreover, due to diverse mechanisms in the message passing, the graph search space is much larger than that of CNNs. This hinders the straightforward application of classical search strategies for exploring complicated graph search space. We propose Automatic Relation-aware Graph Network Proliferation (ARGNP) for efficiently searching GNNs with a relation-guided message passing mechanism. Specifically, we first devise a novel dual relation-aware graph search space that comprises both node and relation learning operations. These operations can extract hierarchical node/relational information and provide anisotropic guidance for message passing on a graph. Second, analogous to cell proliferation, we design a network proliferation search paradigm to progressively determine the GNN architectures by iteratively performing network division and differentiation. The experiments on six datasets for four graph learning tasks demonstrate that GNNs produced by our method are superior to the current state-of-the-art hand-crafted and search-based GNNs. Codes are available at https://github.com/phython96/ARGNP.

Shaofei Cai, Liang Li, Xinzhe Han, Jiebo Luo, Zheng-Jun Zha, Qingming Huang• 2022

Related benchmarks

TaskDatasetResultRank
3D Point Cloud ClassificationModelNet40 (test)
OA93.33
297
Graph RegressionZINC (test)
MAE0.136
204
Graph ClassificationCIFAR10 (test)
Test Accuracy73.9
139
Node ClassificationCLUSTER (test)
Test Accuracy77.35
113
Traveling Salesman Problem (Edge Prediction)TSP (test)
F185.5
32
3D Point Cloud RecognitionModelNet10 (test)
OA0.9587
7
Showing 6 of 6 rows

Other info

Code

Follow for update