paper-with-me

홈 › Papers

Relaxing Graph Transformers for Adversarial Attacks

2024-07-16 · Philipp Foth, Lukas Gosch, Simon Geisler, Leo Schwinn, Stephan Günnemann

Existing studies have shown that Graph Neural Networks (GNNs) are vulnerable to adversarial attacks. Even though Graph Transformers (GTs) surpassed Message-Passing GNNs on several benchmarks, their adversarial robustness properties are unexplored. However, attacking GTs is challenging due to their Positional Encodings (PEs) and special attention mechanisms which can be difficult to differentiate. We overcome these challenges by targeting three representative architectures based on (1) random-walk PEs, (2) pair-wise-shortest-path PEs, and (3) spectral PEs - and propose the first adaptive attacks for GTs. We leverage our attacks to evaluate robustness to (a) structure perturbations on node classification; and (b) node injection attacks for (fake-news) graph classification. Our evaluation reveals that they can be catastrophically fragile and underlines our work's importance and the necessity for adaptive attacks.

📄 PDF Abstract BibTeX arXiv:2407.11764

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessGraph ClassificationNode Classification

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 설명 없음
GTS 설명 없음

Similar Papers 제목 키워드 기반

Adversarial Robustness of In-Context Learning in Transformers for Linear Regression

2024-11-07 · Usman Anwar, Johannes von Oswald, Louis Kirsch, David Krueger 외

Transformers have demonstrated remarkable in-context learning capabilities across various domains, including statistical learning tasks. While previous work has shown that transformers can implement common learning algor…

Adversarial RobustnessIn-Context Learningregression

Adversarial Attacks on Transformers-Based Malware Detectors

2022-10-01 · Yash Jakhotiya, Heramb Patil, Jugal Rawlani, Dr. Sunil B. Mane

Signature-based malware detectors have proven to be insufficient as even a small change in malignant executable code can bypass these signature-based detectors. Many machine learning-based models have been proposed to ef…

Attacking the Madry Defense Model with $L_1$-based Adversarial Examples

2017-10-30 · Yash Sharma, Pin-Yu Chen

The Madry Lab recently hosted a competition designed to test the robustness of their adversarially trained MNIST model. Attacks were constrained to perturb each pixel of the input image by a scaled maximal $L_\infty$ dis…

Whisper Smarter, not Harder: Adversarial Attack on Partial Suppression

2025-07-30 · Zheng Jie Wong, Bingquan Shen arxiv

Currently, Automatic Speech Recognition (ASR) models are deployed in an extensive range of applications. However, recent studies have demonstrated the possibility of adversarial attack on these models which could potenti…

Speech RecognitionAdversarial Attack

On the Robustness of Vision Transformers to Adversarial Examples

2021-03-31 · ICCV 2021 10 · Kaleel Mahmood, Rigel Mahmood, Marten van Dijk

Recent advances in attention-based networks have shown that Vision Transformers can achieve state-of-the-art or near state-of-the-art results on many image classification tasks. This puts transformers in the unique posit…

image-classificationImage Classification