11 ms·
>I'm curious whether training the network by adding noise and other mutations to the set would make the network more resilient to this attacks. In other words,
by avaxzat 9y ago
>I'm curious whether training the network by adding noise and other mutations to the set would make the network more resilient to this attacks. In other words, it's the training set or the network architecture that's vulnerable here?
This is called adversarial training and is currently the most popular technique for protecting neural networks against this type of attack. That being said, it doesn't work as well as one would hope: the adversarially trained models are usually still vulnerable to other attacks.