paper-with-me

홈 › Papers

Capsule Neural Networks for Graph Classification using Explicit Tensorial Graph Representations

2019-02-22 · Marcelo Daniel Gutierrez Mallea, Peter Meltzer, Peter J. Bentley

Graph classification is a significant problem in many scientific domains. It addresses tasks such as the classification of proteins and chemical compounds into categories according to their functions, or chemical and structural properties. In a supervised setting, this problem can be framed as learning the structure, features and relationships between features within a set of labelled graphs and being able to correctly predict the labels or categories of unseen graphs. A significant difficulty in this task arises when attempting to apply established classification algorithms due to the requirement for fixed size matrix or tensor representations of the graphs which may vary greatly in their numbers of nodes and edges. Building on prior work combining explicit tensor representations with a standard image-based classifier, we propose a model to perform graph classification by extracting fixed size tensorial information from each graph in a given set, and using a Capsule Network to perform classification. The graphs we consider here are undirected and with categorical features on the nodes. Using standard benchmarking chemical and protein datasets, we demonstrate that our graph Capsule Network classification model using an explicit tensorial representation of the graphs is competitive with current state of the art graph kernels and graph neural network models despite only limited hyper-parameter searching.

📄 PDF Abstract BibTeX arXiv:1902.08399

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingClassificationGeneral ClassificationGraph ClassificationGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Capsule Network A capsule is an activation vector that basically executes on its inputs some complex internal computations. Length of these activation vectors signifies the probability of…

Similar Papers 제목 키워드 기반

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

Graph Capsule Convolutional Neural Networks

2018-05-21 · Saurabh Verma, Zhi-Li Zhang

Graph Convolutional Neural Networks (GCNNs) are the most recent exciting advancement in deep learning field and their applications are quickly spreading in multi-cross-domains including bioinformatics, chemoinformatics, …

Deep LearningGeneral ClassificationGraph Classification

Capsule Networks as Generative Models

2022-09-06 · Alex B. Kiefer, Beren Millidge, Alexander Tschantz, Christopher L. Buckley

Capsule networks are a neural network architecture specialized for visual scene recognition. Features and pose information are extracted from a scene and then dynamically routed through a hierarchy of vector-valued nodes…

Scene Recognition

Capsule Graph Neural Networks with EM Routing

2021-10-18 · Yu Lei, Jing Zhang

To effectively classify graph instances, graph neural networks need to have the capability to capture the part-whole relationship existing in a graph. A capsule is a group of neurons representing complicated properties o…

Graph Classification

Graph Routing between Capsules

2021-06-22 · Yang Li, Wei Zhao, Erik Cambria, Suhang Wang 외

Routing methods in capsule networks often learn a hierarchical relationship for capsules in successive layers, but the intra-relation between capsules in the same layer is less studied, while this intra-relation is a key…

Relationtext-classificationText Classification