paper-with-me

Papers

Transferability of Spectral Graph Convolutional Neural Networks

2019-07-30 · Ron Levie, Wei Huang, Lorenzo Bucci, Michael M. Bronstein, Gitta Kutyniok

This paper focuses on spectral graph convolutional neural networks (ConvNets), where filters are defined as elementwise multiplication in the frequency domain of a graph. In machine learning settings where the dataset consists of signals defined on many different graphs, the trained ConvNet should generalize to signals on graphs unseen in the training set. It is thus important to transfer ConvNets between graphs. Transferability, which is a certain type of generalization capability, can be loosely defined as follows: if two graphs describe the same phenomenon, then a single filter or ConvNet should have similar repercussions on both graphs. This paper aims at debunking the common misconception that spectral filters are not transferable. We show that if two graphs discretize the same "continuous" space, then a spectral filter or ConvNet has approximately the same repercussion on both graphs. Our analysis is more permissive than the standard analysis. Transferability is typically described as the robustness of the filter to small graph perturbations and re-indexing of the vertices. Our analysis accounts also for large graph perturbations. We prove transferability between graphs that can have completely different dimensions and topologies, only requiring that both graphs discretize the same underlying space in some generic sense.

📄 PDF Abstract BibTeX arXiv:1907.12972

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An Experimental Study of the Transferability of Spectral Graph Networks

2020-12-18 · Axel Nilsson, Xavier Bresson

Spectral graph convolutional networks are generalizations of standard convolutional networks for graph-structured data using the Laplacian operator. A common misconception is the instability of spectral filters, i.e. the…

BenchmarkingGeneral ClassificationGraph ClassificationGraph Regression+1

Transferability of Graph Neural Networks: an Extended Graphon Approach

2021-09-21 · Sohir Maskey, Ron Levie, Gitta Kutyniok

We study spectral graph convolutional neural networks (GCNNs), where filters are defined as continuous functions of the graph shift operator (GSO) through functional calculus. A spectral GCNN is not tailored to one speci…

Power up! Robust Graph Convolutional Network via Graph Powering

2019-05-24 · Ming Jin, Heng Chang, Wenwu Zhu, Somayeh Sojoudi

Graph convolutional networks (GCNs) are powerful tools for graph-structured data. However, they have been recently shown to be vulnerable to topological attacks. To enhance adversarial robustness, we go beyond spectral g…

Adversarial Robustness

Power up! Robust Graph Convolutional Network based on Graph Powering

2019-09-25 · Ming Jin, Heng Chang, Wenwu Zhu, Somayeh Sojoudi

Graph convolutional networks (GCNs) are powerful tools for graph-structured data. However, they have been recently shown to be vulnerable to topological attacks. To enhance adversarial robustness, we go beyond spectral g…

Adversarial Robustness

On the Transferability of Spectral Graph Filters

2019-01-29 · Ron Levie, Elvin Isufi, Gitta Kutyniok

This paper focuses on spectral filters on graphs, namely filters defined as elementwise multiplication in the frequency domain of a graph. In many graph signal processing settings, it is important to transfer a filter fr…