SOLD: Slot Object-Centric Latent Dynamics Models for Relational Manipulation Learning from Pixels

Abstract

Learning a latent dynamics model provides a task-agnostic representation of an agent’s understanding of its environment. Leveraging this knowledge for model-based reinforcement learning (RL) holds the potential to improve sample efficiency over model-free methods by learning from imagined rollouts. Furthermore, because the latent space serves as input to behavior models, the informative representations learned by the world model facilitate efficient learning of desired skills. Most existing methods rely on holistic representations of the environment’s state. In contrast, humans reason about objects and their interactions, predicting how actions will affect specific parts of their surroundings. Inspired by this, we propose Slot-Attention for Object-centric Latent Dynamics (SOLD), a novel model-based RL algorithm that learns object-centric dynamics models in an unsupervised manner from pixel inputs. We demonstrate that the structured latent space not only improves model interpretability but also provides a valuable input space for behavior models to reason over. Our results show that SOLD outperforms DreamerV3 and TD-MPC2 - state-of-the-art model-based RL algorithms - across a range of multi-object manipulation environments that require both relational reasoning and dexterous control. Videos and code are available at https:// slot-latent-dynamics.github.io.

Cite

Text

Mosbach et al. "SOLD: Slot Object-Centric Latent Dynamics Models for Relational Manipulation Learning from Pixels." Proceedings of the 42nd International Conference on Machine Learning, 2025.

Markdown

[Mosbach et al. "SOLD: Slot Object-Centric Latent Dynamics Models for Relational Manipulation Learning from Pixels." Proceedings of the 42nd International Conference on Machine Learning, 2025.](https://mlanthology.org/icml/2025/mosbach2025icml-sold/)

BibTeX

@inproceedings{mosbach2025icml-sold,
  title     = {{SOLD: Slot Object-Centric Latent Dynamics Models for Relational Manipulation Learning from Pixels}},
  author    = {Mosbach, Malte and Ewertz, Jan Niklas and Villar-Corrales, Angel and Behnke, Sven},
  booktitle = {Proceedings of the 42nd International Conference on Machine Learning},
  year      = {2025},
  pages     = {44911-44935},
  volume    = {267},
  url       = {https://mlanthology.org/icml/2025/mosbach2025icml-sold/}
}