Benchmarking World Models for Continual Learning on Compositional Tasks

TL;DR

Introduced a modular world model that better balances knowledge reuse and forgetting in compositional tasks.

cs.LG 🔴 Advanced 2026-09-19 12 views
Haoyu Zhou Joe Watson Anson Lei Ingmar Posner
continual learning robot manipulation modularity compositional tasks world models

Key Findings

Methodology

The study proposes a novel compositional continual learning benchmark to evaluate world models in robot manipulation. By decomposing tasks along action and perception axes, the researchers designed a modular world model with a dynamics backbone containing reusable components. This method tests the model's ability to reuse knowledge through compositional tasks.

Key Results

  • The modular approach outperformed traditional methods in reducing forgetting, with an average BWT of 3.85 compared to TD-MPC2's 34.97.
  • In terms of forward transfer, the PWM model achieved FWT 36.18 in compositional tasks, comparable to TD-MPC2's 38.11.
  • Experiments showed that modular design performs best with a frozen encoder, significantly reducing forgetting.

Significance

The research is significant for both academia and industry, addressing the forgetting problem in continual learning for world models, especially in robot manipulation tasks. The modular design offers new insights for building more efficient continual learning systems in the future.

Technical Contribution

Technical contributions include proposing a modular world model architecture that achieves better knowledge reuse in compositional tasks. Compared to existing methods, this model achieves better adaptability and scalability through dynamic expert mixing.

Novelty

This is the first application of a modular world model in compositional tasks for robot manipulation. Compared to traditional monolithic networks, this approach achieves more efficient knowledge reuse through modular design.

Limitations

  • The modular design performs comparably to traditional methods without a frozen encoder, indicating a need for improved encoder stability.
  • The current method is sensitive to task order, which may affect model adaptability.

Future Work

Future research directions include improving encoder stability, exploring more modular designs, and validating the model's effectiveness in more complex task environments.

AI Executive Summary

In robot manipulation, the challenge of continual learning lies in adapting to new tasks without forgetting what has been learned. Existing methods often fail to effectively distinguish between knowledge reuse and new knowledge acquisition, leading to forgetting issues. This paper proposes a novel compositional continual learning benchmark, focusing on evaluating world models in robot manipulation tasks. By decomposing tasks along action and perception axes, the researchers designed a modular world model with a dynamics backbone containing reusable components.

Experimental results show that the modular approach outperforms traditional methods in reducing forgetting. Specifically, the modular design performs best with a frozen encoder, significantly reducing forgetting. The average BWT is 3.85, compared to TD-MPC2's 34.97. Meanwhile, the PWM model achieved FWT 36.18 in compositional tasks, comparable to TD-MPC2's 38.11.

The significance of the research lies in providing new insights for building more efficient continual learning systems in the future. Through modular design, the study not only addresses the forgetting problem in continual learning for world models but also offers new possibilities for knowledge reuse in robot manipulation tasks. Future research directions include improving encoder stability, exploring more modular designs, and validating the model's effectiveness in more complex task environments.

Deep Analysis

Background

With the advancement of AI, continual learning has become a significant research area. Traditional machine learning models often forget previously learned knowledge when faced with new tasks, especially in robot manipulation tasks. Existing continual learning methods often fail to effectively distinguish between knowledge reuse and new knowledge acquisition, leading to forgetting issues. To address this challenge, researchers have proposed various methods, but further exploration is needed.

Core Problem

The core problem is how to effectively utilize previously learned knowledge in new tasks without forgetting. World models in robot manipulation need to maintain dynamic consistency across tasks while adapting to new environments. The challenge lies in the diversity and complexity of tasks, as well as balancing knowledge reuse and new knowledge acquisition.

Innovation

The core innovation of the study is the proposal of a modular world model architecture. By decomposing tasks along action and perception axes, the researchers designed a modular world model with a dynamics backbone containing reusable components. This design not only improves model adaptability but also reduces forgetting.

Methodology

  • �� Design a compositional continual learning benchmark to evaluate world models in robot manipulation.
  • �� Decompose tasks along action and perception axes to test the model's knowledge reuse ability.
  • �� Adopt a modular design with a dynamics backbone containing reusable components.
  • �� Use the PWM model to achieve better adaptability through dynamic expert mixing.

Experiments

The experiments used the Meta-World dataset to evaluate different world models in compositional tasks. The benchmark includes six task suites, testing action composition, perception composition, and full composition. BWT and FWT were used as the main evaluation metrics to analyze the model's knowledge reuse and forgetting in compositional tasks.

Results

Experimental results show that the modular approach outperforms traditional methods in reducing forgetting. Specifically, the modular design performs best with a frozen encoder, significantly reducing forgetting. The average BWT is 3.85, compared to TD-MPC2's 34.97. Meanwhile, the PWM model achieved FWT 36.18 in compositional tasks, comparable to TD-MPC2's 38.11.

Applications

The direct application scenarios of this research include continual learning systems in robot manipulation tasks. Through modular design, the study provides new insights for building more efficient continual learning systems in the future. This approach is not only applicable to robot manipulation but can also be extended to other fields requiring continual learning.

Limitations & Outlook

Despite the excellent performance of the modular design in reducing forgetting, its performance is comparable to traditional methods without a frozen encoder. Additionally, the current method is sensitive to task order, which may affect model adaptability. Future research directions include improving encoder stability and exploring more modular designs.

Plain Language Accessible to non-experts

Imagine a factory where workers need to constantly learn new skills to complete different tasks. Traditional methods are like making workers forget the skills they learned every time a new task comes along, while modular design is like giving each worker a toolbox containing all the tools they've learned before. When a new task arrives, they can choose the right tools from the toolbox without having to relearn. This approach not only improves efficiency but also reduces forgetting.

ELI14 Explained like you're 14

Imagine you're playing a game, and every time you pass a level, you gain a new skill. Traditional methods are like forgetting the skills you learned after each level, while modular design is like letting you keep all your skills. When you encounter a new level, you can choose to use the skills you've learned before to help you pass. This method not only makes the game more fun but also makes you stronger!

Glossary

World Model

A model used to simulate the dynamics of an environment, helping agents predict future states.

Used in this paper to evaluate continual learning capabilities in robot manipulation tasks.

Continual Learning

A learning method that allows models to learn new tasks without forgetting previously learned knowledge.

This paper proposes a new compositional continual learning benchmark.

Modular Design

A design approach that decomposes a system into multiple reusable modules.

Achieves better knowledge reuse through modular design in this paper.

Compositional Task

A complex task composed of multiple primitive tasks.

Used to test the model's knowledge reuse ability.

BWT (Backward Transfer)

Measures the degree of forgetting of previous tasks after new tasks arrive.

Used to evaluate the model's forgetting in this paper.

Open Questions Unanswered questions from this research

  • 1 How to achieve stable modular design without relying on a frozen encoder?
  • 2 How does modular design perform in more complex task environments?
  • 3 How to improve the impact of task order on model adaptability?

Applications

Immediate Applications

Robot Manipulation

Enhance adaptability and efficiency in different tasks through modular design.

Long-term Vision

General Artificial Intelligence

Modular design offers new insights for building more efficient continual learning systems, advancing general AI development.

Abstract

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/.

cs.LG cs.RO