English

Renofeation: A Simple Transfer Learning Method for Improved Adversarial Robustness

Machine Learning 2021-04-30 v2 Cryptography and Security Computer Vision and Pattern Recognition Machine Learning

Abstract

Fine-tuning through knowledge transfer from a pre-trained model on a large-scale dataset is a widely spread approach to effectively build models on small-scale datasets. In this work, we show that a recent adversarial attack designed for transfer learning via re-training the last linear layer can successfully deceive models trained with transfer learning via end-to-end fine-tuning. This raises security concerns for many industrial applications. In contrast, models trained with random initialization without transfer are much more robust to such attacks, although these models often exhibit much lower accuracy. To this end, we propose noisy feature distillation, a new transfer learning method that trains a network from random initialization while achieving clean-data performance competitive with fine-tuning. Code available at https://github.com/cmu-enyac/Renofeation.

Keywords

Cite

@article{arxiv.2002.02998,
  title  = {Renofeation: A Simple Transfer Learning Method for Improved Adversarial Robustness},
  author = {Ting-Wu Chin and Cha Zhang and Diana Marculescu},
  journal= {arXiv preprint arXiv:2002.02998},
  year   = {2021}
}

Comments

2021 IEEE CVPR Workshop on Fair, Data Efficient and Trusted Computer Vision

R2 v1 2026-06-23T13:34:45.195Z