Reversing Skin Cancer Adversarial Examples by Multiscale Diffusive and Denoising Aggregation Mechanism
Yongwei Wang, Yuan Li, Zhiqi Shen, Yuhui Qiao
TL;DR
This work tackles the vulnerability of skin cancer diagnosis models to adversarial attacks by introducing MDDA, a model- and attack-agnostic defense that reverses adversarial perturbations through a multiscale diffusion-denoising-aggregation pipeline. By constructing an image pyramid and applying iterative small-noise diffusion, followed by ROF-based denoising and cross-scale aggregation, the method gradually moves adversarial examples back toward the clean manifold without requiring retraining or model access. Experimental results on the ISIC 2019 dataset show that MDDA outperforms baseline defenses under white-box and cross-architectural attacks, with particular strength against strong perturbations, though clean accuracy can decline for heavily perturbed inputs. The approach offers a practical, resource-efficient defense suitable for edge deployments in medical imaging, with potential extensions to other modalities and detectors for further improvement.
Abstract
Reliable skin cancer diagnosis models play an essential role in early screening and medical intervention. Prevailing computer-aided skin cancer classification systems employ deep learning approaches. However, recent studies reveal their extreme vulnerability to adversarial attacks -- often imperceptible perturbations to significantly reduce the performances of skin cancer diagnosis models. To mitigate these threats, this work presents a simple, effective, and resource-efficient defense framework by reverse engineering adversarial perturbations in skin cancer images. Specifically, a multiscale image pyramid is first established to better preserve discriminative structures in the medical imaging domain. To neutralize adversarial effects, skin images at different scales are then progressively diffused by injecting isotropic Gaussian noises to move the adversarial examples to the clean image manifold. Crucially, to further reverse adversarial noises and suppress redundant injected noises, a novel multiscale denoising mechanism is carefully designed that aggregates image information from neighboring scales. We evaluated the defensive effectiveness of our method on ISIC 2019, a largest skin cancer multiclass classification dataset. Experimental results demonstrate that the proposed method can successfully reverse adversarial perturbations from different attacks and significantly outperform some state-of-the-art methods in defending skin cancer diagnosis models.
