Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

AdaGNN: Graph Neural Networks with Adaptive Frequency Response Filter

About

Graph Neural Networks have recently become a prevailing paradigm for various high-impact graph analytical problems. Existing efforts can be mainly categorized as spectral-based and spatial-based methods. The major challenge for the former is to find an appropriate graph filter to distill discriminative information from input signals for learning. Recently, myriads of explorations are made to achieve better graph filters, e.g., Graph Convolutional Network (GCN), which leverages Chebyshev polynomial truncation to seek an approximation of graph filters and bridge these two families of methods. Nevertheless, it has been shown in recent studies that GCN and its variants are essentially employing fixed low-pass filters to perform information denoising. Thus their learning capability is rather limited and may over-smooth node representations at deeper layers. To tackle these problems, we develop a novel graph neural network framework AdaGNN with a well-designed adaptive frequency response filter. At its core, AdaGNN leverages a simple but elegant trainable filter that spans across multiple layers to capture the varying importance of different frequency components for node representation learning. The inherent differences among different feature channels are also well captured by the filter. As such, it empowers AdaGNN with stronger expressiveness and naturally alleviates the over-smoothing problem. We empirically validate the effectiveness of the proposed framework on various benchmark datasets. Theoretical analysis is also provided to show the superiority of the proposed AdaGNN. The open-source implementation of AdaGNN can be found here: https://github.com/yushundong/AdaGNN.

Yushun Dong, Kaize Ding, Brian Jalaian, Shuiwang Ji, Jundong Li• 2021

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora (test)
Mean Accuracy80.66
861
Node ClassificationCiteseer (test)
Accuracy0.6344
824
Node ClassificationarXiv-year (test)
Accuracy49.49
88
Node ClassificationCoauthor-CS (test)
Accuracy90.8
83
Graph Anomaly DetectionAMAZON
AUROC90.8
65
Graph Anomaly DetectionREDDIT
AUPRC4.9
63
Graph Anomaly DetectionWeibo
AUROC69.5
42
Node ClassificationCoauthor Phy (test)
Accuracy92.66
41
Node Classificationpenn94 (test)
Accuracy83.55
39
Graph Anomaly DetectionElliptic
AUROC85.1
34
Showing 10 of 22 rows

Other info

Follow for update