แนวคิดหลัก
Image resampling can enhance adversarial robustness by preserving semantic information while mitigating perturbations.
บทคัดย่อ
The study introduces image resampling as a defense against adversarial attacks. It transforms discrete images into new ones to counter perturbations. The implicit representation-driven method, IRAD, constructs continuous representations and employs SampleNet for pixel-wise shifts. Extensive experiments show significant enhancement in adversarial robustness across diverse models and attacks.
สถิติ
We released our code in https://github.com/tsingqguo/irad.
Nearest neighbor interpolation assigns the value of the nearest existing pixel to the new pixel coordinate.
Bilinear interpolation calculates the new pixel value by taking a weighted average of the surrounding pixels in a bilinear manner.
The PGD attack uses an ϵ value of 8/255 and 100 steps, with a step size 2/255.
คำพูด
"We propose implicit representation-driven image resampling (IRAD) to overcome these limitations."
"Extensive experiments demonstrate that our method significantly enhances the adversarial robustness of diverse deep models against various attacks."