English

Estimating Posterior Ratio for Classification: Transfer Learning from Probabilistic Perspective

Machine Learning 2015-10-20 v3 Machine Learning

Abstract

Transfer learning assumes classifiers of similar tasks share certain parameter structures. Unfortunately, modern classifiers uses sophisticated feature representations with huge parameter spaces which lead to costly transfer. Under the impression that changes from one classifier to another should be ``simple'', an efficient transfer learning criteria that only learns the ``differences'' is proposed in this paper. We train a \emph{posterior ratio} which turns out to minimizes the upper-bound of the target learning risk. The model of posterior ratio does not have to share the same parameter space with the source classifier at all so it can be easily modelled and efficiently trained. The resulting classifier therefore is obtained by simply multiplying the existing probabilistic-classifier with the learned posterior ratio.

Keywords

Cite

@article{arxiv.1506.02784,
  title  = {Estimating Posterior Ratio for Classification: Transfer Learning from Probabilistic Perspective},
  author = {Song Liu and Kenji Fukumizu},
  journal= {arXiv preprint arXiv:1506.02784},
  year   = {2015}
}

Comments

Revision Comments: The proofs were corrected from a few mistakes. The title and the introduction was changed. We have also re-run a few experiments

R2 v1 2026-06-22T09:49:52.204Z