CRCVFeb 18, 2018

DARTS: Deceiving Autonomous Cars with Toxic Signs

arXiv:1802.06430v3250 citations
Originality Highly original
AI Analysis

This addresses critical safety risks for autonomous vehicles by exposing new attack vectors that could lead to accidents or service disruptions, representing a novel security advancement rather than an incremental improvement.

The paper tackles security vulnerabilities in autonomous car sign recognition systems by proposing DARTS, which introduces Out-of-Distribution and Lenticular Printing attacks to create toxic signs that deceive classifiers, showing these attacks succeed in virtual and real-world settings under white-box and black-box threat models, with Out-of-Distribution attacks outperforming In-Distribution ones against adversarial training defenses.

Sign recognition is an integral part of autonomous cars. Any misclassification of traffic signs can potentially lead to a multitude of disastrous consequences, ranging from a life-threatening accident to even a large-scale interruption of transportation services relying on autonomous cars. In this paper, we propose and examine security attacks against sign recognition systems for Deceiving Autonomous caRs with Toxic Signs (we call the proposed attacks DARTS). In particular, we introduce two novel methods to create these toxic signs. First, we propose Out-of-Distribution attacks, which expand the scope of adversarial examples by enabling the adversary to generate these starting from an arbitrary point in the image space compared to prior attacks which are restricted to existing training/test data (In-Distribution). Second, we present the Lenticular Printing attack, which relies on an optical phenomenon to deceive the traffic sign recognition system. We extensively evaluate the effectiveness of the proposed attacks in both virtual and real-world settings and consider both white-box and black-box threat models. Our results demonstrate that the proposed attacks are successful under both settings and threat models. We further show that Out-of-Distribution attacks can outperform In-Distribution attacks on classifiers defended using the adversarial training defense, exposing a new attack vector for these defenses.

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