LGNov 3, 2020

Meta-learning Transferable Representations with a Single Target Domain

arXiv:2011.01418v16.56 citations
Originality Highly original
AI Analysis

This addresses the challenge of improving transfer learning accuracy for researchers and practitioners in machine learning, though it is incremental as it builds on existing meta-learning and representation learning approaches.

The paper tackled the problem of suboptimal transfer learning by analyzing when fine-tuning and joint training fail, and proposed Meta Representation Learning (MeRLin) to learn transferable features, which empirically outperformed previous state-of-the-art methods on vision and NLP benchmarks.

Recent works found that fine-tuning and joint training---two popular approaches for transfer learning---do not always improve accuracy on downstream tasks. First, we aim to understand more about when and why fine-tuning and joint training can be suboptimal or even harmful for transfer learning. We design semi-synthetic datasets where the source task can be solved by either source-specific features or transferable features. We observe that (1) pre-training may not have incentive to learn transferable features and (2) joint training may simultaneously learn source-specific features and overfit to the target. Second, to improve over fine-tuning and joint training, we propose Meta Representation Learning (MeRLin) to learn transferable features. MeRLin meta-learns representations by ensuring that a head fit on top of the representations with target training data also performs well on target validation data. We also prove that MeRLin recovers the target ground-truth model with a quadratic neural net parameterization and a source distribution that contains both transferable and source-specific features. On the same distribution, pre-training and joint training provably fail to learn transferable features. MeRLin empirically outperforms previous state-of-the-art transfer learning algorithms on various real-world vision and NLP transfer learning benchmarks.

Foundations

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

Your Notes