Disentangled Robot Learning via Separate Forward and Inverse Dynamics Pretraining

arXiv cs.RO / 4/21/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes DeFI, a framework for disentangled robot learning that separates 2D visual forward dynamics (future prediction) from 3D action/inverse dynamics (action inference).
  • It introduces two specialized pretrained components: GFDM for future state forecasting using diverse human/robot videos, and GIDM for learning latent actions from unlabeled video transitions via self-supervised learning.
  • The approach integrates GFDM and GIDM into a unified architecture for end-to-end fine-tuning on downstream robotic tasks.
  • Experiments on CALVIN ABC-D and SimplerEnv show state-of-the-art results, including an average task length of 4.51 on CALVIN, 51.2% success on SimplerEnv-Fractal, and 81.3% success in real-world deployment.
  • By decoupling video generation and action prediction, DeFI aims to overcome entangled training limitations and better leverage large-scale action-free web video data.

Abstract

Vision-language-action (VLA) models have shown great potential in building generalist robots, but still face a dilemma-misalignment of 2D image forecasting and 3D action prediction. Besides, such a vision-action entangled training manner limits model learning from large-scale, action-free web video data. To address these issues, we propose DeFI, a novel framework that Decouples visual Forward and Inverse dynamics pretraining to exploit respective data sources, wherein video generation and action prediction are disentangled. We introduce the General Forward Dynamics Model (GFDM), pretrained on diverse human and robot videos for future prediction, and the General Inverse Dynamics Model (GIDM), trained via self-supervised learning to infer latent actions from unlabeled video transitions. These models are then integrated into a unified architecture for end-to-end finetuning on downstream tasks. In this manner, GFDM and GIDM first shine separately and then cooperate for mutual benefit. Extensive experiments on CALVIN ABC-D and SimplerEnv demonstrate state-of-the-art performance, with DeFI achieving an average task length of 4.51 for CALVIN, 51.2% success rate on SimplerEnv-Fractal benchmark and 81.3% success rate in real-world deployment, significantly outperforming prior methods.