Node Classification 벤치마크
Node Classification on Citeseer Full-supervised
Accuracy
- 2017-06-07 — GraphSAGE: Accuracy 71.4
- 2018-01-30 — FastGCN: Accuracy 77.6
- 2018-09-14 — ASGCN: Accuracy 79.66
- 2019-07-25 — IncepGCN+DropEdge: Accuracy 80.5
| Rank | Model | Accuracy | Paper | Code | Year |
|---|---|---|---|---|---|
| 1 | IncepGCN+DropEdge | 80.50% | DropEdge: Towards Deep Graph Convolutional Networks on Node Classification | GraphSAINT/GraphSAINT · GraphSAINT/GraphSAINT · DropEdge/DropEdge · +4 | 2019 |
| 2 | ASGCN | 79.66% | Adaptive Sampling Towards Fast Graph Representation Learning | dmlc/dgl · huangwb/AS-GCN | 2018 |
| 3 | FastGCN | 77.60% | FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling | matenure/FastGCN · gkunnan97/fastgcn_pytorch · jiechenjiechen/FastGCN-matlab · +1 | 2018 |
| 4 | GCNII* | 77.13% | Simple and Deep Graph Convolutional Networks | chennnM/GCNII · chennnM/GCNII · zhanglab-aim/cancer-net · +1 | 2020 |
| 5 | FDGATII | 75.6434% | FDGATII : Fast Dynamic Graph Attention with Initial Residual and Identity Mapping | gayanku/FDGATII | 2021 |
| 6 | Graph ESN | 74.5±2.1 | Beyond Homophily with Graph Echo State Networks | 2022 | |
| 7 | GraphSAGE | 71.40% | Inductive Representation Learning on Large Graphs | pyg-team/pytorch_geometric · dmlc/dgl · dmlc/dgl · +17 | 2017 |