Adapted Deep Embeddings: A Synthesis of Methods for $k$-Shot Inductive Transfer Learning
Tyler R. Scott, Karl Ridgeway, Michael C. Mozer

TL;DR
This paper compares and combines methods from transfer learning, deep metric learning, and few-shot learning, demonstrating that hybrid adapted-embedding approaches significantly improve performance in $k$-shot inductive transfer tasks.
Contribution
It systematically evaluates and unifies three transfer learning paradigms, introducing hybrid adapted-embedding methods that outperform existing approaches in various domains.
Findings
Deep embeddings outperform weight transfer for transfer learning.
Hybrid adapted-embedding methods reduce error by 34% on average.
Histogram loss is the most robust for learning embeddings.
Abstract
The focus in machine learning has branched beyond training classifiers on a single task to investigating how previously acquired knowledge in a source domain can be leveraged to facilitate learning in a related target domain, known as inductive transfer learning. Three active lines of research have independently explored transfer learning using neural networks. In weight transfer, a model trained on the source domain is used as an initialization point for a network to be trained on the target domain. In deep metric learning, the source domain is used to construct an embedding that captures class structure in both the source and target domains. In few-shot learning, the focus is on generalizing well in the target domain based on a limited number of labeled examples. We compare state-of-the-art methods from these three paradigms and also explore hybrid adapted-embedding methods that use…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
