paper-with-me

Papers

Scalable Adversarial Attack on Graph Neural Networks with Alternating Direction Method of Multipliers

2020-09-22 · Boyuan Feng, yuke wang, Xu Li, Yufei Ding

Graph neural networks (GNNs) have achieved high performance in analyzing graph-structured data and have been widely deployed in safety-critical areas, such as finance and autonomous driving. However, only a few works have explored GNNs' robustness to adversarial attacks, and their designs are usually limited by the scale of input datasets (i.e., focusing on small graphs with only thousands of nodes). In this work, we propose, SAG, the first scalable adversarial attack method with Alternating Direction Method of Multipliers (ADMM). We first decouple the large-scale graph into several smaller graph partitions and cast the original problem into several subproblems. Then, we propose to solve these subproblems using projected gradient descent on both the graph topology and the node features that lead to considerably lower memory consumption compared to the conventional attack methods. Rigorous experiments further demonstrate that SAG can significantly reduce the computation and memory overhead compared with the state-of-the-art approach, making SAG applicable towards graphs with large size of nodes and edges.

📄 PDF Abstract BibTeX arXiv:2009.10233

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackAutonomous Driving

Similar Papers 제목 키워드 기반

ADMM based Distributed State Observer Design under Sparse Sensor Attacks

2022-09-13 · Vinaya Mary Prinse, Rachel Kalpana Kalaimani

This paper considers the design of a distributed state-observer for discrete-time Linear Time-Invariant (LTI) systems in the presence of sensor attacks. We assume there is a network of observer nodes, communicating with …

Adversarial Attack

Emotion Loss Attacking: Adversarial Attack Perception for Skeleton based on Multi-dimensional Features

2024-06-28 · Feng Liu, Qing Xu, Qijian Zheng

Adversarial attack on skeletal motion is a hot topic. However, existing researches only consider part of dynamic features when measuring distance between skeleton graph sequences, which results in poor imperceptibility. …

Adversarial Attack

Alternating Objectives Generates Stronger PGD-Based Adversarial Attacks

2022-12-15 · Nikolaos Antoniou, Efthymios Georgiou, Alexandros Potamianos

Designing powerful adversarial attacks is of paramount importance for the evaluation of $\ell_p$-bounded adversarial defenses. Projected Gradient Descent (PGD) is one of the most effective and conceptually simple algorit…

Adversarial Attack

An ADMM-Based Universal Framework for Adversarial Attacks on Deep Neural Networks

2018-04-09 · Pu Zhao, Sijia Liu, Yanzhi Wang, Xue Lin

Deep neural networks (DNNs) are known vulnerable to adversarial attacks. That is, adversarial examples, obtained by adding delicately crafted distortions onto original legal inputs, can mislead a DNN to classify them as …

Adversarial Attack

Structured Adversarial Attack: Towards General Implementation and Better Interpretability

2018-08-05 · ICLR 2019 5 · Kaidi Xu, Sijia Liu, Pu Zhao, Pin-Yu Chen 외

When generating adversarial examples to attack deep neural networks (DNNs), Lp norm of the added perturbation is usually used to measure the similarity between original image and adversarial example. However, such advers…

Adversarial Attack