2022
Fine-Tuning can Distort Pretrained Features and Underperform Out-of-Distribution
ICLR 2022oral
When transferring a pretrained model to a downstream task, two popular methods are full fine-tuning (updating all the model parameters) and linear probing (updating only the last linear layer---the "head"). It is well known that fine-tuning leads to better accuracy in-distribution (ID). However, in…