English

Defending against Adversarial Images using Basis Functions Transformations

Machine Learning 2018-04-18 v3 Machine Learning

Abstract

We study the effectiveness of various approaches that defend against adversarial attacks on deep networks via manipulations based on basis function representations of images. Specifically, we experiment with low-pass filtering, PCA, JPEG compression, low resolution wavelet approximation, and soft-thresholding. We evaluate these defense techniques using three types of popular attacks in black, gray and white-box settings. Our results show JPEG compression tends to outperform the other tested defenses in most of the settings considered, in addition to soft-thresholding, which performs well in specific cases, and yields a more mild decrease in accuracy on benign examples. In addition, we also mathematically derive a novel white-box attack in which the adversarial perturbation is composed only of terms corresponding a to pre-determined subset of the basis functions, of which a "low frequency attack" is a special case.

Cite

@article{arxiv.1803.10840,
  title  = {Defending against Adversarial Images using Basis Functions Transformations},
  author = {Uri Shaham and James Garritano and Yutaro Yamada and Ethan Weinberger and Alex Cloninger and Xiuyuan Cheng and Kelly Stanton and Yuval Kluger},
  journal= {arXiv preprint arXiv:1803.10840},
  year   = {2018}
}

Comments

added link to GitHub repository

R2 v1 2026-06-23T01:08:16.617Z