paper-with-me

홈 › Papers

Self-Improving World Modelling with Latent Actions

2026-02-05 · Yifu Qiu, Zheng Zhao, Waylon Li, Yftah Ziser, Anna Korhonen, Shay B. Cohen, Edoardo M. Ponti arxiv

Internal modelling of the world -- predicting transitions between previous states $X$ and next states $Y$ under actions $Z$ -- is essential to reasoning and planning for LLMs and VLMs. Learning such models typically requires costly action-labelled trajectories. We propose SWIRL, a self-improvement framework that learns from state-only sequences by treating actions as a latent variable and alternating between Forward World Modelling (FWM) $P_θ(Y|X,Z)$ and an Inverse Dynamics Modelling (IDM) $Q_φ(Z|X,Y)$. SWIRL iterates two phases: (1) Variational Information Maximisation, which updates the FWM to generate next states that maximise conditional mutual information with latent actions given prior states, encouraging identifiable consistency; and (2) ELBO Maximisation, which updates the IDM to explain observed transitions, effectively performing coordinate ascent. Both models are trained with reinforcement learning (specifically, GRPO) with the opposite frozen model's log-probability as a reward signal. We provide theoretical learnability guarantees for both updates, and evaluate SWIRL on LLMs and VLMs across multiple environments: single-turn and multi-turn open-world visual dynamics and synthetic textual environments for physics, web, and tool calling. SWIRL achieves gains of 16% on AURORABench, 28% on ByteMorph, 16% on WorldPredictionBench, and 14% on StableToolBench.

📄 PDF Abstract BibTeX arXiv:2602.06130

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Simplifying Latent Dynamics with Softly State-Invariant World Models

2024-01-31 · Tankred Saanum, Peter Dayan, Eric Schulz

To solve control problems via model-based reasoning or planning, an agent needs to know how its actions affect the state of the world. The actions an agent has at its disposal often change the state of the environment in…

Video Prediction

Sensorimotor learning for artificial body perception

2019-01-15 · German Diez-Valencia, Takuya Ohashi, Pablo Lanillos, Gordon Cheng

Artificial self-perception is the machine ability to perceive its own body, i.e., the mastery of modal and intermodal contingencies of performing an action with a specific sensors/actuators body configuration. In other w…

Masked Generative Priors Improve World Models Sequence Modelling Capabilities

2024-10-10 · Cristian Meo, Mircea Lica, Zarif Ikram, Akihiro Nakano 외

Deep Reinforcement Learning (RL) has become the leading approach for creating artificial agents in complex environments. Model-based approaches, which are RL methods with world models that predict environment dynamics, a…

continuous-controlContinuous ControlDeep Reinforcement LearningInductive Bias+2

Modelling Latent Travel Behaviour Characteristics with Generative Machine Learning

2018-09-15 · Melvin Wong, Bilal Farooq

In this paper, we implement an information-theoretic approach to travel behaviour analysis by introducing a generative modelling framework to identify informative latent characteristics in travel decision making. It invo…

BIG-bench Machine LearningDecision MakingSurvey

Learning Multiple Probabilistic Decisions from Latent World Model in Autonomous Driving

2024-09-24 · Lingyu Xiao, Jiang-Jiang Liu, Sen yang, Xiaofan Li 외

The autoregressive world model exhibits robust generalization capabilities in vectorized scene understanding but encounters difficulties in deriving actions due to insufficient uncertainty modeling and self-delusion. In …

Autonomous DrivingImitation LearningScene Understanding