🤖 AI Summary
Existing diffusion-based purification methods employ uniform noise injection, which often corrupts benign pixels and undermines defense efficacy. To address this, we propose a model-interpretability-driven heterogeneous noise purification strategy: high-intensity noise is selectively injected into regions of high neural saliency—where the target model exhibits strong activation—while low-intensity noise is preserved in low-saliency regions, thereby precisely suppressing adversarial perturbations. We further introduce a novel single-step adaptive resampling framework that integrates neural saliency analysis, customized diffusion scheduling, and a lightweight noise intensity modulation module. Evaluated on three standard benchmarks, our method achieves a 12.7% improvement in robust accuracy over state-of-the-art adversarial training and purification approaches. Moreover, it significantly reduces computational overhead—both inference time and GPU memory consumption—without compromising purification fidelity, thus achieving an optimal trade-off between robustness and efficiency.
📝 Abstract
Existing diffusion-based purification methods aim to disrupt adversarial perturbations by introducing a certain amount of noise through a forward diffusion process, followed by a reverse process to recover clean examples. However, this approach is fundamentally flawed: the uniform operation of the forward process across all pixels compromises normal pixels while attempting to combat adversarial perturbations, resulting in the target model producing incorrect predictions. Simply relying on low-intensity noise is insufficient for effective defense. To address this critical issue, we implement a heterogeneous purification strategy grounded in the interpretability of neural networks. Our method decisively applies higher-intensity noise to specific pixels that the target model focuses on while the remaining pixels are subjected to only low-intensity noise. This requirement motivates us to redesign the sampling process of the diffusion model, allowing for the effective removal of varying noise levels. Furthermore, to evaluate our method against strong adaptative attack, our proposed method sharply reduces time cost and memory usage through a single-step resampling. The empirical evidence from extensive experiments across three datasets demonstrates that our method outperforms most current adversarial training and purification techniques by a substantial margin.