2018

CAAD 2018: Generating Transferable Adversarial Examples

Sharma, Yash, Le, Tien-Dung, Alzantot, Moustafa

Understand

Deep neural networks (DNNs) are vulnerable to adversarial examples, perturbations carefully crafted to fool the targeted DNN, in both the non-targeted and targeted case.

  • In the non-targeted case, the attacker simply aims to induce misclassification.
  • In the targeted case, the attacker aims to induce classification to a specified target class.
  • In addition, it has been observed that strong adversarial examples can transfer to unknown models, yielding a serious security concern.

Reading the bibliography…