CVJan 8

Higher-Order Adversarial Patches for Real-Time Object Detectors

arXiv:2601.04991v1h-index: 11Has Code
Originality Incremental advance
AI Analysis

This work addresses security vulnerabilities in real-time object detectors, which is an incremental contribution to adversarial machine learning.

The paper tackles the problem of higher-order adversarial attacks on object detectors, showing that these attacks generalize better than lower-order ones and that adversarial training alone is insufficient to defend against them, with results indicating stronger generalization capacity.

Higher-order adversarial attacks can directly be considered the result of a cat-and-mouse game -- an elaborate action involving constant pursuit, near captures, and repeated escapes. This idiom describes the enduring circular training of adversarial attack patterns and adversarial training the best. The following work investigates the impact of higher-order adversarial attacks on object detectors by successively training attack patterns and hardening object detectors with adversarial training. The YOLOv10 object detector is chosen as a representative, and adversarial patches are used in an evasion attack manner. Our results indicate that higher-order adversarial patches are not only affecting the object detector directly trained on but rather provide a stronger generalization capacity compared to lower-order adversarial patches. Moreover, the results highlight that solely adversarial training is not sufficient to harden an object detector efficiently against this kind of adversarial attack. Code: https://github.com/JensBayer/HigherOrder

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes