paper-with-me

Papers

Fast Adversarial Attacks with Gradient Prediction

2026-05-14 · Kamil Ciosek, Aleksandr V. Petrov, Nicolò Felicioni, Konstantina Palla arxiv

Generating adversarial examples at scale is a core primitive for robustness evaluation, adversarial training, and red-teaming, yet even "fast" attacks such as FGSM remain throughput-limited by the cost of a backward pass. We introduce a family of attacks that eliminates the backward pass by predicting the input gradient from forward-pass hidden states via a lightweight linear regression. The approach is motivated by a kernel view of neural networks and is exact in the Neural Tangent Kernel regime, while remaining effective for practical finite-width models. Empirically, our methods recover much of FGSM's attack performance while using only a small fraction of the time, corresponding to a $532\%$ increase in throughput. These results suggest gradient prediction as a simple and general route to significantly faster adversarial generation under realistic wall-clock constraints.

📄 PDF Abstract BibTeX arXiv:2605.14868

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adversarial Training with Fast Gradient Projection Method against Synonym Substitution based Text Attacks

2020-08-09 · Xiaosen Wang, Yichen Yang, Yihe Deng, Kun He

Adversarial training is the most empirically successful approach in improving the robustness of deep neural networks for image classification.For text classification, however, existing synonym substitution based adversar…

Adversarial AttackImage Classificationtext-classificationText Classification

The Adversarial Security Mitigations of mmWave Beamforming Prediction Models using Defensive Distillation and Adversarial Retraining

2022-02-16 · Murat Kuzlu, Ferhat Ozgur Catak, Umit Cali, Evren Catak 외

The design of a security scheme for beamforming prediction is critical for next-generation wireless networks (5G, 6G, and beyond). However, there is no consensus about protecting the beamforming prediction using deep lea…

Prediction

Adversarial example generation with AdaBelief Optimizer and Crop Invariance

2021-02-07 · Bo Yang, Hengwei Zhang, Yuchen Zhang, Kaiyong Xu 외

Deep neural networks are vulnerable to adversarial examples, which are crafted by applying small, human-imperceptible perturbations on the original images, so as to mislead deep neural networks to output inaccurate predi…

The Dark Side of Digital Twins: Adversarial Attacks on AI-Driven Water Forecasting

2025-04-28 · MohammadHossein Homaei, Victor Gonzalez Morales, Oscar Mogollon-Gutierrez, Andres Caro

Digital twins (DTs) are improving water distribution systems by using real-time data, analytics, and prediction models to optimize operations. This paper presents a DT platform designed for a Spanish water supply network…

Anomaly Detection

Sampling-based Fast Gradient Rescaling Method for Highly Transferable Adversarial Attacks

2022-04-06 · Xu Han, Anmin Liu, Yifeng Xiong, Yanbo Fan 외

Deep neural networks have shown to be very vulnerable to adversarial examples crafted by adding human-imperceptible perturbations to benign inputs. After achieving impressive attack success rates in the white-box setting…