2018

Learning to Defend by Learning to Attack

Jiang, Haoming, Chen, Zhehui, Shi, Yuyang et al.

Understand

Adversarial training provides a principled approach for training robust neural networks.

  • From an optimization perspective, adversarial training is essentially solving a bilevel optimization problem.
  • The leader problem is trying to learn a robust classifier, while the follower problem is trying to generate adversarial samples.
  • Unfortunately, such a bilevel problem is difficult to solve due to its highly complicated structure.

Reading the bibliography…