TL;DR
Attention-based defenses in Vision Transformers (ViT) can be misled by adversarial decoys, which are strategically crafted inputs. These decoys exploit the model's attention mechanisms to divert focus away from actual adversarial examples.
✦ Why It Matters
Engineers should consider integrating adversarial decoy detection mechanisms into their ViT models to improve security.
Key Takeaways
How It Works
Adversarial decoys are optimized independently from the main adversarial attack, allowing them to redirect attention towards specific target tokens. By increasing the attention scores of these tokens, the decoys effectively mislead defenses that rely on attention magnitude to identify adversarial regions.
This decoupling of objectives enables the original adversarial attack to remain potent while the decoys manipulate the attention ranking.
Related