tensorflow / neural-structured-learning

Training neural models with structured signals.
https://www.tensorflow.org/neural_structured_learning
Apache License 2.0
980 stars 189 forks source link

On adv. robust classifiers having better transfer performance #88

Closed sayakpaul closed 3 years ago

sayakpaul commented 3 years ago

I am referring to this paper: Do Adversarially Robust ImageNet Models Transfer Better? (Salman et al., NeurIPS'20). The authors show that adversarially robust models have better transfer learning performance. They attribute this gain to the following factors:

I think it might be interesting to use nsl to train models on ImageNet-1k and verify how well these observations hold.

DualityGap commented 3 years ago

Interesting, thanks for the nice suggestion, Sayak! Meanwhile, if you have any results, feel free to share.

sayakpaul commented 3 years ago

As an individual, it's currently not possible for me to train ImageNet-1k scale models without having the required resources and guidance. This is why I just wanted to pass this suggestion to the NSL team as I think it would be a very nice use case to apply NSL on.