English

Pre-Train Your Loss: Easy Bayesian Transfer Learning with Informative Priors

Machine Learning 2022-05-23 v1 Computer Vision and Pattern Recognition

Abstract

Deep learning is increasingly moving towards a transfer learning paradigm whereby large foundation models are fine-tuned on downstream tasks, starting from an initialization learned on the source task. But an initialization contains relatively little information about the source task. Instead, we show that we can learn highly informative posteriors from the source task, through supervised or self-supervised approaches, which then serve as the basis for priors that modify the whole loss surface on the downstream task. This simple modular approach enables significant performance gains and more data-efficient learning on a variety of downstream classification and segmentation tasks, serving as a drop-in replacement for standard pre-training strategies. These highly informative priors also can be saved for future use, similar to pre-trained weights, and stand in contrast to the zero-mean isotropic uninformative priors that are typically used in Bayesian deep learning.

Keywords

Cite

@article{arxiv.2205.10279,
  title  = {Pre-Train Your Loss: Easy Bayesian Transfer Learning with Informative Priors},
  author = {Ravid Shwartz-Ziv and Micah Goldblum and Hossein Souri and Sanyam Kapoor and Chen Zhu and Yann LeCun and Andrew Gordon Wilson},
  journal= {arXiv preprint arXiv:2205.10279},
  year   = {2022}
}

Comments

Code available at https://github.com/hsouri/BayesianTransferLearning

R2 v1 2026-06-24T11:23:40.428Z