LGAIROMLJun 12, 2019

Meta-Learning via Learned Loss

arXiv:1906.05374v4124 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the challenge of automating loss function design for faster and more robust model training, representing an incremental advancement in meta-learning.

The paper tackles the problem of manually selecting loss functions by introducing a meta-learning method to learn parametric loss functions that generalize across tasks and architectures, resulting in significantly improved performance in both supervised and reinforcement learning tasks.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes