Trajectory Straightening Loss for World Model Planning

ylecun · x · 2026-07-15

This post outlines the core idea of a world model planning research: reducing the difficulty of planning optimization by "locally straightening" latent trajectories.

The implementation is straightforward: increase the cosine similarity between adjacent velocity vectors by applying the loss

Lcurv = 1 - cos(vt, v(t+1)).

The post also shares two observations:

The author also notes that this work predates Le-WM and wonders if anyone has tested this loss on Le-WM.

Original post →

More from Research

Research channel →