paper-with-me

홈 › Papers

Robust Collective Classification against Structural Attacks

2020-07-26 · Kai Zhou, Yevgeniy Vorobeychik

Collective learning methods exploit relations among data points to enhance classification performance. However, such relations, represented as edges in the underlying graphical model, expose an extra attack surface to the adversaries. We study adversarial robustness of an important class of such graphical models, Associative Markov Networks (AMN), to structural attacks, where an attacker can modify the graph structure at test time. We formulate the task of learning a robust AMN classifier as a bi-level program, where the inner problem is a challenging non-linear integer program that computes optimal structural changes to the AMN. To address this technical challenge, we first relax the attacker problem, and then use duality to obtain a convex quadratic upper bound for the robust AMN problem. We then prove a bound on the quality of the resulting approximately optimal solutions, and experimentally demonstrate the efficacy of our approach. Finally, we apply our approach in a transductive learning setting, and show that robust AMN is much more robust than state-of-the-art deep learning methods, while sacrificing little in accuracy on non-adversarial data.

📄 PDF Abstract BibTeX arXiv:2007.13073

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessClassificationGeneral ClassificationTransductive Learning

Similar Papers 제목 키워드 기반

CAP: Robust Point Cloud Classification via Semantic and Structural Modeling

2023-01-01 · CVPR 2023 1 · Daizong Ding, Erling Jiang, Yuanmin Huang, Mi Zhang 외

Recently, deep neural networks have shown great success on 3D point cloud classification tasks, which simultaneously raises the concern of adversarial attacks that cause severe damage to real-world applications. More…

3D Point Cloud ClassificationClassificationContrastive LearningPoint Cloud Classification

Ricci-GNN: Defending Against Structural Attacks Through a Geometric Approach

2021-01-01 · Ze Ye, Tengfei Ma, Chien-Chun Ni, Kin Sum Liu 외

Graph neural networks (GNNs) rely heavily on the underlying graph topology and thus can be vulnerable to malicious attacks targeting at graph structures. We propose a novel GNN defense algorithm against structural attack…

SFR-GNN: Simple and Fast Robust GNNs against Structural Attacks

2024-08-29 · Xing Ai, Guanyu Zhu, Yulin Zhu, Yu Zheng 외

Graph Neural Networks (GNNs) have demonstrated commendable performance for graph-structured data. Yet, GNNs are often vulnerable to adversarial structural attacks as embedding generation relies on graph topology. Existin…

Contrastive LearningGraph Neural NetworkNode Classification

HyperNetworks with statistical filtering for defending adversarial examples

2017-11-06 · Zhun Sun, Mete Ozay, Takayuki Okatani

Deep learning algorithms have been known to be vulnerable to adversarial perturbations in various tasks such as image classification. This problem was addressed by employing several defense methods for detection and reje…

General Classificationimage-classificationImage Classification

Collective Certified Robustness against Graph Injection Attacks

2024-03-03 · Yuni Lai, Bailin Pan, Kaihuang Chen, Yancheng Yuan 외

We investigate certified robustness for GNNs under graph injection attacks. Existing research only provides sample-wise certificates by verifying each node independently, leading to very limited certifying performance. I…