Convolutional Neural Networks Via Node-Varying Graph Filters
Fernando Gama, Geert Leus, Antonio G. Marques, Alejandro Ribeiro

TL;DR
This paper introduces a novel graph convolutional neural network architecture using node-varying and hybrid graph filters, enabling local processing on irregular graph-structured data without pooling, reducing parameters and maintaining performance.
Contribution
It proposes a new CNN architecture with node-varying and hybrid graph filters for processing signals on graphs, eliminating the need for pooling and reducing trainable parameters.
Findings
Effective on synthetic source localization tasks
Performs well on the 20NEWS dataset
Reduces number of trainable parameters
Abstract
Convolutional neural networks (CNNs) are being applied to an increasing number of problems and fields due to their superior performance in classification and regression tasks. Since two of the key operations that CNNs implement are convolution and pooling, this type of networks is implicitly designed to act on data described by regular structures such as images. Motivated by the recent interest in processing signals defined in irregular domains, we advocate a CNN architecture that operates on signals supported on graphs. The proposed design replaces the classical convolution not with a node-invariant graph filter (GF), which is the natural generalization of convolution to graph domains, but with a node-varying GF. This filter extracts different local features without increasing the output dimension of each layer and, as a result, bypasses the need for a pooling stage while involving…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConvolution
