LGAINov 11, 2016

A Connection between Generative Adversarial Networks, Inverse Reinforcement Learning, and Energy-Based Models

arXiv:1611.03852v3379 citations
Originality Incremental advance
AI Analysis

This work connects three research communities (GANs, IRL, EBMs) to facilitate idea transfer for improving algorithm stability and scalability, which is an incremental theoretical contribution.

The paper establishes a mathematical equivalence between generative adversarial networks (GANs), maximum entropy inverse reinforcement learning (IRL), and energy-based models (EBMs), showing that certain IRL methods are equivalent to GANs with specific conditions.

Generative adversarial networks (GANs) are a recently proposed class of generative models in which a generator is trained to optimize a cost function that is being simultaneously learned by a discriminator. While the idea of learning cost functions is relatively new to the field of generative modeling, learning costs has long been studied in control and reinforcement learning (RL) domains, typically for imitation learning from demonstrations. In these fields, learning cost function underlying observed behavior is known as inverse reinforcement learning (IRL) or inverse optimal control. While at first the connection between cost learning in RL and cost learning in generative modeling may appear to be a superficial one, we show in this paper that certain IRL methods are in fact mathematically equivalent to GANs. In particular, we demonstrate an equivalence between a sample-based algorithm for maximum entropy IRL and a GAN in which the generator's density can be evaluated and is provided as an additional input to the discriminator. Interestingly, maximum entropy IRL is a special case of an energy-based model. We discuss the interpretation of GANs as an algorithm for training energy-based models, and relate this interpretation to other recent work that seeks to connect GANs and EBMs. By formally highlighting the connection between GANs, IRL, and EBMs, we hope that researchers in all three communities can better identify and apply transferable ideas from one domain to another, particularly for developing more stable and scalable algorithms: a major challenge in all three domains.

Code Implementations3 repos
Foundations

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

Your Notes