LGSep 27, 2017

Cold-Start Reinforcement Learning with Softmax Policy Gradient

arXiv:1709.09346v247 citations
AI Analysis

This work addresses efficiency and simplicity challenges in reinforcement learning for structured output prediction, though it appears incremental as it builds on existing policy-gradient and maximum-likelihood approaches.

The paper tackles the issues of warm-start training and sample variance reduction in policy-gradient reinforcement learning by introducing a softmax value function method that eliminates both procedures, achieving competitive performance on automatic summarization and image captioning tasks.

Policy-gradient approaches to reinforcement learning have two common and undesirable overhead procedures, namely warm-start training and sample variance reduction. In this paper, we describe a reinforcement learning method based on a softmax value function that requires neither of these procedures. Our method combines the advantages of policy-gradient methods with the efficiency and simplicity of maximum-likelihood approaches. We apply this new cold-start reinforcement learning method in training sequence generation models for structured output prediction problems. Empirical evidence validates this method on automatic summarization and image captioning tasks.

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