paper-with-me

Papers

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 algorithms to generate such adversaries. The search space of PGD is dictated by the steepest ascent directions of an objective. Despite the plethora of objective function choices, there is no universally superior option and robustness overestimation may arise from ill-suited objective selection. Driven by this observation, we postulate that the combination of different objectives through a simple loss alternating scheme renders PGD more robust towards design choices. We experimentally verify this assertion on a synthetic-data example and by evaluating our proposed method across 25 different $\ell_{\infty}$-robust models and 3 datasets. The performance improvement is consistent, when compared to the single loss counterparts. In the CIFAR-10 dataset, our strongest adversarial attack outperforms all of the white-box components of AutoAttack (AA) ensemble, as well as the most powerful attacks existing on the literature, achieving state-of-the-art results in the computational budget of our study ($T=100$, no restarts).

📄 PDF Abstract BibTeX arXiv:2212.07992

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

FDA: Feature Disruptive Attack

2019-09-10 · ICCV 2019 10 · Aditya Ganeshan, B. S. Vivek, R. Venkatesh Babu

Though Deep Neural Networks (DNN) show excellent performance across various computer vision tasks, several works show their vulnerability to adversarial samples, i.e., image samples with imperceptible noise engineered to…

Adversarial Attackimage-classificationImage Classification

On the Adversarial Robustness of Camera-based 3D Object Detection

2023-01-25 · Shaoyuan Xie, Zichao Li, Zeyu Wang, Cihang Xie

In recent years, camera-based 3D object detection has gained widespread attention for its ability to achieve high performance with low computational cost. However, the robustness of these methods to adversarial attacks h…

3D Object DetectionAdversarial AttackAdversarial RobustnessAutonomous Driving+4

AdvPrompter: Fast Adaptive Adversarial Prompting for LLMs

2024-04-21 · Anselm Paulus, Arman Zharmagambetov, Chuan Guo, Brandon Amos 외

Large Language Models (LLMs) are vulnerable to jailbreaking attacks that lead to generation of inappropriate or harmful content. Manual red-teaming requires a time-consuming search for adversarial prompts, whereas automa…

MMLURed Teaming

TRAIL: Transferable Robust Adversarial Images via Latent diffusion

2025-05-22 · Yuhao Xue, Zhifei Zhang, Xinyang Jiang, Yifei Shen 외

Adversarial attacks exploiting unrestricted natural perturbations present severe security risks to deep learning systems, yet their transferability across models remains limited due to distribution mismatches between gen…

DenoisingTest-time Adaptation

A2: Efficient Automated Attacker for Boosting Adversarial Training

2022-10-07 · Zhuoer Xu, Guanghui Zhu, Changhua Meng, Shiwen Cui 외

Based on the significant improvement of model robustness by AT (Adversarial Training), various variants have been proposed to further boost the performance. Well-recognized methods have focused on different components of…

Adversarial Defense