paper-with-me

홈 › Papers

Mitigating the Structural Bias in Graph Adversarial Defenses

2025-04-29 · Junyuan Fang, Huimin Liu, Han Yang, Jiajing Wu, Zibin Zheng, Chi K. Tse

In recent years, graph neural networks (GNNs) have shown great potential in addressing various graph structure-related downstream tasks. However, recent studies have found that current GNNs are susceptible to malicious adversarial attacks. Given the inevitable presence of adversarial attacks in the real world, a variety of defense methods have been proposed to counter these attacks and enhance the robustness of GNNs. Despite the commendable performance of these defense methods, we have observed that they tend to exhibit a structural bias in terms of their defense capability on nodes with low degree (i.e., tail nodes), which is similar to the structural bias of traditional GNNs on nodes with low degree in the clean graph. Therefore, in this work, we propose a defense strategy by including hetero-homo augmented graph construction, $k$NN augmented graph construction, and multi-view node-wise attention modules to mitigate the structural bias of GNNs against adversarial attacks. Notably, the hetero-homo augmented graph consists of removing heterophilic links (i.e., links connecting nodes with dissimilar features) globally and adding homophilic links (i.e., links connecting nodes with similar features) for nodes with low degree. To further enhance the defense capability, an attention mechanism is adopted to adaptively combine the representations from the above two kinds of graph views. We conduct extensive experiments to demonstrate the defense and debiasing effect of the proposed strategy on benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2504.20848

Code (1)

alexfanjn/De2GNN 공식 구현 pytorch

Tasks

graph construction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Kernel-Complexity Edge Sanitization for Training-Free Defense against Structural Graph Attacks

2026-09-09 · Yaning Jia, Shenyang Deng, Yaoqing Yang, Chiyu Ma 외 arxiv

Graph Neural Networks (GNNs) have achieved remarkable success across diverse applications, yet they remain highly vulnerable to adversarial attacks that maliciously perturb graph structure. Existing defenses often lack r…

Adversarial Learning for Debiasing Knowledge Graph Embeddings

2020-06-29 · Mario Arduini, Lorenzo Noci, Federico Pirovano, Ce Zhang 외

Knowledge Graphs (KG) are gaining increasing attention in both academia and industry. Despite their diverse benefits, recent research have identified social and cultural biases embedded in the representations learned fro…

AttributeKnowledge Graph EmbeddingsKnowledge GraphsLink Prediction

Buffer Zone based Defense against Adversarial Examples in Image Classification

2021-01-01 · Kaleel Mahmood, Phuong Ha Nguyen, Lam M. Nguyen, Thanh V Nguyen 외

Recent defenses published at venues like NIPS, ICML, ICLR and CVPR are mainly focused on mitigating white-box attacks. These defenses do not properly consider adaptive adversaries. In this paper, we expand the scope of t…

Adversarial RobustnessClassificationGeneral Classificationimage-classification+1

Beware the Black-Box: on the Robustness of Recent Defenses to Adversarial Examples

2020-06-18 · Kaleel Mahmood, Deniz Gurevin, Marten van Dijk, Phuong Ha Nguyen

Many defenses have recently been proposed at venues like NIPS, ICML, ICLR and CVPR. These defenses are mainly focused on mitigating white-box attacks. They do not properly examine black-box attacks. In this paper, we exp…

Diversity

Adversarial Attacks and Defenses on Graph-aware Large Language Models (LLMs)

2025-08-06 · Iyiola E. Olatunji, Franziska Boenisch, Jing Xu, Adam Dziedzic arxiv

Large Language Models (LLMs) are increasingly integrated with graph-structured data for tasks like node classification, a domain traditionally dominated by Graph Neural Networks (GNNs). While this integration leverages r…

Node ClassificationAdversarial Attack