paper-with-me

Papers

A Capsule Network-based Model for Learning Node Embeddings

2019-11-12 · Dai Quoc Nguyen, Tu Dinh Nguyen, Dat Quoc Nguyen, Dinh Phung

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}.

📄 PDF Abstract BibTeX arXiv:1911.04822

Code (1)

daiquocnguyen/Caps2NE 공식 구현 tf

Tasks

General ClassificationNode Classification

Similar Papers 제목 키워드 기반

Capsule Graph Neural Network

2019-05-01 · ICLR 2019 5 · Zhang Xinyi, Lihui Chen

The high-quality node embeddings learned from the Graph Neural Networks (GNNs) have been applied to a wide range of node-based applications and some of them have achieved state-of-the-art (SOTA) performance. However, whe…

Graph ClassificationGraph Neural Network

Hierarchical Graph Capsule Network

2020-12-16 · Jinyu Yang, Peilin Zhao, Yu Rong, Chaochao Yan 외

Graph Neural Networks (GNNs) draw their strength from explicitly modeling the topological information of structured data. However, existing GNNs suffer from limited capability in capturing the hierarchical graph represen…

Graph Classification

NCGNN: Node-Level Capsule Graph Neural Network for Semisupervised Classification

2020-12-07 · Rui Yang, Wenrui Dai, Chenglin Li, Junni Zou 외

Message passing has evolved as an effective tool for designing Graph Neural Networks (GNNs). However, most existing methods for message passing simply sum or average all the neighboring features to update node representa…

ClassificationGraph Neural NetworkNode Classification

Siamese Capsule Network for End-to-End Speaker Recognition In The Wild

2020-09-28 · Amirhossein Hajavi, Ali Etemad

We propose an end-to-end deep model for speaker verification in the wild. Our model uses thin-ResNet for extracting speaker embeddings from utterances and a Siamese capsule network and dynamic routing as the Back-end to …

Speaker RecognitionSpeaker Verification

PR-CapsNet: Pseudo-Riemannian Capsule Network with Adaptive Curvature Routing for Graph Learning

2025-12-09 · Ye Qin, Jingchao Wang, Yang Shi, Haiying Huang 외 arxiv

Capsule Networks (CapsNets) show exceptional graph representation capacity via dynamic routing and vectorized hierarchical representations, but they model the complex geometries of real\-world graphs poorly by fixed\-cur…

Graph Representation LearningGraph ClassificationGraph Learning