LGSep 22, 2022

An Investigation of the Bias-Variance Tradeoff in Meta-Gradients

arXiv:2209.11303v17 citationsh-index: 67
Originality Incremental advance
AI Analysis

This addresses the problem of optimizing meta-parameters in RL algorithms, particularly for long-horizon tasks, but is incremental as it builds on prior work to analyze existing estimators.

The paper investigates the bias-variance tradeoff in meta-gradient estimation for reinforcement learning, showing that Hessian estimation methods like DiCE introduce bias and variance, and compares truncated backpropagation and evolution strategies in long-horizon settings.

Meta-gradients provide a general approach for optimizing the meta-parameters of reinforcement learning (RL) algorithms. Estimation of meta-gradients is central to the performance of these meta-algorithms, and has been studied in the setting of MAML-style short-horizon meta-RL problems. In this context, prior work has investigated the estimation of the Hessian of the RL objective, as well as tackling the problem of credit assignment to pre-adaptation behavior by making a sampling correction. However, we show that Hessian estimation, implemented for example by DiCE and its variants, always adds bias and can also add variance to meta-gradient estimation. Meanwhile, meta-gradient estimation has been studied less in the important long-horizon setting, where backpropagation through the full inner optimization trajectories is not feasible. We study the bias and variance tradeoff arising from truncated backpropagation and sampling correction, and additionally compare to evolution strategies, which is a recently popular alternative strategy to long-horizon meta-learning. While prior work implicitly chooses points in this bias-variance space, we disentangle the sources of bias and variance and present an empirical study that relates existing estimators to each other.

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