paper-with-me

Papers

Function Space Pooling For Graph Convolutional Networks

2019-05-15 · Padraig Corcoran

Convolutional layers in graph neural networks are a fundamental type of layer which output a representation or embedding of each graph vertex. The representation typically encodes information about the vertex in question and its neighbourhood. If one wishes to perform a graph centric task, such as graph classification, this set of vertex representations must be integrated or pooled to form a graph representation. In this article we propose a novel pooling method which maps a set of vertex representations to a function space representation. This method is distinct from existing pooling methods which perform a mapping to either a vector or sequence space. Experimental graph classification results demonstrate that the proposed method generally outperforms most baseline pooling methods and in some cases achieves best performance.

📄 PDF Abstract BibTeX arXiv:1905.06259

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationGraph Classification

Similar Papers 제목 키워드 기반

Graphon Pooling for Reducing Dimensionality of Signals and Convolutional Operators on Graphs

2022-12-15 · Alejandro Parada-Mayorga, Zhiyang Wang, Alejandro Ribeiro

In this paper we propose a pooling approach for convolutional information processing on graphs relying on the theory of graphons and limits of dense graph sequences. We present three methods that exploit the induced grap…

Dimensionality Reduction

An End-to-End Graph Convolutional Kernel Support Vector Machine

2020-02-29 · Padraig Corcoran

A novel kernel-based support vector machine (SVM) for graph classification is proposed. The SVM feature space mapping consists of a sequence of graph convolutional layers, which generates a vector space representation fo…

ClassificationFeature EngineeringGeneral ClassificationGraph Classification

Maximal Independent Sets for Pooling in Graph Neural Networks

2023-07-24 · Stevan Stanovic, Benoit Gaüzère, Luc Brun

Convolutional Neural Networks (CNNs) have enabled major advances in image classification through convolution and pooling. In particular, image pooling transforms a connected discrete lattice into a reduced lattice with t…

image-classificationImage Classification

SimPool: Towards Topology Based Graph Pooling with Structural Similarity Features

2020-06-03 · Yaniv Shulman

Deep learning methods for graphs have seen rapid progress in recent years with much focus awarded to generalising Convolutional Neural Networks (CNN) to graph data. CNNs are typically realised by alternating convolutiona…

Graph ClassificationGraph Neural Network

Approximation and Learning with Deep Convolutional Models: a Kernel Perspective

2021-02-19 · ICLR 2022 4 · Alberto Bietti

The empirical success of deep convolutional networks on tasks involving high-dimensional data such as images or audio suggests that they can efficiently approximate certain functions that are well-suited for such tasks. …

Additive modelsGeneralization BoundsInductive Bias