chop icon indicating copy to clipboard operation
chop copied to clipboard

Implement model based constraints for adversarial training

Open GeoffNN opened this issue 4 years ago • 0 comments

Replace $\max_\delta \mathcal L(f_\theta(x + \delta), y)$ with $\max_{g\in \mathcal G} L(f_\theta(g(x), y))$

Example: filter based models where $g$ is a piece-wise linear function.

GeoffNN avatar Jan 26 '21 22:01 GeoffNN