paper-with-me

홈 › Papers

KCES: Training-Free Defense for Robust Graph Neural Networks via Kernel Complexity

2025-06-13 · Yaning Jia, Shenyang Deng, Chiyu Ma, Yaoqing Yang, Soroush Vosoughi

Graph Neural Networks (GNNs) have achieved impressive success across a wide range of graph-based tasks, yet they remain highly vulnerable to small, imperceptible perturbations and adversarial attacks. Although numerous defense methods have been proposed to address these vulnerabilities, many rely on heuristic metrics, overfit to specific attack patterns, and suffer from high computational complexity. In this paper, we propose Kernel Complexity-Based Edge Sanitization (KCES), a training-free, model-agnostic defense framework. KCES leverages Graph Kernel Complexity (GKC), a novel metric derived from the graph's Gram matrix that characterizes GNN generalization via its test error bound. Building on GKC, we define a KC score for each edge, measuring the change in GKC when the edge is removed. Edges with high KC scores, typically introduced by adversarial perturbations, are pruned to mitigate their harmful effects, thereby enhancing GNNs' robustness. KCES can also be seamlessly integrated with existing defense strategies as a plug-and-play module without requiring training. Theoretical analysis and extensive experiments demonstrate that KCES consistently enhances GNN robustness, outperforms state-of-the-art baselines, and amplifies the effectiveness of existing defenses, offering a principled and efficient solution for securing GNNs.

📄 PDF Abstract BibTeX arXiv:2506.11611

Code (0)

등록된 구현이 없습니다.

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…

Grammatical Error Correction in Low-Resource Scenarios

2019-10-01 · WS 2019 11 · Jakub Náplava, Milan Straka

Grammatical error correction in English is a long studied problem with many existing systems and datasets. However, there has been only a limited research on error correction of other languages. In this paper, we present…

Grammatical Error CorrectionMachine TranslationTranslation

QuISE: Defense against Typographic Attacks on VLMs via Query-Irrelevant Semantic Editing

2026-08-13 · Shubin Lu, Jiaqi Yin, Yihao Huang arxiv

Typographic attacks pose a critical threat to vision-language models (VLMs) by injecting misleading text into images and causing models to rely on adversarial textual cues rather than visual evidence. Existing defenses o…

Attacks and Defenses for Free-Riders in Multi-Discriminator GAN

2022-01-24 · Zilong Zhao, Jiyue Huang, Stefanie Roos, Lydia Y. Chen

Generative Adversarial Networks (GANs) are increasingly adopted by the industry to synthesize realistic images. Due to data not being centrally available, Multi-Discriminator (MD)-GANs training framework employs multiple…

Rethinking the Defense Against Free-rider Attack From the Perspective of Model Weight Evolving Frequency

2022-06-11 · Jinyin Chen, Mingjun Li, Tao Liu, Haibin Zheng 외

Federated learning (FL) is a distributed machine learning approach where multiple clients collaboratively train a joint model without exchanging their data. Despite FL's unprecedented success in data privacy-preserving, …

Federated LearningPrivacy Preserving