paper-with-me

홈 › Papers

Revisiting Edge Perturbation for Graph Neural Network in Graph Data Augmentation and Attack

2024-03-10 · Xin Liu, Yuxiang Zhang, Meng Wu, Mingyu Yan, Kun He, Wei Yan, Shirui Pan, Xiaochun Ye, Dongrui Fan

Edge perturbation is a basic method to modify graph structures. It can be categorized into two veins based on their effects on the performance of graph neural networks (GNNs), i.e., graph data augmentation and attack. Surprisingly, both veins of edge perturbation methods employ the same operations, yet yield opposite effects on GNNs' accuracy. A distinct boundary between these methods in using edge perturbation has never been clearly defined. Consequently, inappropriate perturbations may lead to undesirable outcomes, necessitating precise adjustments to achieve desired effects. Therefore, questions of `why edge perturbation has a two-faced effect?'' and `what makes edge perturbation flexible and effective?'' still remain unanswered. In this paper, we will answer these questions by proposing a unified formulation and establishing a clear boundary between two categories of edge perturbation methods. Specifically, we conduct experiments to elucidate the differences and similarities between these methods and theoretically unify the workflow of these methods by casting it to one optimization problem. Then, we devise Edge Priority Detector (EPD) to generate a novel priority metric, bridging these methods up in the workflow. Experiments show that EPD can make augmentation or attack flexibly and achieve comparable or superior performance to other counterparts with less time overhead.

📄 PDF Abstract BibTeX arXiv:2403.07943

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationGraph Neural Network

Similar Papers 제목 키워드 기반

Revisiting Robustness in Graph Machine Learning

2023-05-01 · Lukas Gosch, Daniel Sturm, Simon Geisler, Stephan Günnemann

Many works show that node-level predictions of Graph Neural Networks (GNNs) are unrobust to small, often termed adversarial, changes to the graph structure. However, because manual inspection of a graph is difficult, it …

Adversarial Robustness

Revisiting Role Discovery in Networks: From Node to Edge Roles

2016-10-04 · Nesreen K. Ahmed, Ryan A. Rossi, Theodore L. Willke, Rong Zhou

Previous work in network analysis has focused on modeling the mixed-memberships of node roles in the graph, but not the roles of edges. We introduce the edge role discovery problem and present a generalizable framework f…

Spectral Perturbations of the Line Graph Laplacian

2019-10-21

The graph Laplacian is an important tool in Graph Signal Processing (GSP) as its eigenvalue decomposition acts as an analogue to the Fourier transform and is known as the Graph Fourier Transform (GFT). The line graph has…

Attacking Graph Convolutional Networks via Rewiring

2019-06-10 · Yao Ma, Suhang Wang, Tyler Derr, Lingfei Wu 외

Graph Neural Networks (GNNs) have boosted the performance of many graph related tasks such as node classification and graph classification. Recent researches show that graph neural networks are vulnerable to adversarial …

General ClassificationGraph ClassificationNode ClassificationReinforcement Learning

Revisiting LLM Value Probing Strategies: Are They Robust and Expressive?

2025-07-17 · Siqi Shen, Mehar Singh, Lajanugen Logeswaran, Moontae Lee 외 arxiv

There has been extensive research on assessing the value orientation of Large Language Models (LLMs) as it can shape user experiences across demographic groups. However, several challenges remain. First, while the Multip…

Text Generation