Adversarial Robustness via Random Projection Filters

Abstract

Deep Neural Networks show superior performance in various tasks but are vulnerable to adversarial attacks. Most defense techniques are devoted to the adversarial training strategies, however, it is difficult to achieve satisfactory robust performance only with traditional adversarial training. We mainly attribute it to that aggressive perturbations which lead to the loss increment can always be found via gradient ascent in white-box setting. Although some noises can be involved to prevent attacks from deriving precise gradients on inputs, there exist trade-offs between the defense capability and natural generalization. Taking advantage of the properties of random projection, we propose to replace part of convolutional filters with random projection filters, and theoretically explore the geometric representation preservation of proposed synthesized filters via Johnson-Lindenstrauss lemma. We conduct sufficient evaluation on multiple networks and datasets. The experimental results showcase the superiority of proposed random projection filters to state-of-the-art baselines. The code is available on https://github.com/UniSerj/Random-Projection-Filters.

Cite

Text

Dong and Xu. "Adversarial Robustness via Random Projection Filters." Conference on Computer Vision and Pattern Recognition, 2023. doi:10.1109/CVPR52729.2023.00397

Markdown

[Dong and Xu. "Adversarial Robustness via Random Projection Filters." Conference on Computer Vision and Pattern Recognition, 2023.](https://mlanthology.org/cvpr/2023/dong2023cvpr-adversarial/) doi:10.1109/CVPR52729.2023.00397

BibTeX

@inproceedings{dong2023cvpr-adversarial,
  title     = {{Adversarial Robustness via Random Projection Filters}},
  author    = {Dong, Minjing and Xu, Chang},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2023},
  pages     = {4077-4086},
  doi       = {10.1109/CVPR52729.2023.00397},
  url       = {https://mlanthology.org/cvpr/2023/dong2023cvpr-adversarial/}
}