最近の研究では、画像認識用の畳み込みニューラルネットワーク(CNN)が慎重に操作された敵対者の例による回避攻撃に対して脆弱であることが示されています。以前の研究は、主に、画像の全体または特定の部分にピクセルレベルの摂動を導入することにより、ソース画像に近い敵対的な例を生成する方法に焦点を当てていました。このペーパーでは、ナンバープレート認識(LPR)のコンテキストでCNN分類器に対する回避攻撃を提案します。これは、ナンバープレートイメージの特定の領域に所定の摂動を追加し、何らかの自然に形成されたスポット(スラッジなど)をシミュレートします。したがって、問題は最適な摂動位置を検索する最適化プロセスとしてモデル化されます。これは、ピクセル値を決定変数として考慮する以前の研究とは異なります。これは複雑な非線形最適化問題であり、遺伝的アルゴリズムに基づくアプローチを使用して最適な摂動位置を取得することに注意してください。実験では、提案されたアルゴリズムを使用して、長方形、円、楕円、スポットクラスターの形でさまざまな敵対的な例を生成します。実験結果は、これらの敵対的な例は人間の目ではほとんど無視されますが、HyperLPRを欺くことができ、攻撃成功率が93%を超えることを示しています。したがって、この種のスポット回避攻撃は、現在のLPRシステムに大きな脅威をもたらすと考えられており、セキュリティコミュニティによるさらなる調査が必要です。
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.