English

Sample-Specific Noise Injection For Diffusion-Based Adversarial Purification

Computer Vision and Pattern Recognition 2026-02-16 v2 Machine Learning

Abstract

Diffusion-based purification (DBP) methods aim to remove adversarial noise from the input sample by first injecting Gaussian noise through a forward diffusion process, and then recovering the clean example through a reverse generative process. In the above process, how much Gaussian noise is injected to the input sample is key to the success of DBP methods, which is controlled by a constant noise level tt^* for all samples in existing methods. In this paper, we discover that an optimal tt^* for each sample indeed could be different. Intuitively, the cleaner a sample is, the less the noise it should be injected, and vice versa. Motivated by this finding, we propose a new framework, called Sample-specific Score-aware Noise Injection (SSNI). Specifically, SSNI uses a pre-trained score network to estimate how much a data point deviates from the clean data distribution (i.e., score norms). Then, based on the magnitude of score norms, SSNI applies a reweighting function to adaptively adjust tt^* for each sample, achieving sample-specific noise injections. Empirically, incorporating our framework with existing DBP methods results in a notable improvement in both accuracy and robustness on CIFAR-10 and ImageNet-1K, highlighting the necessity to allocate distinct noise levels to different samples in DBP methods. Our code is available at: https://github.com/tmlr-group/SSNI.

Keywords

Cite

@article{arxiv.2506.06027,
  title  = {Sample-Specific Noise Injection For Diffusion-Based Adversarial Purification},
  author = {Yuhao Sun and Jiacheng Zhang and Zesheng Ye and Chaowei Xiao and Feng Liu},
  journal= {arXiv preprint arXiv:2506.06027},
  year   = {2026}
}
R2 v1 2026-07-01T03:03:29.512Z