Benchmarking World Models for Continual Learning on Compositional Tasks
A new compositional benchmark finds modular world models reuse robot skills better, but still forget.
The paper proposes a compositional continual-learning benchmark for world models in robot manipulation, designing task curricula that recombine previously seen action and perception factors. It evaluates state-of-the-art world models with canonical continual-learning methods and a modular model whose dynamics backbone has explicitly reusable components. Modularity balances reuse against forgetting better than conventional methods, but none fully solves continual adaptation without forgetting.
- Benchmark uses compositional robot-manipulation curricula to isolate knowledge reuse.
- Tasks are factorized along action and perception to locate reuse bottlenecks.
- A modular world model reuses dynamics components better than standard continual-learning methods.
- No evaluated method fully reuses prior knowledge without forgetting.
Full article222 words · extracted from arxiv.org · click to collapse
A desirable property of a world model is the ability to learn continually across tasks, adapting to new environments without forgetting what the agent has already learnt. In particular, the ability to retain and reuse knowledge obtained from prior experiences underpins an agent's ability to efficiently adapt to novel environments, as the dynamics of the physical world can often be described in recurring mechanisms. However, the world model's measure of adaptation entangles two abilities: the speed and capacity to learn unseen tasks, and the reuse of knowledge already acquired, since incoming tasks carry novel content alongside what recurs. In order to isolate knowledge reuse from prior experiences, we propose a compositional continual learning benchmark for world models in robot manipulation. Specifically, we design each task curriculum with compositional tasks that combine aspects of the tasks seen in the sequence. We further factorise this composition along the axes of action and perception to better understand how different input modalities bottleneck knowledge reuse. We evaluate state-of-the-art world models under canonical continual learning methods, alongside a modular world model whose dynamics backbone contains explicitly reusable components. Results show that modularity balances reuse against forgetting better than conventional methods, but none solve the problem fully, leaving clear room for continual world models built to reuse without forgetting. More details are available on our project website: https://object814.github.io/Compositional-Continual-Learning/.
Text extracted automatically; images, tables and formatting may be missing. Original: https://arxiv.org/abs/2609.22055