Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Fully-inductive Node Classification on Arbitrary Graphs

About

One fundamental challenge in graph machine learning is generalizing to new graphs. Many existing methods following the inductive setup can generalize to test graphs with new structures, but assuming the feature and label spaces remain the same as the training ones. This paper introduces a fully-inductive setup, where models should perform inference on arbitrary test graphs with new structures, feature and label spaces. We propose GraphAny as the first attempt at this challenging setup. GraphAny models inference on a new graph as an analytical solution to a LinearGNN, which can be naturally applied to graphs with any feature and label spaces. To further build a stronger model with learning capacity, we fuse multiple LinearGNN predictions with learned inductive attention scores. Specifically, the attention module is carefully parameterized as a function of the entropy-normalized distance features between pairs of LinearGNN predictions to ensure generalization to new graphs. Empirically, GraphAny trained on a single Wisconsin dataset with only 120 labeled nodes can generalize to 30 new graphs with an average accuracy of 67.26%, surpassing not only all inductive baselines, but also strong transductive methods trained separately on each of the 30 test graphs.

Jianan Zhao, Zhaocheng Zhu, Mikhail Galkin, Hesham Mostafa, Michael Bronstein, Jian Tang• 2024

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora (test)
Mean Accuracy79.38
951
Node ClassificationCiteseer (test)
Accuracy0.681
945
Node ClassificationChameleon
Accuracy63.64
867
Node ClassificationPubmed
Accuracy77.46
865
Node ClassificationWisconsin
Accuracy59.61
864
Node ClassificationCornell
Accuracy66.49
851
Node ClassificationTexas
Accuracy0.7352
801
Node ClassificationSquirrel
Accuracy49.74
786
Node ClassificationPubmed
Accuracy76.3
627
Node ClassificationPubMed (test)
Accuracy76.3
586
Showing 10 of 70 rows

Other info

Follow for update