paper-with-me

홈 › Papers

EvenNet: Ignoring Odd-Hop Neighbors Improves Robustness of Graph Neural Networks

2022-05-27 · Runlin Lei, Zhen Wang, Yaliang Li, Bolin Ding, Zhewei Wei

Graph Neural Networks (GNNs) have received extensive research attention for their promising performance in graph machine learning. Despite their extraordinary predictive accuracy, existing approaches, such as GCN and GPRGNN, are not robust in the face of homophily changes on test graphs, rendering these models vulnerable to graph structural attacks and with limited capacity in generalizing to graphs of varied homophily levels. Although many methods have been proposed to improve the robustness of GNN models, most of these techniques are restricted to the spatial domain and employ complicated defense mechanisms, such as learning new graph structures or calculating edge attentions. In this paper, we study the problem of designing simple and robust GNN models in the spectral domain. We propose EvenNet, a spectral GNN corresponding to an even-polynomial graph filter. Based on our theoretical analysis in both spatial and spectral domains, we demonstrate that EvenNet outperforms full-order models in generalizing across homophilic and heterophilic graphs, implying that ignoring odd-hop neighbors improves the robustness of GNNs. We conduct experiments on both synthetic and real-world datasets to demonstrate the effectiveness of EvenNet. Notably, EvenNet outperforms existing defense models against structural attacks without introducing additional computational costs and maintains competitiveness in traditional node classification tasks on homophilic and heterophilic graphs.

📄 PDF Abstract BibTeX arXiv:2205.13892

Code (1)

leirunlin/evennet 공식 구현 pytorch

Tasks

Node Classification

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Smooth Neighbors on Teacher Graphs for Semi-supervised Learning

2017-11-01 · CVPR 2018 6 · Yucen Luo, Jun Zhu, Mengxi Li, Yong Ren 외

The recently proposed self-ensembling methods have achieved promising results in deep semi-supervised learning, which penalize inconsistent predictions of unlabeled data under different perturbations. However, they only …

Non-Neighbors Also Matter to Kriging: A New Contrastive-Prototypical Learning

2024-01-23 · Zhishuai Li, Yunhao Nie, Ziyue Li, Lei Bai 외

Kriging aims at estimating the attributes of unsampled geo-locations from observations in the spatial vicinity or physical connections, which helps mitigate skewed monitoring caused by under-deployed sensors. Existing wo…

AttributeSelf-Supervised Learning

RMNA: A Neighbor Aggregation-Based Knowledge Graph Representation Learning Model Using Rule Mining

2021-11-01 · Ling Chen, Jun Cui, Xing Tang, Chaodu Song 외

Although the state-of-the-art traditional representation learning (TRL) models show competitive performance on knowledge graph completion, there is no parameter sharing between the embeddings of entities, and the connect…

Graph Representation LearningKnowledge Graph CompletionRepresentation Learning

Deep Adversarially-Enhanced k-Nearest Neighbors

2021-08-15 · Ren Wang, Tianqi Chen, Alfred Hero

Recent works have theoretically and empirically shown that deep neural networks (DNNs) have an inherent vulnerability to small perturbations. Applying the Deep k-Nearest Neighbors (DkNN) classifier, we observe a dramatic…

Boundary Embedding Shaping with Adaptive Contrastive Learning for Graph Structural Disentanglement

2026-06-18 · Jiaqing Chen, Zidu Yin, Yichao Cai, Yuhang Liu 외 arxiv

Graph neural networks (GNNs) excel at aggregating neighbor information for classification, yet their performance is hindered by graph structural entanglement, where spurious correlations from semantically irrelevant neig…

Contrastive LearningNode ClassificationLink Prediction