A Hybrid Defense Method against Adversarial Attacks on Traffic Sign Classifiers in Autonomous Vehicles
Zadid Khan, Mashrur Chowdhury, Sakib Mahmud Khan

TL;DR
This paper proposes a hybrid defense approach combining transfer learning, random filtering, ensembling, and local feature mapping to improve traffic sign classification robustness against adversarial attacks in autonomous vehicles.
Contribution
It introduces a novel hybrid defense method that enhances DNN resilience to adversarial attacks on traffic sign classifiers using multiple strategies.
Findings
Achieves 99% accuracy without attacks
Maintains 88% accuracy under various adversarial attacks
Outperforms traditional defense methods by up to 55% in accuracy
Abstract
Adversarial attacks can make deep neural network (DNN) models predict incorrect output labels, such as misclassified traffic signs, for autonomous vehicle (AV) perception modules. Resilience against adversarial attacks can help AVs navigate safely on the road by avoiding misclassication of signs or objects. This DNN-based study develops a resilient traffic sign classifier for AVs that uses a hybrid defense method. We use transfer learning to retrain the Inception-V3 and Resnet-152 models as traffic sign classifiers. This method also utilizes a combination of three different strategies: random filtering, ensembling, and local feature mapping. We use the random cropping and resizing technique for random filtering, plurality voting as ensembling strategy and an optical character recognition model as a local feature mapper. This DNN-based hybrid defense method has been tested for the no…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
MethodsAverage Pooling · Max Pooling · Auxiliary Classifier · 1x1 Convolution · Softmax · Label Smoothing · Inception-v3 Module · Dense Connections · Convolution · Dropout
