paper-with-me

Papers

When Does A Spectral Graph Neural Network Fail in Node Classification?

2022-02-16 · Zhixian Chen, Tengfei Ma, Yang Wang

Spectral Graph Neural Networks (GNNs) with various graph filters have received extensive affirmation due to their promising performance in graph learning problems. However, it is known that GNNs do not always perform well. Although graph filters provide theoretical foundations for model explanations, it is unclear when a spectral GNN will fail. In this paper, focusing on node classification problems, we conduct a theoretical analysis of spectral GNNs performance by investigating their prediction error. With the aid of graph indicators including homophily degree and response efficiency we proposed, we establish a comprehensive understanding of complex relationships between graph structure, node labels, and graph filters. We indicate that graph filters with low response efficiency on label difference are prone to fail. To enhance GNNs performance, we provide a provably better strategy for filter design from our theoretical analysis - using data-driven filter banks, and propose simple models for empirical validation. Experimental results show consistency with our theoretical results and support our strategy.

📄 PDF Abstract BibTeX arXiv:2202.07902

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningGraph Neural NetworkNode Classification

Similar Papers 제목 키워드 기반

Spectral Detection on Sparse Hypergraphs

2015-07-15 · Angelini Maria Chiara, Caltagirone Francesco, Krzakala Florent, Zdeborová Lenka

We consider the problem of the assignment of nodes into communities from a set of hyperedges, where every hyperedge is a noisy observation of the community assignment of the adjacent nodes. We focus in particular on the …

Graphon Pooling in Graph Neural Networks

2020-03-03 · Alejandro Parada-Mayorga, Luana Ruiz, Alejandro Ribeiro

Graph neural networks (GNNs) have been used effectively in different applications involving the processing of signals on irregular structures modeled by graphs. Relying on the use of shift-invariant graph filters, GNNs e…

Dimensionality Reduction

Understanding Rollout Error in Graph World Models

2026-06-26 · Xinyuan Song, Zekun Cai arxiv

World models are increasingly used for planning, yet most analyses of rollout error assume vector-valued states and scalar error amplification. Many planning environments, however, are naturally graph-structured: agents,…

Spectral Clustering of Attributed Multi-relational Graphs

2023-11-03 · Ylli Sadikaj, Yllka Velaj, Sahar Behzadi, Claudia Plant

Graph clustering aims at discovering a natural grouping of the nodes such that similar nodes are assigned to a common cluster. Many different algorithms have been proposed in the literature: for simple graphs, for graphs…

ClusteringDimensionality ReductionGraph Clustering

Graph Classification via Discriminative Edge Feature Learning

2022-10-05 · Yang Yi, Xuequan Lu, Shang Gao, Antonio Robles-Kelly 외

Spectral graph convolutional neural networks (GCNNs) have been producing encouraging results in graph classification tasks. However, most spectral GCNNs utilize fixed graphs when aggregating node features, while omitting…

ClassificationGraph Classification