ASWT-SGNN: Adaptive Spectral Wavelet Transform-based Self-Supervised Graph Neural Network
Ruyue Liu, Rong Yin, Yong Liu, Weiping Wang

TL;DR
This paper introduces ASWT-SGNN, a novel self-supervised graph neural network that uses adaptive spectral wavelet transforms to improve flexibility and efficiency in learning node representations without costly eigen-decomposition.
Contribution
The paper proposes an adaptive spectral wavelet transform approach for GNNs, enabling flexible neighborhood aggregation and reducing computational complexity compared to existing methods.
Findings
Achieves high accuracy in node classification on benchmark datasets.
Avoids eigen-decomposition by approximating spectral filters with adaptive polynomials.
Demonstrates improved flexibility and efficiency over traditional GCNs.
Abstract
Graph Comparative Learning (GCL) is a self-supervised method that combines the advantages of Graph Convolutional Networks (GCNs) and comparative learning, making it promising for learning node representations. However, the GCN encoders used in these methods rely on the Fourier transform to learn fixed graph representations, which is inherently limited by the uncertainty principle involving spatial and spectral localization trade-offs. To overcome the inflexibility of existing methods and the computationally expensive eigen-decomposition and dense matrix multiplication, this paper proposes an Adaptive Spectral Wavelet Transform-based Self-Supervised Graph Neural Network (ASWT-SGNN). The proposed method employs spectral adaptive polynomials to approximate the filter function and optimize the wavelet using contrast loss. This design enables the creation of local filters in both spectral…
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
TopicsAdvanced Graph Neural Networks · Machine Learning and ELM
MethodsGraph Convolutional Network · Graph Neural Network
