MLLGJun 9, 2015

Estimating Posterior Ratio for Classification: Transfer Learning from Probabilistic Perspective

arXiv:1506.02784v31 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient transfer learning for machine learning practitioners dealing with complex classifiers, though it appears incremental as it builds on existing probabilistic perspectives.

The paper tackles the problem of costly transfer learning in modern classifiers with large parameter spaces by proposing an efficient method that learns only the differences between tasks through a posterior ratio, which minimizes the upper-bound of the target learning risk and allows for easy modeling and training without sharing parameter spaces.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes