LGCVMLApr 2, 2019

Easy Transfer Learning By Exploiting Intra-domain Structures

arXiv:1904.01376v2145 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of making transfer learning more accessible and efficient, especially for computationally-constrained devices like wearables, though it is incremental as it builds on existing methods.

The paper tackles the problem of transfer learning requiring intensive model selection and hyperparameter tuning by proposing EasyTL, which eliminates these steps and achieves competitive performance with comparable or better classification accuracy and improved computational efficiency.

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.

Code Implementations1 repo
Foundations

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

Your Notes