Non-Uniform Illumination Attack for Fooling Convolutional Neural Networks
Akshay Jain, Shiv Ram Dubey, Satish Kumar Singh, KC Santosh, Bidyut, Baran Chaudhuri

TL;DR
This paper introduces a novel Non-Uniform Illumination (NUI) attack method that significantly reduces CNN classification accuracy, and proposes a defense strategy by augmenting training data with NUI-affected images to improve robustness.
Contribution
The study presents a new NUI attack technique and demonstrates its effectiveness, along with a defense strategy that enhances CNN robustness against such illumination-based manipulations.
Findings
NUI attacks cause substantial accuracy drops in CNNs.
Training with NUI-augmented images improves model resilience.
CNNs remain vulnerable under non-uniform illumination conditions.
Abstract
Convolutional Neural Networks (CNNs) have made remarkable strides; however, they remain susceptible to vulnerabilities, particularly in the face of minor image perturbations that humans can easily recognize. This weakness, often termed as 'attacks', underscores the limited robustness of CNNs and the need for research into fortifying their resistance against such manipulations. This study introduces a novel Non-Uniform Illumination (NUI) attack technique, where images are subtly altered using varying NUI masks. Extensive experiments are conducted on widely-accepted datasets including CIFAR10, TinyImageNet, and CalTech256, focusing on image classification with 12 different NUI attack models. The resilience of VGG, ResNet, MobilenetV3-small and InceptionV3 models against NUI attacks are evaluated. Our results show a substantial decline in the CNN models' classification accuracy when…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning
MethodsKaiming Initialization · Convolution · Average Pooling · Softmax · Dropout · Dense Connections · Global Average Pooling · Max Pooling
