Skip to content

matthewfernst/IdealTrafficSignCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ideal Traffic Sign Images Classification For Convolutional Neural Networks

Abstract

Images easily fool convolutional neural networks with noise. They are not as secure as previously thought. We show this by training a VGG16 model on the Mapillary data set on over 200,000 images. We were able to trick this model into a classification of images that appear to be random noise as 100% confidence prediction of a particular class. Ultimately, we found these ideal images as a result of a random search over the image space. With our small images 32x32x3, we were able to find these relatively quickly and prove the drawbacks of convolutional neural networks and their security.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages