paper web signal

DreamTraj reads 6-DoF object trajectories from diffusion latents

TL;DR

  • DreamTraj predicts a 6-DoF object trajectory from a single RGB image and a task instruction, using no video, depth, or CAD model at inference.
  • It reads motion from a frozen image-to-video diffusion model's internal representations at an early denoising step, running 4.6x faster than generate-then-extract pipelines.
  • The authors also release MOVE, a dataset of 5,038 object-centric egocentric trajectories paired with fine-grained natural-language instructions.

A quiet arxiv preprint out of a group led by Tongsheng Ding and Feng Zheng is worth flagging because it points at where interesting work in robot manipulation is going. Their paper introduces DreamTraj, which predicts a 6-DoF object trajectory from a single RGB image and a natural-language task instruction, and claims to be the first approach to decode those trajectories directly from the internal representations of a frozen image-to-video diffusion model rather than from generated pixels.

That distinction is the whole point. The dominant approach in this space has been generate-then-extract, run a video diffusion model to hallucinate what the manipulation should look like, then run a perception pipeline over the generated frames to recover motion. It works but the authors describe those pipelines as costly and error-prone. DreamTraj instead reads the model at an early denoising step with what they call a lightweight flow-matching Reader that decodes query-key attention tracks and pooled hidden states into relative 6-DoF poses. The reported win is 4.6x faster than generate-then-extract pipelines, plus a new state of the art on both translation and rotation against forecasters that consume multi-frame or privileged inputs like depth or CAD models.

The other half of the release is the MOVE dataset, 5,038 object-centric egocentric trajectories each paired with a fine-grained natural-language instruction rather than the coarse verb-noun label that most manipulation datasets ship with. That is the less flashy contribution but arguably the more durable one, because instruction granularity is what lets a model separate subtly different motions on the same object.

The honest caveat is that this is a preprint reporting benchmark wins on the authors' own dataset, not a policy running on a real robot. The abstract does not say which base video diffusion model the Reader was trained against, how it behaves on object categories outside MOVE, or what the real-hardware failure modes look like. Those are exactly the questions a robotics team would want answered before rewiring their stack around it. But if the core idea holds, that a frozen video diffusion model already carries enough object-motion structure in its latents to skip rendering entirely, that is a genuinely different shape for the perception-action loop and anyone shipping manipulation should be watching where it goes next.