Adversarial Decoys: Misdirecting Attention-Based Defenses in ViT

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Expert, extended

Summary

Adversarial Decoys introduces independently optimized image patches designed to misdirect attention-based defenses in Vision Transformers (ViTs). These decoys exploit the strong coupling between attention and adversarial effectiveness, redirecting high attention scores away from the true adversarial region. The approach decouples the misclassification objective from defense evasion: an original adversarial region induces incorrect predictions, while a separate decoy manipulates the attention ranking used by the defense. A layer-wise objective increases target-token attention and promotes these tokens above competing non-target ones. Experiments on ImageNet across DeiT-B/16-224, ViT-B/16-224, and ViT-S/16-224 architectures demonstrate that decoys significantly reduce the effectiveness of defenses like ARMRO, often causing defended accuracy drops exceeding 40%. The method is attack-agnostic and, in budget-matched scenarios, proves more effective than allocating the entire budget to adversarial tokens alone.

Key takeaway

For AI Security Engineers developing or evaluating Vision Transformer defenses, this research highlights a critical vulnerability: attention-based suppression mechanisms can be effectively misdirected. You should re-evaluate current defense strategies, as simply identifying high-attention tokens is insufficient. Consider developing more robust defenses that analyze token contributions beyond mere attention magnitude, or integrate decoy-aware training to harden models against such sophisticated evasion techniques.

Key insights

Attention-based ViT defenses can be bypassed by "adversarial decoys" that redirect attention away from the actual attack.

Principles

Method

Decoy patches are optimized with a layer-wise objective to increase target-token attention and promote their ranking dominance, then combined with a pre-optimized localized adversarial attack.

In practice

Topics

Code references

Best for: Research Scientist, Computer Vision Engineer, AI Scientist, AI Security Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.