paper-with-me

Papers

Exploration-Driven Generative Interactive Environments

2025-04-03 · CVPR 2025 1 · Nedko Savov, Naser Kazemi, Mohammad Mahdi, Danda Pani Paudel, Xi Wang, Luc van Gool

Modern world models require costly and time-consuming collection of large video datasets with action demonstrations by people or by environment-specific agents. To simplify training, we focus on using many virtual environments for inexpensive, automatically collected interaction data. Genie, a recent multi-environment world model, demonstrates simulation abilities of many environments with shared behavior. Unfortunately, training their model requires expensive demonstrations. Therefore, we propose a training framework merely using a random agent in virtual environments. While the model trained in this manner exhibits good controls, it is limited by the random exploration possibilities. To address this limitation, we propose AutoExplore Agent - an exploration agent that entirely relies on the uncertainty of the world model, delivering diverse data from which it can learn the best. Our agent is fully independent of environment-specific rewards and thus adapts easily to new environments. With this approach, the pretrained multi-environment model can quickly adapt to new environments achieving video fidelity and controllability improvement. In order to obtain automatically large-scale interaction datasets for pretraining, we group environments with similar behavior and controls. To this end, we annotate the behavior and controls of 974 virtual environments - a dataset that we name RetroAct. For building our model, we first create an open implementation of Genie - GenieRedux and apply enhancements and adaptations in our version GenieRedux-G. Our code and data are available at https://github.com/insait-institute/GenieRedux.

📄 PDF Abstract BibTeX arXiv:2504.02515

Code (1)

insait-institute/genieredux 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

3D4D: An Interactive, Editable, 4D World Model via 3D Video Generation

2025-11-11 · Yunhong He, Zhengqing Yuan, Zhengzhong Tu, Yanfang Ye 외 arxiv

We introduce 3D4D, an interactive 4D visualization framework that integrates WebGL with Supersplat rendering. It transforms static images and text into coherent 4D scenes through four core modules and employs a foveated …

Video Generation

Braxlines: Fast and Interactive Toolkit for RL-driven Behavior Engineering beyond Reward Maximization

2021-10-10 · Shixiang Shane Gu, Manfred Diaz, Daniel C. Freeman, Hiroki Furuta 외

The goal of continuous control is to synthesize desired behaviors. In reinforcement learning (RL)-driven approaches, this is often accomplished through careful task reward engineering for efficient exploration and runnin…

continuous-controlContinuous ControlEfficient ExplorationReinforcement Learning (RL)

A General Offline Reinforcement Learning Framework for Interactive Recommendation

2023-10-01 · Teng Xiao, Donglin Wang

This paper studies the problem of learning interactive recommender systems from logged feedbacks without any exploration in online environments. We address the problem by proposing a general offline reinforcement learnin…

Interactive RecommendationRecommendation Systemsreinforcement-learningReinforcement Learning

Sequentially-Controlled Interactive Multi-Particle Flow-Maps for Online Feedback-Driven Search

2026-07-01 · Binglin Ji, Anindya Sarkar, Hengchang Lu, Jens Sjölund 외 arxiv

While generative models have enabled training-free reward alignment, current methods typically excel in local exploration within narrow regions of the underlying distribution. These approaches struggle when preferences a…

Hunyuan-GameCraft-2: Instruction-following Interactive Game World Model

2025-11-28 · Junshu Tang, Jiacheng Liu, Jiaqi Li, Longhuang Wu 외 arxiv

Recent advances in generative world models have enabled remarkable progress in creating open-ended game environments, evolving from static scene synthesis toward dynamic, interactive simulation. However, current approach…