This visualization demonstrates how adversarial patches can fool object detection models
An adversarial patch is a carefully crafted image that, when placed within a scene, causes object detection models to make incorrect predictions.
The Projected Gradient Descent (PGD) algorithm gradually modifies the patch to maximize the model's error:
Targeted attacks aim to make the model predict a specific incorrect class, while untargeted attacks simply try to prevent detection of the real object.