English

Spot Evasion Attacks: Adversarial Examples for License Plate Recognition Systems with Convolutional Neural Networks

Computer Vision and Pattern Recognition 2019-12-02 v2 Machine Learning Image and Video Processing

Abstract

Recent studies have shown convolution neural networks (CNNs) for image recognition are vulnerable to evasion attacks with carefully manipulated adversarial examples. Previous work primarily focused on how to generate adversarial examples closed to source images, by introducing pixel-level perturbations into the whole or specific part of images. In this paper, we propose an evasion attack on CNN classifiers in the context of License Plate Recognition (LPR), which adds predetermined perturbations to specific regions of license plate images, simulating some sort of naturally formed spots (such as sludge, etc.). Therefore, the problem is modeled as an optimization process searching for optimal perturbation positions, which is different from previous work that consider pixel values as decision variables. Notice that this is a complex nonlinear optimization problem, and we use a genetic-algorithm based approach to obtain optimal perturbation positions. In experiments, we use the proposed algorithm to generate various adversarial examples in the form of rectangle, circle, ellipse and spots cluster. Experimental results show that these adversarial examples are almost ignored by human eyes, but can fool HyperLPR with high attack success rate over 93%. Therefore, we believe that this kind of spot evasion attacks would pose a great threat to current LPR systems, and needs to be investigated further by the security community.

Keywords

Cite

@article{arxiv.1911.00927,
  title  = {Spot Evasion Attacks: Adversarial Examples for License Plate Recognition Systems with Convolutional Neural Networks},
  author = {Ya-guan Qian and Dan-feng Ma and Bin Wang and Jun Pan and Jia-min Wang and Jian-hai Chen and Wu-jie Zhou and Jing-sheng Lei},
  journal= {arXiv preprint arXiv:1911.00927},
  year   = {2019}
}

Comments

26 pages, 16 figures

R2 v1 2026-06-23T12:03:26.478Z