Contrastive Inverse Dynamics Improves JEPA World Models

Jack Boylan, Chris Hokamp· August 19, 2026 View original

Key takeaways

  • JEPAs need anti-collapse mechanisms to prevent trivial solutions.
  • AC-MTM uses contrastive inverse dynamics as a distribution-free anti-collapse signal.
  • It outperforms Gaussian-regularized methods on complex multi-object tasks.
  • The inverse branch is discarded after training, maintaining test-time efficiency.

Who benefits

RoboticsAutonomous VehiclesGamingVirtual RealityAI Research

Summary

This paper introduces Action-Contrastive Masked Transition Modeling (AC-MTM) for Joint-Embedding Predictive Architectures (JEPAs), offering a distribution-free anti-collapse mechanism. Unlike previous methods that force latent distributions to match a Gaussian, AC-MTM uses an inverse-dynamics head trained with Action-NCE to prevent collapse, achieving superior performance on complex multi-object tasks.

Joint-Embedding Predictive Architectures (JEPAs) are designed to learn world models by predicting future embeddings. However, they face a challenge: the objective can lead to a "collapsed" encoder that outputs constant embeddings, rendering the model useless. Existing solutions, like LeWorldModel (LeWM), prevent this by regularizing the latent distribution to match a predefined shape, such as an isotropic Gaussian. This research argues that the anti-collapse pressure can instead originate directly from the transition data. It proposes Action-Contrastive Masked Transition Modeling (AC-MTM), which retains LeWM's forward latent-prediction objective but adds a training-only inverse-dynamics head. This head is trained using Action-NCE, forcing each latent transition to be distinguishable by the action that produced it from other actions in the batch. A collapsed encoder would fail this discrimination task. After training, the inverse branch is discarded, leaving the test-time encoding, forward prediction, and planning identical to LeWM. AC-MTM trains stably from scratch and matches LeWM's performance on standard pixel-control tasks. Crucially, on harder multi-object visual scene tasks, AC-MTM significantly outperforms LeWM (80.0% vs. 58.0% success), suggesting that prescribing a fixed latent geometry can become a bottleneck. This method offers a distribution-free anti-collapse signal without needing target networks, stop-gradients, or pretrained encoders.

Why it matters

For AI researchers and engineers developing advanced world models for agents, AC-MTM provides a more flexible and powerful approach to prevent model collapse, leading to more robust and capable agents, especially in complex, unstructured environments.

How to implement this in your domain

  1. 1Review existing JEPA implementations or world model architectures to understand their anti-collapse mechanisms.
  2. 2Integrate the Action-Contrastive Masked Transition Modeling (AC-MTM) approach by adding a training-only inverse-dynamics head to your JEPA framework.
  3. 3Implement the Action-NCE loss function to train the inverse-dynamics head, ensuring it discriminates between actions based on latent transitions.
  4. 4Benchmark the AC-MTM enhanced JEPA on complex visual control tasks, particularly those with multi-object interactions, to assess performance improvements over Gaussian-regularized methods.

Original post by Jack Boylan, Chris Hokamp

"arXiv:2608.17542v1 Announce Type: new Abstract: Joint-Embedding Predictive Architectures (JEPAs) learn world models by predicting future embeddings, but the objective admits a trivial solution of a constant encoder, so every practical system adds an anti-collapse mechanism (LeCun…"

View on X

Originally posted by Jack Boylan, Chris Hokamp on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools