Attacking machine learning with adversarial examples
Summary
This article examines adversarial attacks on machine learning models and demonstrates why gradient masking—a defensive technique that attempts to deny attackers access to useful gradients—is fundamentally ineffective. The paper shows that attackers can circumvent gradient masking by training substitute models that mimic the defended model's behavior, making the defense strategy ultimately futile.
View Cached Full Text
Cached at: 04/20/26, 02:45 PM
Similar Articles
Adversarial attacks on neural network policies
OpenAI researchers demonstrate that adversarial attacks, previously studied in computer vision, are also effective against neural network policies in reinforcement learning, showing significant performance degradation even with small imperceptible perturbations in white-box and black-box settings.
When Actions Disappear: Adversarial Action Removal in Self-Play Reinforcement Learning
This paper studies adversarial action masking in self-play reinforcement learning, where an attacker selectively removes legal actions from a victim's action set. The attack is shown to be significantly more damaging than random masking or perturbation baselines across multiple environments and algorithms, and victims do not recover under extended training.
When Background Matters: Breaking Medical Vision Language Models by Transferable Attack
MedFocusLeak introduces the first transferable black-box adversarial attack on medical vision-language models, using imperceptible background perturbations to mislead clinical diagnoses across six imaging modalities.
Adversarial Attacks for Good: A Survey of Proactive Protection across the Visual Content Lifecycle
A survey of 'adversarial attacks for good', examining proactive protections applied across the visual content lifecycle to disrupt unauthorized AI automation and support accountability, covering five research communities such as privacy filters, unlearnable examples, generative safeguards, adversarial CAPTCHAs, and provenance mechanisms.
Rethinking the Transferable Adversarial Attacks and Robust Defense in Federated Learning
This paper analyzes the transferability of adversarial attacks in federated learning systems and proposes a defense mechanism based on adversarial training to enhance model robustness.