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

GRAFENNE: Learning on Graphs with Heterogeneous and Dynamic Feature Sets

About

Graph neural networks (GNNs), in general, are built on the assumption of a static set of features characterizing each node in a graph. This assumption is often violated in practice. Existing methods partly address this issue through feature imputation. However, these techniques (i) assume uniformity of feature set across nodes, (ii) are transductive by nature, and (iii) fail to work when features are added or removed over time. In this work, we address these limitations through a novel GNN framework called GRAFENNE. GRAFENNE performs a novel allotropic transformation on the original graph, wherein the nodes and features are decoupled through a bipartite encoding. Through a carefully chosen message passing framework on the allotropic transformation, we make the model parameter size independent of the number of features and thereby inductive to both unseen nodes and features. We prove that GRAFENNE is at least as expressive as any of the existing message-passing GNNs in terms of Weisfeiler-Leman tests, and therefore, the additional inductivity to unseen features does not come at the cost of expressivity. In addition, as demonstrated over four real-world graphs, GRAFENNE empowers the underlying GNN with high empirical efficacy and the ability to learn in continual fashion over streaming feature sets.

Shubham Gupta, Sahil Manchanda, Sayan Ranu, Srikanta Bedathur• 2023

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora missing-edge setting (test)
Accuracy33.29
16
Node ClassificationCiteSeer Uniform Missing (test)
Accuracy29.65
16
Node ClassificationPubMed Structural Missing (test)
Accuracy41.84
14
Node ClassificationPubMed Uniform Missing (test)
Accuracy44.43
14
Graph feature imputationCiteseer (test)--
13
Node ClassificationPhoto Structural Missing (test)
Accuracy50.73
9
Node ClassificationCiteSeer Structural Missing (test)
Accuracy23.43
9
Node ClassificationCora Uniform Missing (test)
Accuracy39.86
8
Node ClassificationPhoto Uniform Missing (test)
Accuracy51.39
8
Node ClassificationComputers Structural Missing (test)
Accuracy40.31
7
Showing 10 of 15 rows

Other info

Follow for update