advertorch
advertorch copied to clipboard
Attack on ensemble models?
Hi, first want to say thanks for your effort to make research much easier!
Recently, some papers, among which i cites two, create adversarial images on multiple models to increase transferability and success rate.
- Skip Connections Matter: On the Transferability of Adversarial Examples Generated with ResNets
- Delving into Transferable Adversarial Examples and Black-box Attacks
I wonder would it be possible to add this feature to this project?
For many cases, predict
and loss_fn
can be modified to represent an ensemble of models. Do you think this might work for your situation?