# Meta-Learning via Learned Loss

**Authors:** Sarah Bechtle, Artem Molchanov, Yevgen Chebotar, Edward Grefenstette,, Ludovic Righetti, Gaurav Sukhatme, Franziska Meier

arXiv: 1906.05374 · 2021-01-20

## TL;DR

This paper introduces a meta-learning approach to automatically learn loss functions that enhance training speed and robustness across various tasks and models, outperforming traditional task-specific losses.

## Contribution

It presents a novel meta-learning framework for learning parametric loss functions that generalize across tasks and architectures, improving training outcomes.

## Key findings

- Learned losses outperform original task-specific losses in supervised learning.
- Meta-learned losses improve performance in reinforcement learning tasks.
- The framework can incorporate additional meta-train information for better generalization.

## Abstract

Typically, loss functions, regularization mechanisms and other important aspects of training parametric models are chosen heuristically from a limited set of options. In this paper, we take the first step towards automating this process, with the view of producing models which train faster and more robustly. Concretely, we present a meta-learning method for learning parametric loss functions that can generalize across different tasks and model architectures. We develop a pipeline for meta-training such loss functions, targeted at maximizing the performance of the model trained under them. The loss landscape produced by our learned losses significantly improves upon the original task-specific losses in both supervised and reinforcement learning tasks. Furthermore, we show that our meta-learning framework is flexible enough to incorporate additional information at meta-train time. This information shapes the learned loss function such that the environment does not need to provide this information during meta-test time. We make our code available at https://sites.google.com/view/mlthree.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.05374/full.md

## Figures

36 figures with captions in the complete paper: https://tomesphere.com/paper/1906.05374/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1906.05374/full.md

---
Source: https://tomesphere.com/paper/1906.05374