Yet another paper supervised by Yann LeCun: Test-time adaptation instead of frozen world models!?
This paper, AdaJEPA, takes a pretrained JEPA world model, plans with MPC, executes an action, then uses the observed transition to update the latent predictor before replanning.
The core loop is plan, act, adapt, replan. Every action creates its own self-supervised training signal through latent next-state prediction error.
With just one gradient step per MPC step, AdaJEPA improves goal-reaching under unseen shapes, visual corruptions, dynamics shifts, and new maze layouts.
The big idea they suggest is that world models should not stop learning after pretraining. They should keep recalibrating during deployment, turning real interaction into continual model correction.