English

Transferring Knowledge across Learning Processes

Machine Learning 2019-03-25 v3 Artificial Intelligence Neural and Evolutionary Computing Machine Learning

Abstract

In complex transfer learning scenarios new tasks might not be tightly linked to previous tasks. Approaches that transfer information contained only in the final parameters of a source model will therefore struggle. Instead, transfer learning at a higher level of abstraction is needed. We propose Leap, a framework that achieves this by transferring knowledge across learning processes. We associate each task with a manifold on which the training process travels from initialization to final parameters and construct a meta-learning objective that minimizes the expected length of this path. Our framework leverages only information obtained during training and can be computed on the fly at negligible cost. We demonstrate that our framework outperforms competing methods, both in meta-learning and transfer learning, on a set of computer vision tasks. Finally, we demonstrate that Leap can transfer knowledge across learning processes in demanding reinforcement learning environments (Atari) that involve millions of gradient steps.

Keywords

Cite

@article{arxiv.1812.01054,
  title  = {Transferring Knowledge across Learning Processes},
  author = {Sebastian Flennerhag and Pablo G. Moreno and Neil D. Lawrence and Andreas Damianou},
  journal= {arXiv preprint arXiv:1812.01054},
  year   = {2019}
}

Comments

Published as a conference paper at ICLR 2019; 23 pages, 8 figures, 6 tables

R2 v1 2026-06-23T06:30:05.585Z