paper-with-me

홈 › Papers

Metacontrol for Adaptive Imagination-Based Optimization

2017-05-07 · Jessica B. Hamrick, Andrew J. Ballard, Razvan Pascanu, Oriol Vinyals, Nicolas Heess, Peter W. Battaglia

Many machine learning systems are built to solve the hardest examples of a particular task, which often makes them large and expensive to run---especially with respect to the easier examples, which might require much less computation. For an agent with a limited computational budget, this "one-size-fits-all" approach may result in the agent wasting valuable computation on easy examples, while not spending enough on hard examples. Rather than learning a single, fixed policy for solving all instances of a task, we introduce a metacontroller which learns to optimize a sequence of "imagined" internal simulations over predictive models of the world in order to construct a more informed, and more economical, solution. The metacontroller component is a model-free reinforcement learning agent, which decides both how many iterations of the optimization procedure to run, as well as which model to consult on each iteration. The models (which we call "experts") can be state transition models, action-value functions, or any other mechanism that provides information useful for solving the task, and can be learned on-policy or off-policy in parallel with the metacontroller. When the metacontroller, controller, and experts were trained with "interaction networks" (Battaglia et al., 2016) as expert models, our approach was able to solve a challenging decision-making problem under complex non-linear dynamics. The metacontroller learned to adapt the amount of computation it performed to the difficulty of the task, and learned how to choose which experts to consult by factoring in both their reliability and individual computational resource costs. This allowed the metacontroller to achieve a lower overall cost (task loss plus computational cost) than more traditional fixed policy approaches. These results demonstrate that our approach is a powerful framework for using...

📄 PDF Abstract BibTeX arXiv:1705.02670

Code (1)

deepmind/spaceship_dataset 공식 구현

Tasks

Decision MakingReinforcement Learning

Similar Papers 제목 키워드 기반

When and How Much to Imagine: Adaptive Test-Time Scaling with World Models for Visual Spatial Reasoning

2026-02-09 · Shoubin Yu, Yue Zhang, Zun Wang, Jaehong Yoon 외 arxiv

Despite rapid progress in MLLMs, visual spatial reasoning remains unreliable when correct answers depend on how a scene would appear under unseen or alternative viewpoints. Recent work addresses this by augmenting reason…

Spatial Reasoning

RISE: Adaptive Imagination for World Action Models

2026-08-20 · Hongbo Lu, Liang Yao, Chenghao He, Hao Han 외 hf

World Action Models (WAMs) improve planning by incorporating future world evolution into action generation, yet existing methods allocate a fixed imagination budget to every scene. We propose RISE (Refining Imagination t…

Domain Adaptation with Adaptive Imagination for Visual Reinforcement Learning under Limited Target Data

2026-06-29 · Hyunwoo Park, Sang-Hyun Lee arxiv

Sim-to-real transfer remains a major obstacle for reinforcement learning (RL), especially for vision-based control where image observations exacerbate the state-distribution shift between simulation and the real world. D…

Reinforcement LearningDomain Adaptation

Think$^{2}$: Grounded Metacognitive Reasoning in Large Language Models

2026-02-21 · Abraham Paul Elenjical, Vivek Hruday Kavuri, Vasudeva Varma arxiv

Large Language Models (LLMs) demonstrate strong reasoning performance, yet their ability to reliably monitor, diagnose, and correct their own errors remains limited. We introduce a psychologically grounded metacognitive …

Efficient Intrinsically Motivated Robotic Grasping with Learning-Adaptive Imagination in Latent Space

2019-10-10 · Muhammad Burhan Hafez, Cornelius Weber, Matthias Kerzel, Stefan Wermter

Combining model-based and model-free deep reinforcement learning has shown great promise for improving sample efficiency on complex control tasks while still retaining high performance. Incorporating imagination is a rec…

Deep Reinforcement LearningReinforcement LearningRobotic Grasping