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

AutoGEL: An Automated Graph Neural Network with Explicit Link Information

About

Recently, Graph Neural Networks (GNNs) have gained popularity in a variety of real-world scenarios. Despite the great success, the architecture design of GNNs heavily relies on manual labor. Thus, automated graph neural network (AutoGNN) has attracted interest and attention from the research community, which makes significant performance improvements in recent years. However, existing AutoGNN works mainly adopt an implicit way to model and leverage the link information in the graphs, which is not well regularized to the link prediction task on graphs, and limits the performance of AutoGNN for other graph tasks. In this paper, we present a novel AutoGNN work that explicitly models the link information, abbreviated to AutoGEL. In such a way, AutoGEL can handle the link prediction task and improve the performance of AutoGNNs on the node classification and graph classification task. Specifically, AutoGEL proposes a novel search space containing various design dimensions at both intra-layer and inter-layer designs and adopts a more robust differentiable search algorithm to further improve efficiency and effectiveness. Experimental results on benchmark data sets demonstrate the superiority of AutoGEL on several tasks.

Zhili Wang, Shimin Di, Lei Chen• 2021

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy89.89
885
Node ClassificationCiteseer
Accuracy77.66
804
Graph ClassificationPROTEINS
Accuracy82.68
742
Node ClassificationPubmed
Accuracy89.68
742
Graph ClassificationMUTAG
Accuracy94.74
697
Link PredictionFB15k-237 (test)
Hits@1053.8
419
Link PredictionWN18RR (test)
Hits@1054.9
380
Graph ClassificationIMDB-B
Accuracy81.2
322
Graph ClassificationIMDB-M
Accuracy56.8
218
Link PredictionNS
AUC0.9989
30
Showing 10 of 16 rows

Other info

Code

Follow for update