LGMLNov 23, 2020

Generative Adversarial Simulator

arXiv:2011.11472v1
AI Analysis

This work provides a novel method for knowledge distillation in reinforcement learning, benefiting researchers and practitioners by removing the need for a simulator or real-world trajectories, which can be costly or unavailable.

The paper introduces a simulator-free approach to knowledge distillation in reinforcement learning, addressing the challenge of a student learning multiple cases for a given action. This method improves upon state-of-the-art data-free learning on benchmark datasets like MNIST, Fashion-MNIST, and CIFAR-10, specifically tackling issues with multiple input modes.

Knowledge distillation between machine learning models has opened many new avenues for parameter count reduction, performance improvements, or amortizing training time when changing architectures between the teacher and student network. In the case of reinforcement learning, this technique has also been applied to distill teacher policies to students. Until now, policy distillation required access to a simulator or real world trajectories. In this paper we introduce a simulator-free approach to knowledge distillation in the context of reinforcement learning. A key challenge is having the student learn the multiplicity of cases that correspond to a given action. While prior work has shown that data-free knowledge distillation is possible with supervised learning models by generating synthetic examples, these approaches to are vulnerable to only producing a single prototype example for each class. We propose an extension to explicitly handle multiple observations per output class that seeks to find as many exemplars as possible for a given output class by reinitializing our data generator and making use of an adversarial loss. To the best of our knowledge, this is the first demonstration of simulator-free knowledge distillation between a teacher and a student policy. This new approach improves over the state of the art on data-free learning of student networks on benchmark datasets (MNIST, Fashion-MNIST, CIFAR-10), and we also demonstrate that it specifically tackles issues with multiple input modes. We also identify open problems when distilling agents trained in high dimensional environments such as Pong, Breakout, or Seaquest.

Foundations

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

Your Notes