Non-Uniform Illumination Attack for Fooling Convolutional Neural Networks
Akshay Jain, Shiv Ram Dubey, Satish Kumar Singh, KC Santosh, Bidyut Baran Chaudhuri
TL;DR
The paper addresses CNN robustness under non-uniform illumination perturbations by introducing a data-independent NUI attack built from 12 masks and a perturbation weight $k$. It evaluates the attack across CIFAR10, TinyImageNet, and CalTech256 on VGG, ResNet, MobileNetV3-small, and InceptionV3, revealing substantial accuracy declines under several masks. It then proposes NUI-based data augmentation during training as a defense and shows significant robustness gains on perturbed test sets. The findings highlight a practical vulnerability of CNNs to illumination-related perturbations and provide a scalable defense to improve resilience in real-world vision systems.
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 subjected to NUI attacks, indicating their vulnerability under non-uniform illumination. To mitigate this, a defense strategy is proposed, including NUI-attacked images, generated through the new NUI transformation, into the training set. The results demonstrate a significant enhancement in CNN model performance when confronted with perturbed images affected by NUI attacks. This strategy seeks to bolster CNN models' resilience against NUI attacks.
