adaptive_attacks_paper
adaptive_attacks_paper copied to clipboard
Implementation of the remaining experiments from the paper
Hi, thanks for providing the code. Where can I find the other implementations of the remaining experiments of your paper?
@carlini will add his implementations soon, then we should be complete.
Hi, thanks for your excellent work, but could you complete this repo soon? @wielandbrendel @carlini
I really appreciate your excellent paper and work. @wielandbrendel @carlini
I think I can learn more from this code and the other incomplete implementations.
I tried to attack MMC with the regression loss $|| f(x) - mu ||^2_2$, the results are comparable to the results in the MMC paper. So I'm really interested in how I can attack the MMC model to ~0.5% robust acc.
I really appreciate your excellent paper and work. @wielandbrendel @carlini I think I can learn more from this code and the other incomplete implementations. I tried to attack MMC with the regression loss $|| f(x) - mu ||^2_2$, the results are comparable to the results in the MMC paper. So I'm really interested in how I can attack the MMC model to ~0.5% robust acc.
Oh, I think I get a similar result, while MMC seems not strong but I could not attack MMC to 0.5%, and far from that.
@carlini Is there still a chance, that the remaining implementations will be published here?