Edge-Based Learning for Improved Classification Under Adversarial Noise
Manish Kansana, Keyan Alexander Rahimi, Elias Hossain, Iman Dehzangi, Noorbakhsh Amiri Golilarz
TL;DR
This work tackles the vulnerability of image classifiers to adversarial noise by investigating edge-based representations as a robustness cue. It propos es a pipeline that combines FGSM-generated perturbations, Canny edge maps, and a retraining regime on mixed clean/noisy data to assess edge-based resilience. Empirical evaluations on MRI brain tumor and COVID chest X-ray datasets show that models trained on edge representations exhibit superior robustness to adversarial perturbations across multiple architectures, with additional gains achieved through retraining. The results indicate edge-aware learning as a practical defense for critical medical imaging tasks, potentially improving reliability in real-world deployments.
Abstract
Adversarial noise introduces small perturbations in images, misleading deep learning models into misclassification and significantly impacting recognition accuracy. In this study, we analyzed the effects of Fast Gradient Sign Method (FGSM) adversarial noise on image classification and investigated whether training on specific image features can improve robustness. We hypothesize that while adversarial noise perturbs various regions of an image, edges may remain relatively stable and provide essential structural information for classification. To test this, we conducted a series of experiments using brain tumor and COVID datasets. Initially, we trained the models on clean images and then introduced subtle adversarial perturbations, which caused deep learning models to significantly misclassify the images. Retraining on a combination of clean and noisy images led to improved performance. To evaluate the robustness of the edge features, we extracted edges from the original/clean images and trained the models exclusively on edge-based representations. When noise was introduced to the images, the edge-based models demonstrated greater resilience to adversarial attacks compared to those trained on the original or clean images. These results suggest that while adversarial noise is able to exploit complex non-edge regions significantly more than edges, the improvement in the accuracy after retraining is marginally more in the original data as compared to the edges. Thus, leveraging edge-based learning can improve the resilience of deep learning models against adversarial perturbations.
