paper-with-me

Papers

Delightful Policy Gradient

2026-03-15 · Ian Osband arxiv

Standard policy gradients weight each sampled action by advantage alone, regardless of how likely that action was under the current policy. This creates two pathologies: within a single decision context (e.g. one image or prompt), a rare negative-advantage action can disproportionately distort the update direction; across many such contexts in a batch, the expected gradient over-allocates budget to contexts the policy already handles well. We introduce the \textit{Delightful Policy Gradient} (DG), which gates each term with a sigmoid of \emph{delight}, the product of advantage and action surprisal (negative log-probability). For $K$-armed bandits, DG provably improves directional accuracy in a single context and, across multiple contexts, shifts the expected gradient strictly closer to the supervised cross-entropy oracle. This second effect is not variance reduction: it persists even with infinite samples. Empirically, DG outperforms REINFORCE, PPO, and advantage-weighted baselines across MNIST, transformer sequence modeling, and continuous control, with larger gains on harder tasks.

📄 PDF Abstract BibTeX arXiv:2603.14608

Code (0)

등록된 구현이 없습니다.

Tasks

Continuous Control

Similar Papers 제목 키워드 기반

Delightful Gradients Accelerate Corner Escape

2026-05-12 · Jincheng Mei, Ian Osband arxiv

Softmax policy gradient converges at $O(1/t)$, but its transient behavior near sub-optimal corners of the simplex can be exponentially slow. The bottleneck is self-trapping: negative-advantage actions reinforce the corne…

Delightful Distributed Policy Gradient

2026-03-20 · Ian Osband arxiv

Distributed reinforcement learning trains on data from stale, buggy, or mismatched actors, producing actions with high surprisal (negative log-probability) under the learner's policy. The core difficulty is not surprisin…

Reinforcement Learning

Does This Gradient Spark Joy?

2026-03-20 · Ian Osband arxiv

Policy gradient computes a backward pass for every sample, even though the backward pass is expensive and most samples carry little learning value. The Delightful Policy Gradient (DG) provides a forward-pass signal of le…

Two Methods for Domain Adaptation of Bilingual Tasks: Delightfully Simple and Broadly Applicable

2018-07-01 · ACL 2018 7 · Viktor Hangya, Fabienne Braune, Alex Fraser, er 외

Bilingual tasks, such as bilingual lexicon induction and cross-lingual classification, are crucial for overcoming data sparsity in the target language. Resources required for such tasks are often out-of-domain, thus doma…

Bilingual Lexicon InductionClassificationDomain AdaptationGeneral Classification+6

DelightfulTTS: The Microsoft Speech Synthesis System for Blizzard Challenge 2021

2021-10-25 · Yanqing Liu, Zhihang Xu, Gang Wang, Kuan Chen 외

This paper describes the Microsoft end-to-end neural text to speech (TTS) system: DelightfulTTS for Blizzard Challenge 2021. The goal of this challenge is to synthesize natural and high-quality speech from text, and we a…

Speech Synthesistext-to-speechText to Speech