English

Easy Transfer Learning By Exploiting Intra-domain Structures

Machine Learning 2019-04-11 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

Transfer learning aims at transferring knowledge from a well-labeled domain to a similar but different domain with limited or no labels. Unfortunately, existing learning-based methods often involve intensive model selection and hyperparameter tuning to obtain good results. Moreover, cross-validation is not possible for tuning hyperparameters since there are often no labels in the target domain. This would restrict wide applicability of transfer learning especially in computationally-constraint devices such as wearables. In this paper, we propose a practically Easy Transfer Learning (EasyTL) approach which requires no model selection and hyperparameter tuning, while achieving competitive performance. By exploiting intra-domain structures, EasyTL is able to learn both non-parametric transfer features and classifiers. Extensive experiments demonstrate that, compared to state-of-the-art traditional and deep methods, EasyTL satisfies the Occam's Razor principle: it is extremely easy to implement and use while achieving comparable or better performance in classification accuracy and much better computational efficiency. Additionally, it is shown that EasyTL can increase the performance of existing transfer feature learning methods.

Keywords

Cite

@article{arxiv.1904.01376,
  title  = {Easy Transfer Learning By Exploiting Intra-domain Structures},
  author = {Jindong Wang and Yiqiang Chen and Han Yu and Meiyu Huang and Qiang Yang},
  journal= {arXiv preprint arXiv:1904.01376},
  year   = {2019}
}

Comments

Camera-ready version of IEEE International Conference on Multimedia and Expo (ICME) 2019; code available at http://transferlearning.xyz/code/traditional/EasyTL

R2 v1 2026-06-23T08:26:46.034Z