Attention-Aware Temporal Adversarial Shadows on Traffic Sign Sequences
Key Contributions & Takeaways
A self-driving car reads a traffic sign across a stream of frames as it drives closer, not from a single snapshot. This paper shows that a plain cast shadow, with no sticker or printed patch, can hold that sign at the wrong label for most of the approach. The trick is to evolve one shadow that falls exactly where the classifier is looking, then measure the attack over the whole clip rather than one lucky frame.
- The first shadow attack that works over a whole sequence. Prior attacks fool a single still frame. This casts one shadow whose scale grows across all 30 frames, like natural shading on an approaching sign, so it stays plausible while the classifier stays wrong frame after frame.
- It aims at the model’s attention, not just its label. A term based on DINO ViT attention maps steers the shadow onto the exact region the model relies on. That adds 11 to 18% attack success and, surprisingly, produces smaller, less visible shadows than a label-only attack.
- A metric built for video, not snapshots. Sequence-Level Attack Success (SL-ASR) counts an attack as a win only when at least τ of the 30 frames flip, capturing persistence that single-frame scores miss. On GTSRB it reaches 52.3 to 87.5%.
Earlier shadow attacks fool a sign in one still frame. But a car sees the same sign in a stream of frames as it drives closer, and a filter that compares frames can shrug off a one-off glitch.
Cast one shadow that grows across the whole sequence, like natural shading on an approaching sign. A genetic algorithm shapes it to both flip the label and land where the model looks.
The attack flips a sign across most of the sequence 52.3–87.5% of the time. Aiming at the model’s attention adds 11–18% and, oddly, makes the shadows smaller.
Evaluated on GTSRB: 1,306 traffic-sign sequences of 30 frames each across 43 classes, split 85/15 at the sequence level. The attacked classifier is a GTSRB-CNN (97.3% clean accuracy); attention comes from a fine-tuned DINO ViT-small (6 heads, final layer, 128×128 map). Shadows are searched by a genetic algorithm with early stopping. The diagrams above rebuild the paper’s Figures 1–4 in this site’s style; the exact tables and equations are in the PDF.
“A single moving shadow, shaped to fall exactly where the model looks, can flip a traffic sign's label across a whole video, not just one frame, up to 87.5% of the time.”