A Capsule Network-based Model for Learning Node Embeddings
About
In this paper, we focus on learning low-dimensional embeddings for nodes in graph-structured data. To achieve this, we propose Caps2NE -- a new unsupervised embedding model leveraging a network of two capsule layers. Caps2NE induces a routing process to aggregate feature vectors of context neighbors of a given target node at the first capsule layer, then feed these features into the second capsule layer to infer a plausible embedding for the target node. Experimental results show that our proposed Caps2NE obtains state-of-the-art performances on benchmark datasets for the node classification task. Our code is available at: \url{https://github.com/daiquocnguyen/Caps2NE}.
Dai Quoc Nguyen, Tu Dinh Nguyen, Dat Quoc Nguyen, Dinh Phung• 2019
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Transductive Node Classification | Pubmed (transductive) | Accuracy78.45 | 95 | |
| Node Classification | Cora transductive (test) | Accuracy80.53 | 36 | |
| Node Classification | PPI | Micro F125.08 | 29 | |
| Node Classification | Citeseer transductive (test) | Accuracy71.34 | 28 | |
| Node Classification | CORA inductive setting (test) | Accuracy76.54 | 22 | |
| Node Classification | CITESEER inductive setting (test) | Accuracy69.84 | 21 | |
| Multi-Label Classification | POS | Micro-F153.92 | 15 | |
| Multi-Label Classification | BlogCatalog | Micro-F140.79 | 15 | |
| Node Classification | PUBMED inductive setting (test) | Accuracy78.98 | 14 |
Showing 9 of 9 rows