Papers › Transferring Knowledge across Learning Processes

Transferring Knowledge across Learning Processes

3 Dec 2018ICLR 2019 5arXiv:1812.01054archive 2025-07-28

Sebastian Flennerhag, Pablo G. Moreno, Neil D. Lawrence, Andreas Damianou

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1812.01054")

Code

Syntology Ran 0 of 14 code samples harvested from 1 repository linked to this paper; 14 have no recorded run.

By repository: community (archive-listed): 14 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

amzn/xfer officialmentioned on GitHubmxnet report
alexub/jax-meta-learning mentioned on GitHubjax report
amzn/metalearn-leap mentioned on GitHubpytorchApache-2.0 report
flennerhag/warpgrad mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 0 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

14unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from amzn/metalearn-leap. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_kwargs amzn/metalearn-leap/src/omniglot/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 62b6e465c6d6a88f · report
clone amzn/metalearn-leap/src/leap/leap/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · b016a00e52862126 · report
clone_state_dict amzn/metalearn-leap/src/leap/leap/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · b29d217be0622622 · report
compute_global_norm amzn/metalearn-leap/src/leap/leap/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · c3e4c7df918ea77f · report
compute_ncorrect amzn/metalearn-leap/src/omniglot/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · e96d229a005e9d51 · report
convert_arg amzn/metalearn-leap/src/omniglot/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · fc9694f7c4cfc1dc · report
gen_job amzn/metalearn-leap/src/omniglot/run_multi.py community (archive-listed) unverified Apache-2.0 (permissive) · 27f9b277cad68406 · report
get_async amzn/metalearn-leap/src/omniglot/run_multi.py community (archive-listed) unverified Apache-2.0 (permissive) · 55501ab84bac6947 · report
get_model_config amzn/metalearn-leap/src/omniglot/run_multi.py community (archive-listed) unverified Apache-2.0 (permissive) · 747bb1ba3659822e · report
load_args amzn/metalearn-leap/src/omniglot/monitor.py community (archive-listed) unverified Apache-2.0 (permissive) · b677d9dfa8aa5ea4 · report
load_results amzn/metalearn-leap/src/omniglot/monitor.py community (archive-listed) unverified Apache-2.0 (permissive) · fe0761d80f06cb62 · report
maml_inner_step amzn/metalearn-leap/src/maml/maml/maml.py community (archive-listed) unverified Apache-2.0 (permissive) · 17f4cb94fa9187ff · report
maml_outer_step amzn/metalearn-leap/src/maml/maml/maml.py community (archive-listed) unverified Apache-2.0 (permissive) · 9457ff7823852fb8 · report
maml_task amzn/metalearn-leap/src/maml/maml/maml.py community (archive-listed) unverified Apache-2.0 (permissive) · 457509c42a86d6ed · report

Tasks

Meta-LearningReinforcement LearningTransfer Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections