A study on the deviations in performance of FNNs and CNNs in the realm of grayscale adversarial images
Durga Shree Nagabushanam, Steve Mathew, Chiranji Lal Chowdhary

TL;DR
This study compares the robustness of FNNs and CNNs on noisy grayscale images, revealing FNNs maintain high accuracy under noise while CNNs are more vulnerable, especially with deeper architectures.
Contribution
It provides a comparative analysis of FNNs and CNNs on noisy MNIST images, highlighting FNNs' superior noise robustness and modeling accuracy trends.
Findings
FNNs maintain over 85% accuracy regardless of noise level
CNN accuracy drops significantly with increased convolutions under noise
Deeper CNNs show slower accuracy decline compared to shallower ones
Abstract
Neural Networks are prone to having lesser accuracy in the classification of images with noise perturbation. Convolutional Neural Networks, CNNs are known for their unparalleled accuracy in the classification of benign images. But our study shows that they are extremely vulnerable to noise addition while Feed-forward Neural Networks, FNNs show very less correspondence with noise perturbation, maintaining their accuracy almost undisturbed. FNNs are observed to be better at classifying noise-intensive, single-channeled images that are just sheer noise to human vision. In our study, we have used the hand-written digits dataset, MNIST with the following architectures: FNNs with 1 and 2 hidden layers and CNNs with 3, 4, 6 and 8 convolutions and analyzed their accuracies. FNNs stand out to show that irrespective of the intensity of noise, they have a classification accuracy of more than 85%.…
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
TopicsImage Processing Techniques and Applications · Advanced Neural Network Applications · AI in cancer detection
