chop icon indicating copy to clipboard operation
chop copied to clipboard

Bells and whistles for attacks / nonconvex solvers

Open GeoffNN opened this issue 5 years ago • 0 comments

It has been shown that various improvements on textbook optimization methods allow for notable gains in attack performance. This should be implemented either in the Attacker class or directly in the optimize_method functions.

  • [ ] Random restarts
  • [ ] Backtracking line-search
  • [ ] Stop when adversarial example is misclassified. This could be implemented in a callback passed to optimize_method.
  • [ ] use_best option for all methods

GeoffNN avatar Nov 25 '20 01:11 GeoffNN