CVAICRLGDec 12, 2022

REAP: A Large-Scale Realistic Adversarial Patch Benchmark

arXiv:2212.05680v231 citationsh-index: 27Has Code
AI Analysis

This addresses a critical threat to cyber-physical systems like autonomous cars by providing a more realistic benchmark for adversarial patch research, though it is incremental as it builds on existing datasets and methods.

The authors tackled the problem of evaluating adversarial patch attacks in realistic conditions by creating the REAP benchmark, which uses over 14,000 traffic signs with geometric and lighting transformations to apply patches digitally, and found that such attacks may be less effective than previously thought, with success rates in digital simulations not predicting real-world effectiveness.

Machine learning models are known to be susceptible to adversarial perturbation. One famous attack is the adversarial patch, a sticker with a particularly crafted pattern that makes the model incorrectly predict the object it is placed on. This attack presents a critical threat to cyber-physical systems that rely on cameras such as autonomous cars. Despite the significance of the problem, conducting research in this setting has been difficult; evaluating attacks and defenses in the real world is exceptionally costly while synthetic data are unrealistic. In this work, we propose the REAP (REalistic Adversarial Patch) benchmark, a digital benchmark that allows the user to evaluate patch attacks on real images, and under real-world conditions. Built on top of the Mapillary Vistas dataset, our benchmark contains over 14,000 traffic signs. Each sign is augmented with a pair of geometric and lighting transformations, which can be used to apply a digitally generated patch realistically onto the sign. Using our benchmark, we perform the first large-scale assessments of adversarial patch attacks under realistic conditions. Our experiments suggest that adversarial patch attacks may present a smaller threat than previously believed and that the success rate of an attack on simpler digital simulations is not predictive of its actual effectiveness in practice. We release our benchmark publicly at https://github.com/wagner-group/reap-benchmark.

Code Implementations1 repo
Foundations

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

Your Notes