paper-with-me

Papers

PROWL: Prioritized Regret-Driven Optimization for World Model Learning

2026-05-11 · Ahmet H. Güzel, Jenny Seidenschwarz, Benjamin Graham, Jonathan Sadeghi, Jeffrey Hawke, Ilija Bogunovic arxiv

Modern action-conditioned video world models achieve strong short-horizon visual realism, yet remain unreliable on rare, interaction-critical transitions that dominate downstream planning and policy performance. Because passive demonstration data systematically under-samples these high-impact regimes, improving robustness requires actively eliciting model failures rather than relying on their natural occurrence. We introduce a KL-constrained adversarial curriculum in which a policy is trained to expose high-error trajectories of a diffusion-based world model while remaining close to the behavior distribution. The world model is continuously fine-tuned on these adversarially discovered trajectories, yielding an adversarial training loop that converts rare failures into a stable, near-distribution training signal without drifting into out-of-distribution exploitation. To maintain pressure on unresolved weaknesses as the model improves, we propose a Prioritized Adversarial Trajectory (PAT) buffer that re-ranks trajectories based on prediction error, action fidelity, and learning progress, focusing training on unresolved failure modes rather than repeatedly revisiting solved cases. We implement our approach in the MineRL framework and evaluate it on held-out out-of-distribution trajectories; PROWL improves robustness over models trained on passive data alone, reveals reward-hacking behaviors under weak behavioral constraints, and demonstrates that effective adversarial world-model training critically depends on balancing exploratory failure discovery with explicit behavioral regularization. Our results suggest that scalable world models benefit not only from larger datasets, but also from selectively generating informative training data.

📄 PDF Abstract BibTeX arXiv:2605.18803

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Finding Dino: A plug-and-play framework for unsupervised detection of out-of-distribution objects using prototypes

2024-04-11 · Poulami Sinhamahapatra, Franziska Schwaiger, Shirsha Bose, Huiyu Wang 외

Detecting and localising unknown or Out-of-distribution (OOD) objects in any scene can be a challenging task in vision. Particularly, in safety-critical cases involving autonomous systems like automated vehicles or train…

Anomaly Segmentationobject-detectionObject DetectionOpen World Object Detection

PAC-Bayesian Reward-Certified Outcome Weighted Learning

2026-04-02 · Yuya Ishikawa, Shu Tamano arxiv

Estimating optimal individualized treatment rules (ITRs) via outcome weighted learning (OWL) often relies on observed rewards that are noisy or optimistic proxies for the true latent utility. Ignoring this reward uncerta…

Bayesian Inference

Regret Minimization Experience Replay in Off-Policy Reinforcement Learning

2021-05-15 · NeurIPS 2021 12 · Xu-Hui Liu, Zhenghai Xue, Jing-Cheng Pang, Shengyi Jiang 외

In reinforcement learning, experience replay stores past samples for further reuse. Prioritized sampling is a promising technique to better utilize these samples. Previous criteria of prioritization include TD error, rec…

MuJoCoreinforcement-learningReinforcement LearningReinforcement Learning (RL)

MAC-PO: Multi-Agent Experience Replay via Collective Priority Optimization

2023-02-21 · Yongsheng Mei, Hanhan Zhou, Tian Lan, Guru Venkataramani 외

Experience replay is crucial for off-policy reinforcement learning (RL) methods. By remembering and reusing the experiences from past different policies, experience replay significantly improves the training efficiency a…

Decision MakingMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+2

Constrained Environment Optimization for Prioritized Multi-Agent Navigation

2023-05-18 · Zhan Gao, Amanda Prorok

Traditional approaches to the design of multi-agent navigation algorithms consider the environment as a fixed constraint, despite the influence of spatial constraints on agents' performance. Yet hand-designing conducive …

Stochastic Optimization