chop icon indicating copy to clipboard operation
chop copied to clipboard

CHOP: An optimization library based on PyTorch, with applications to adversarial examples and structured neural network training.

Results 34 chop issues
Sort by recently updated
recently updated
newest added

See project proposal [here](https://andre-martins.github.io/pages/project-examples-for-deep-structured-learning-fall-2019.html).

type:example

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.

Related to curriculum training: make examples easier at first by minimizing over input space. Try to do so especially for hard examples.