paper-with-me

홈 › Papers

How Frequency Effect Graph Neural Networks

2021-09-29 · Xueqi Ma, Yubo Zhang, Weifeng Liu, Yue Gao

Graph neural networks (GNNs) have been demonstrated powerful expressiveness on graph representation with different message passing schemes, but fail to improve the prediction performance by stacking layers because of over-smoothing. The researches of frequency principle on deep neural networks motivated us to explore the effect of frequency on designing deep GNNs. In this work, we decompose input features into low-frequency and high-frequency signals and analyze the performance of different frequencies on GNNs as the depth increases. We prove that low-frequency signals can be learned faster in GNNs, i.e., easier to suffer from over-smoothing than high-frequency signals. Based on the frequency principle on GNNs, we present a novel powerful GNNs framework, Multi-Scale Frequency Enhanced Graph Neural Networks (MSF-GNNs) which considers multi-scale representations from wavelet decomposition. Specifically, we design an information propagation rule which considers the properties of different frequency signals and exploits the advantages of different frequency signals for better node representation. To enhance the consistent output of multi-scale representation, we utilize consistency regularized loss. Extensive experiments have demonstrated the effectiveness of proposed MSF-GNNs on node classification compared to state-of-the-art methods. The theoretical study and experimental results further show the effectiveness of MSF-GNNs on relieving the issues of over-smoothing.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Similar Papers 제목 키워드 기반

How Do Graph Signals Affect Recommendation: Unveiling the Mystery of Low and High-Frequency Graph Signals

2025-12-10 · Feng Liu, Hao Cang, Huanhuan Yuan, Jiaqing Fan 외 arxiv

Spectral graph neural networks (GNNs) are highly effective in modeling graph signals, with their success in recommendation often attributed to low-pass filtering. However, recent studies highlight the importance of high-…

Graph Embedding

Graph Fourier Transformer with Structure-Frequency Information

2025-04-28 · Yonghui Zhai, Yang Zhang, Minghao Shang, Lihua Pang 외

Graph Transformers (GTs) have shown advantages in numerous graph structure tasks but their self-attention mechanism ignores the generalization bias of graphs, with existing methods mainly compensating for this bias from …

Graph ClassificationInductive BiasNode Classification

Frequency-regularized Neural Representation Method for Sparse-view Tomographic Reconstruction

2024-09-22 · Jingmou Xian, Jian Zhu, Haolin Liao, Si Li

Sparse-view tomographic reconstruction is a pivotal direction for reducing radiation dose and augmenting clinical applicability. While many research works have proposed the reconstruction of tomographic images from spars…

Muti-scale Graph Neural Network with Signed-attention for Social Bot Detection: A Frequency Perspective

2023-07-05 · Shuhao Shi, Kai Qiao, Zhengyan Wang, Jie Yang 외

The presence of a large number of bots on social media has adverse effects. The graph neural network (GNN) can effectively leverage the social relationships between users and achieve excellent results in detecting bots. …

Graph Neural Network

Discovering Frequency Bursting Patterns in Temporal Graphs

2023-07-23 · 2023 IEEE 39th International Conference on Data Engineering (ICDE) 2023 7 · Qianzhen Zhang, Deke Guo, Xiang Zhao, Long Yuan 외

A frequency bursting pattern (FBP) in temporal graphs represents some interaction behavior that accumulates its frequency at the fastest rate. Mining FBPs is essential to early warning of emergencies. However, existin…