paper-with-me

Papers

Bridging the Gap Between Spectral and Spatial Domains in Graph Neural Networks

2020-03-26 · Muhammet Balcilar, Guillaume Renton, Pierre Heroux, Benoit Gauzere, Sebastien Adam, Paul Honeine

This paper aims at revisiting Graph Convolutional Neural Networks by bridging the gap between spectral and spatial design of graph convolutions. We theoretically demonstrate some equivalence of the graph convolution process regardless it is designed in the spatial or the spectral domain. The obtained general framework allows to lead a spectral analysis of the most popular ConvGNNs, explaining their performance and showing their limits. Moreover, the proposed framework is used to design new convolutions in spectral domain with a custom frequency profile while applying them in the spatial domain. We also propose a generalization of the depthwise separable convolution framework for graph convolutional networks, what allows to decrease the total number of trainable parameters by keeping the capacity of the model. To the best of our knowledge, such a framework has never been used in the GNNs literature. Our proposals are evaluated on both transductive and inductive graph learning problems. Obtained results show the relevance of the proposed method and provide one of the first experimental evidence of transferability of spectral filter coefficients from one graph to another. Our source codes are publicly available at: https://github.com/balcilar/Spectral-Designed-Graph-Convolutions

📄 PDF Abstract BibTeX arXiv:2003.11702

Code (2)

balcilar/Spectral-Designed-Graph-Convolutions 공식 구현 tf
sidneyarcidiacono/UnderstandingGCNs

Tasks

Graph ClassificationGraph LearningNode Classification

Methods 이 논문이 사용한 방법론

Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Bridging the Gap between Spatial and Spectral Domains: A Survey on Graph Neural Networks

2020-02-27 · Zhiqian Chen, Fanglan Chen, Lei Zhang, Taoran Ji 외

Deep learning's success has been widely recognized in a variety of machine learning tasks, including image classification, audio recognition, and natural language processing. As an extension of deep learning beyond these…

Deep Learningimage-classificationImage ClassificationNatural Language Understanding+1

Bridging the Gap between Spatial and Spectral Domains: A Unified Framework for Graph Neural Networks

2021-07-21 · Zhiqian Chen, Fanglan Chen, Lei Zhang, Taoran Ji 외

Deep learning's performance has been extensively recognized recently. Graph neural networks (GNNs) are designed to deal with graph-structural data that classical deep learning does not easily manage. Since most GNNs were…

Image ClassificationNatural Language UnderstandingSpeech Recognition

S2FGL: Spatial Spectral Federated Graph Learning

2025-07-03 · Zihan Tan, Suyuan Huang, Guancheng Wan, Wenke Huang 외

Federated Graph Learning (FGL) combines the privacy-preserving capabilities of federated learning (FL) with the strong graph modeling capability of Graph Neural Networks (GNNs). Current research addresses subgraph-FL onl…

Federated LearningGraph LearningPrivacy Preserving

Analyzing the Expressive Power of Graph Neural Networks in a Spectral Perspective

2021-01-01 · ICLR 2021 1 · Muhammet Balcilar, Guillaume Renton, Pierre Héroux, Benoit Gaüzère 외

In the recent literature of Graph Neural Networks (GNN), the expressive power of models has been studied through their capability to distinguish if two given graphs are isomorphic or not. Since the graph isomorphism prob…

Adaptive Cross-Attention-Driven Spatial-Spectral Graph Convolutional Network for Hyperspectral Image Classification

2022-04-12 · Jin-Yu Yang, Heng-Chao Li, Wen-Shuai Hu, Lei Pan 외

Recently, graph convolutional networks (GCNs) have been developed to explore spatial relationship between pixels, achieving better classification performance of hyperspectral images (HSIs). However, these methods fail to…

Graph AttentionHyperspectral Image Classificationimage-classificationImage Classification