paper-with-me

Papers

Adaptive Correlated Monte Carlo for Contextual Categorical Sequence Generation

2019-12-31 · ICLR 2020 1 · Xinjie Fan, Yizhe Zhang, Zhendong Wang, Mingyuan Zhou

Sequence generation models are commonly refined with reinforcement learning over user-defined metrics. However, high gradient variance hinders the practical use of this method. To stabilize this method, we adapt to contextual generation of categorical sequences a policy gradient estimator, which evaluates a set of correlated Monte Carlo (MC) rollouts for variance control. Due to the correlation, the number of unique rollouts is random and adaptive to model uncertainty; those rollouts naturally become baselines for each other, and hence are combined to effectively reduce gradient variance. We also demonstrate the use of correlated MC rollouts for binary-tree softmax models, which reduce the high generation cost in large vocabulary scenarios by decomposing each categorical action into a sequence of binary actions. We evaluate our methods on both neural program synthesis and image captioning. The proposed methods yield lower gradient variance and consistent improvement over related baselines.

📄 PDF Abstract BibTeX arXiv:1912.13151

Code (1)

xinjiefan/ACMC_ICLR 공식 구현 pytorch

Tasks

Image CaptioningProgram SynthesisReinforcement Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Evaluating Deep Vs. Wide & Deep Learners As Contextual Bandits For Personalized Email Promo Recommendations

2022-01-31 · Aleksey A. Kocherzhenko, Nirmal Sobha Kartha, Tengfei Li, Hsin-Yi 외

Personalization enables businesses to learn customer preferences from past interactions and thus to target individual customers with more relevant content. We consider the problem of predicting the optimal promotional of…

Multi-Armed BanditsThompson Sampling

Antithetic Riemannian Manifold And Quantum-Inspired Hamiltonian Monte Carlo

2021-07-05 · Wilson Tsakane Mongwe, Rendani Mbuvha, Tshilidzi Marwala

Markov Chain Monte Carlo inference of target posterior distributions in machine learning is predominately conducted via Hamiltonian Monte Carlo and its variants. This is due to Hamiltonian Monte Carlo based samplers abil…

Enhanced Data-Driven Product Development via Gradient Based Optimization and Conformalized Monte Carlo Dropout Uncertainty Estimation

2026-01-02 · Andrea Thomas Nava, Lijo Johny, Fabio Azzalini, Johannes Schneider 외 arxiv

Data-Driven Product Development (DDPD) leverages data to learn the relationship between product design specifications and resulting properties. To discover improved designs, we train a neural network on past experiments …

Hamiltonian Monte Carlo for Regression with High-Dimensional Categorical Data

2021-07-16 · Szymon Sacher, Laura Battaglia, Stephen Hansen

Latent variable models are increasingly used in economics for high-dimensional categorical data like text and surveys. We demonstrate the effectiveness of Hamiltonian Monte Carlo (HMC) with parallelized automatic differe…

regressionvalidVocal Bursts Intensity Prediction

Convex Hull Monte-Carlo Tree Search

2020-03-09 · Michael Painter, Bruno Lacerda, Nick Hawes

This work investigates Monte-Carlo planning for agents in stochastic environments, with multiple objectives. We propose the Convex Hull Monte-Carlo Tree-Search (CHMCTS) framework, which builds upon Trial Based Heuristic …

Multi-Armed Bandits