LGJun 2, 2025

Learning Abstract World Models with a Group-Structured Latent Space

arXiv:2506.01529v1h-index: 7Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving generalization in reinforcement learning from limited data, though it appears incremental as it builds on existing methods by adding structured priors.

The paper tackled the problem of learning abstract world models for Markov Decision Processes by imposing geometric priors on the latent space to incorporate symmetric structures, resulting in better predictions and downstream RL performance in environments with rotational and translational features, including simpler and more disentangled representations.

Learning meaningful abstract models of Markov Decision Processes (MDPs) is crucial for improving generalization from limited data. In this work, we show how geometric priors can be imposed on the low-dimensional representation manifold of a learned transition model. We incorporate known symmetric structures via appropriate choices of the latent space and the associated group actions, which encode prior knowledge about invariances in the environment. In addition, our framework allows the embedding of additional unstructured information alongside these symmetries. We show experimentally that this leads to better predictions of the latent transition model than fully unstructured approaches, as well as better learning on downstream RL tasks, in environments with rotational and translational features, including in first-person views of 3D environments. Additionally, our experiments show that this leads to simpler and more disentangled representations. The full code is available on GitHub to ensure reproducibility.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes