paper-with-me

Papers

Latent State Marginalization as a Low-cost Approach for Improving Exploration

2022-10-03 · Dinghuai Zhang, Aaron Courville, Yoshua Bengio, Qinqing Zheng, Amy Zhang, Ricky T. Q. Chen

While the maximum entropy (MaxEnt) reinforcement learning (RL) framework -- often touted for its exploration and robustness capabilities -- is usually motivated from a probabilistic perspective, the use of deep probabilistic models has not gained much traction in practice due to their inherent complexity. In this work, we propose the adoption of latent variable policies within the MaxEnt framework, which we show can provably approximate any policy distribution, and additionally, naturally emerges under the use of world models with a latent belief state. We discuss why latent variable policies are difficult to train, how naive approaches can fail, then subsequently introduce a series of improvements centered around low-cost marginalization of the latent state, allowing us to make full use of the latent state at minimal additional cost. We instantiate our method under the actor-critic framework, marginalizing both the actor and critic. The resulting algorithm, referred to as Stochastic Marginal Actor-Critic (SMAC), is simple yet effective. We experimentally validate our method on continuous control tasks, showing that effective marginalization can lead to better exploration and more robust training. Our implementation is open sourced at https://github.com/zdhNarsil/Stochastic-Marginal-Actor-Critic.

📄 PDF Abstract BibTeX arXiv:2210.00999

Code (1)

zdhnarsil/stochastic-marginal-actor-critic 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlReinforcement Learning (RL)SMACSMAC+

Similar Papers 제목 키워드 기반

Efficient Marginalization of Discrete and Structured Latent Variables via Sparsity

2020-07-03 · NeurIPS 2020 12 · Gonçalo M. Correia, Vlad Niculae, Wilker Aziz, André F. T. Martins

Training neural network models with discrete (categorical or structured) latent variables can be computationally challenging, due to the need for marginalization over large or combinatorial sets. To circumvent this issue…

Neural Syntactic Generative Models with Exact Marginalization

2018-06-01 · NAACL 2018 6 · Jan Buys, Phil Blunsom

We present neural syntactic generative models with exact marginalization that support both dependency parsing and language modeling. Exact marginalization is made tractable through dynamic programming over shift-reduce p…

Dependency ParsingLanguage ModelingLanguage ModellingTransition-Based Dependency Parsing

Corrected Integrated Laplace Approximation for Bayesian Inference in Latent Gaussian Models

2026-05-19 · Jinlin Lai, Charles C. Margossian, Daniel R. Sheldon arxiv

Latent Gaussian models (LGMs) are a popular class of Bayesian hierarchical models that include Gaussian processes, as well as certain spatial models and mixed-effect models. Efficient Bayesian inference of LGMs often req…

Bayesian InferenceGaussian Processes

Phase Marginalization for Patch-Grid Instability in Vision Transformers

2026-06-06 · Oğuzhan Ercan arxiv

Vision Transformers operate on fixed patch grids, which can introduce phase-dependent instability for dense prediction: changing the patch partition can change the token evidence available to a pixel, especially near bou…

Modeling Latent Selection with Structural Causal Models

2024-01-12 · Leihao Chen, Onno Zoeter, Joris M. Mooij

Selection bias is ubiquitous in real-world data, and can lead to misleading results if not dealt with properly. We introduce a conditioning operation on Structural Causal Models (SCMs) to model latent selection from a ca…

Causal InferenceSelection bias