Factorizable Graph Convolutional Networks

Graphs have been widely adopted to denote structural connections between entities. The relations are in many cases heterogeneous, but entangled together and denoted merely as a single edge between a pair of nodes. For example, in a social network graph, users in different latent relationships like friends and colleagues, are usually connected via a bare edge that conceals such intrinsic connections. In this paper, we introduce a novel graph convolutional network (GCN), termed as factorizable graph convolutional network(FactorGCN), that explicitly disentangles such intertwined relations encoded in a graph. FactorGCN takes a simple graph as input, and disentangles it into several factorized graphs, each of which represents a latent and disentangled relation among nodes. The features of the nodes are then aggregated separately in each factorized latent space to produce disentangled features, which further leads to better performances for downstream tasks. We evaluate the proposed FactorGCN both qualitatively and quantitatively on the synthetic and real-world datasets, and demonstrate that it yields truly encouraging results in terms of both disentangling and feature aggregation. Code is publicly available at https://github.com/ihollywhy/FactorGCN.PyTorch.

PDF Abstract NeurIPS 2020 PDF NeurIPS 2020 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Graph Classification COLLAB FactorGCN Accuracy 81.2% # 8
Accuracy (10-fold) 81.2% # 1
Graph Classification IMDb-B FactorGCN Accuracy 75.3% # 15
Accuracy (10-fold) 75.3% # 1
Graph Classification MUTAG FactorGCN Accuracy 89.9% # 25
Accuracy (10-fold) 89.9% # 3
Node Classification PATTERN 100k FactorGCN Accuracy (%) 86.57 ± 0.02 # 3
Graph Regression ZINC FactorGCN MAE 0.366 # 20

Methods


No methods listed for this paper. Add relevant methods here