paper-with-me

홈 › Papers

A Deep Graph Wavelet Convolutional Neural Network for Semi-supervised Node Classification

2021-02-19 · Jingyi Wang, Zhidong Deng

Graph convolutional neural network provides good solutions for node classification and other tasks with non-Euclidean data. There are several graph convolutional models that attempt to develop deep networks but do not cause serious over-smoothing at the same time. Considering that the wavelet transform generally has a stronger ability to extract useful information than the Fourier transform, we propose a new deep graph wavelet convolutional network (DeepGWC) for semi-supervised node classification tasks. Based on the optimized static filtering matrix parameters of vanilla graph wavelet neural networks and the combination of Fourier bases and wavelet ones, DeepGWC is constructed together with the reuse of residual connection and identity mappings in network architectures. Extensive experiments on three benchmark datasets including Cora, Citeseer, and Pubmed are conducted. The experimental results demonstrate that our DeepGWC outperforms existing graph deep models with the help of additional wavelet bases and achieves new state-of-the-art performances eventually.

📄 PDF Abstract BibTeX arXiv:2102.09780

Code (1)

qncsn2016/DeepGWC pytorch

Tasks

General ClassificationNode Classification

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Octave Graph Convolutional Network

2019-09-25 · Heng Chang, Yu Rong, Somayeh Sojoudi, Junzhou Huang 외

Many variants of Graph Convolutional Networks (GCNs) for representation learning have been proposed recently and have achieved fruitful results in various domains. Among them, spectral-based GCNs are constructed via conv…

Node ClassificationRepresentation Learning

Graph Convolutional Network For Semi-supervised Node Classification With Subgraph Sketching

2024-04-19 · Zibin Huang, Jun Xian

In this paper, we propose the Graph-Learning-Dual Graph Convolutional Neural Network called GLDGCN based on the classic Graph Convolutional Neural Network(GCN) by introducing dual convolutional layer and graph learning l…

ClassificationClusteringGraph LearningNode Classification

Graph Wavelet Neural Network

2019-04-12 · ICLR 2019 5 · Bingbing Xu, Hua-Wei Shen, Qi Cao, Yunqi Qiu 외

We present graph wavelet neural network (GWNN), a novel graph convolutional neural network (CNN), leveraging graph wavelet transform to address the shortcomings of previous spectral graph CNN methods that depend on graph…

General Classification

Graph Convolutional Networks using Heat Kernel for Semi-supervised Learning

2020-07-27 · Bingbing Xu, Hua-Wei Shen, Qi Cao, Keting Cen 외

Graph convolutional networks gain remarkable success in semi-supervised learning on graph structured data. The key to graph-based semisupervised learning is capturing the smoothness of labels or features over nodes exert…

MGCN: Semi-supervised Classification in Multi-layer Graphs with Graph Convolutional Networks

2018-11-21 · Mahsa Ghorbani, Mahdieh Soleymani Baghshah, Hamid R. Rabiee

Graph embedding is an important approach for graph analysis tasks such as node classification and link prediction. The goal of graph embedding is to find a low dimensional representation of graph nodes that preserves the…

General ClassificationGraph EmbeddingLink PredictionNetwork Embedding+1