paper-with-me

홈 › Papers

Maximizing Information Gain in Partially Observable Environments via Prediction Reward

2020-05-11 · Yash Satsangi, Sungsu Lim, Shimon Whiteson, Frans Oliehoek, Martha White

Information gathering in a partially observable environment can be formulated as a reinforcement learning (RL), problem where the reward depends on the agent's uncertainty. For example, the reward can be the negative entropy of the agent's belief over an unknown (or hidden) variable. Typically, the rewards of an RL agent are defined as a function of the state-action pairs and not as a function of the belief of the agent; this hinders the direct application of deep RL methods for such tasks. This paper tackles the challenge of using belief-based rewards for a deep RL agent, by offering a simple insight that maximizing any convex function of the belief of the agent can be approximated by instead maximizing a prediction reward: a reward based on prediction accuracy. In particular, we derive the exact error between negative entropy and the expected prediction reward. This insight provides theoretical motivation for several fields using prediction rewards---namely visual attention, question answering systems, and intrinsic motivation---and highlights their connection to the usually distinct fields of active perception, active sensing, and sensor placement. Based on this insight we present deep anticipatory networks (DANs), which enables an agent to take actions to reduce its uncertainty without performing explicit belief inference. We present two applications of DANs: building a sensor selection system for tracking people in a shopping mall and learning discrete models of attention on fashion MNIST and MNIST digit classification.

📄 PDF Abstract BibTeX arXiv:2005.04912

Code (0)

등록된 구현이 없습니다.

Tasks

PredictionQuestion AnsweringReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Zero-Shot Iterative Formalization and Planning in Partially Observable Environments

2025-05-19 · Liancheng Gong, Wang Zhu, Jesse Thomason, Li Zhang

Using LLMs not to predict plans but to formalize an environment into the Planning Domain Definition Language (PDDL) has been shown to improve performance and control. Existing work focuses on fully observable environment…

ODE-based Recurrent Model-free Reinforcement Learning for POMDPs

2023-09-25 · NeurIPS 2023 11

Neural ordinary differential equations (ODEs) are widely recognized as the standard for modeling physical mechanisms, which help to perform approximate inference in unknown physical or biological environments. In partial…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+2

PhysVLM-AVR: Active Visual Reasoning for Multimodal Large Language Models in Physical Environments

2025-10-24 · Weijie Zhou, Xuantang Xiong, Yi Peng, Manli Tao 외 arxiv

Visual reasoning in multimodal large language models (MLLMs) has primarily been studied in static, fully observable settings, limiting their effectiveness in real-world environments where information is often incomplete …

Visual Reasoning

Pathfinding in Random Partially Observable Environments with Vision-Informed Deep Reinforcement Learning

2022-09-11 · Anthony Dowling

Deep reinforcement learning is a technique for solving problems in a variety of environments, ranging from Atari video games to stock trading. This method leverages deep neural network models to make decisions based on o…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Learned Belief Search: Efficiently Improving Policies in Partially Observable Settings

2021-06-16 · Hengyuan Hu, Adam Lerer, Noam Brown, Jakob Foerster

Search is an important tool for computing effective policies in single- and multi-agent environments, and has been crucial for achieving superhuman performance in several benchmark fully and partially observable games. H…

counterfactual