paper-with-me

홈 › Papers

Graph Wavelet Neural Network

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

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 Fourier transform. Different from graph Fourier transform, graph wavelet transform can be obtained via a fast algorithm without requiring matrix eigendecomposition with high computational cost. Moreover, graph wavelets are sparse and localized in vertex domain, offering high efficiency and good interpretability for graph convolution. The proposed GWNN significantly outperforms previous spectral graph CNNs in the task of graph-based semi-supervised classification on three benchmark datasets: Cora, Citeseer and Pubmed.

📄 PDF Abstract BibTeX arXiv:1904.07785

Code (1)

benedekrozemberczki/GraphWaveletNeuralNetwork pytorch

Tasks

General Classification

Similar Papers 제목 키워드 기반

Long-Range Graph Wavelet Networks

2025-09-08 · Filippo Guerranti, Fabrizio Forte, Simon Geisler, Stephan Günnemann arxiv

Modeling long-range interactions, the propagation of information across distant parts of a graph, is a central challenge in graph machine learning. Graph wavelets, inspired by multi-resolution signal processing, provide …

Graph Neural Networks With Lifting-based Adaptive Graph Wavelets

2021-08-03 · Mingxing Xu, Wenrui Dai, Chenglin Li, Junni Zou 외

Spectral-based graph neural networks (SGNNs) have been attracting increasing attention in graph representation learning. However, existing SGNNs are limited in implementing graph filters with rigid transforms (e.g., grap…

Graph Representation LearningRepresentation Learning

Wavelets on Graphs via Deep Learning

2013-12-01 · NeurIPS 2013 12 · Raif Rustamov, Leonidas J. Guibas

An increasing number of applications require processing of signals defined on weighted graphs. While wavelets provide a flexible tool for signal processing in the classical setting of regular domains, the existing graph …

Deep Learning

InfoGain Wavelets: Furthering the Design of Diffusion Wavelets for Graph-Structured Data

2025-04-08 · David R. Johnson, Smita Krishnaswamy, Michael Perlmutter

Diffusion wavelets extract information from graph signals at different scales of resolution by utilizing graph diffusion operators raised to various powers, known as diffusion scales. Traditionally, the diffusion scales …

Graph Classification

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 ca…

General ClassificationNode Classification