paper-with-me

홈 › Papers

Adapted Deep Embeddings: A Synthesis of Methods for k-Shot Inductive Transfer Learning

2018-12-01 · NeurIPS 2018 12 · Tyler Scott, Karl Ridgeway, Michael C. Mozer

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 limited target-domain data to fine tune embeddings constructed from source-domain data. We conduct a systematic comparison of methods in a variety of domains, varying the number of labeled instances available in the target domain (k), as well as the number of target-domain classes. We reach three principal conclusions: (1) Deep embeddings are far superior, compared to weight transfer, as a starting point for inter-domain transfer or model re-use (2) Our hybrid methods robustly outperform every few-shot learning and every deep metric learning method previously proposed, with a mean error reduction of 34% over state-of-the-art. (3) Among loss functions for discovering embeddings, the histogram loss (Ustinova & Lempitsky, 2016) is most robust. We hope our results will motivate a unification of research in weight transfer, deep metric learning, and few-shot learning.

📄 PDF Abstract BibTeX

Code (1)

tylersco/adapted_deep_embeddings 공식 구현 tf

Tasks

Few-Shot LearningMetric LearningTransfer Learning

Similar Papers 제목 키워드 기반

Adapted Deep Embeddings: A Synthesis of Methods for $k$-Shot Inductive Transfer Learning

2018-05-22 · Tyler R. Scott, Karl Ridgeway, Michael C. Mozer

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 do…

Few-Shot LearningMetric LearningTransfer Learning

The inductive theory of natural selection: summary and synthesis

2014-12-03 · Steven A. Frank

The theory of natural selection has two forms. Deductive theory describes how populations change over time. One starts with an initial population and some rules for change. From those assumptions, one calculates the futu…

Inductive Generalization in Reinforcement Learning from Specifications

2024-06-05 · Vignesh Subramanian, Rohit Kushwah, Subhajit Roy, Suguman Bansal

We present a novel inductive generalization framework for RL from logical specifications. Many interesting tasks in RL environments have a natural inductive structure. These inductive tasks have similar overarching goals…

reinforcement-learningReinforcement Learning

TRIX: A More Expressive Model for Zero-shot Domain Transfer in Knowledge Graphs

2025-02-26 · Yucheng Zhang, Beatrice Bevilacqua, Mikhail Galkin, Bruno Ribeiro

Fully inductive knowledge graph models can be trained on multiple domains and subsequently perform zero-shot knowledge graph completion (KGC) in new unseen domains. This is an important capability towards the goal of hav…

Knowledge Graph CompletionKnowledge GraphsRelationRelation Prediction+1

Few-shot link prediction via graph neural networks for Covid-19 drug-repurposing

2020-07-20 · Vassilis N. Ioannidis, Da Zheng, George Karypis

Predicting interactions among heterogenous graph structured data has numerous applications such as knowledge graph completion, recommendation systems and drug discovery. Often times, the links to be predicted belong to r…

Drug DiscoveryFew-Shot LearningGraph LearningKnowledge Graph Completion+3