TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/A New Perspective on the Effects of Spectrum in Graph Neur...

A New Perspective on the Effects of Spectrum in Graph Neural Networks

Mingqi Yang, Yanming Shen, Rui Li, Heng Qi, Qiang Zhang, BaoCai Yin

2021-12-14Graph RegressionGraph ClassificationGraph Property Prediction
PaperPDFCode(official)

Abstract

Many improvements on GNNs can be deemed as operations on the spectrum of the underlying graph matrix, which motivates us to directly study the characteristics of the spectrum and their effects on GNN performance. By generalizing most existing GNN architectures, we show that the correlation issue caused by the $unsmooth$ spectrum becomes the obstacle to leveraging more powerful graph filters as well as developing deep architectures, which therefore restricts GNNs' performance. Inspired by this, we propose the correlation-free architecture which naturally removes the correlation issue among different channels, making it possible to utilize more sophisticated filters within each channel. The final correlation-free architecture with more powerful filters consistently boosts the performance of learning graph representations. Code is available at https://github.com/qslim/gnn-spectrum.

Results

TaskDatasetMetricValueModel
Graph RegressionZINC-500kMAE0.0698Spec-GN
Graph ClassificationNCI109Accuracy83.62Spec-GN
Graph ClassificationENZYMESAccuracy73.33Norm-GN
ClassificationNCI109Accuracy83.62Spec-GN
ClassificationENZYMESAccuracy73.33Norm-GN

Related Papers

Density-aware Walks for Coordinated Campaign Detection2025-06-16Positional Encoding meets Persistent Homology on Graphs2025-06-06Graph Neural Networks for Jamming Source Localization2025-06-01Weisfeiler and Leman Follow the Arrow of Time: Expressive Power of Message Passing in Temporal Event Graphs2025-05-30Improving the Effective Receptive Field of Message-Passing Neural Networks2025-05-29A Benchmark Dataset for Graph Regression with Homogeneous and Multi-Relational Variants2025-05-29Graph Positional Autoencoders as Self-supervised Learners2025-05-29Message-Passing State-Space Models: Improving Graph Learning with Modern Sequence Modeling2025-05-24