DreamTraj: Generating 6-DoF Object Trajectories by Reading Unrendered Video Diffusion Latents

Tongsheng Ding, Zhen Luo, Yixuan Yang, Boyu Wang, Luyang Xie, Jinyu Yang, Feng Zheng

arXiv:2608.00486 · 2026-08-04 공개 · arXiv · PDF

diffusion-models vision-language flow-matching instruction-following trajectory-prediction object-manipulation move-dataset rgb-only

Abstract

Accurate prediction of object trajectories during manipulation is essential for closing the perception-action loop. Progress is limited on two fronts: available datasets lack fine-grained language-to-motion annotations, and existing predictors either rely on privileged inputs such as video, depth, or CAD models, or recover motion from fully generated videos through costly, error-prone perception pipelines. We close the supervision gap with the MOVE dataset, 5,038 object-centric egocentric trajectories, each paired with a fine-grained natural-language instruction rather than a coarse verb-noun label. We further propose DreamTraj, which predicts a 6-DoF object trajectory from a single RGB image and a task instruction, requiring no video, depth, or CAD model at inference: rather than generating a video, it reads motion from the internal representations of a frozen image-to-video diffusion model at an early denoising step. A lightweight flow-matching Reader decodes query-key attention tracks and pooled hidden states into relative 6-DoF poses. To our knowledge, this is the first approach to directly decode object 6-DoF trajectories from intermediate video diffusion representations rather than generated pixels. DreamTraj sets a new state of the art on both translation and rotation against forecasters that consume multi-frame or privileged inputs, and runs 4.6x faster than generate-then-extract pipelines.

한국어 요약

한 줄 요약

DreamTraj는 단일 RGB 이미지와 작업 지시문으로 6-DoF 물체 궤적을 생성하는 새로운 접근법으로, 비디오 생성 없이 확산 모델 내부 표현에서 직접 추출한다.

핵심 기여도

핵심 아이디어

기존 접근은 비디오 생성 후 픽셀 수준에서 궤적을 추출하거나, CAD 모델과 깊이 정보 같은 특권 입력을 필요로 했다. DreamTraj는 이러한 제약을 극복하기 위해, 이미지-비디오 확산 모델의 중간 표현에서 직접 6-DoF 궤적을 추출하는 새로운 패러다임을 제안한다. 구체적으로, 확산 모델의 **query-key attention 맵**과 **pooled hidden states**를 활용하여, 물체의 위치와 회전 정보를 추출한다. 이는 비디오를 완전히 생성하지 않아 추론 속도를 크게 향상시키는 핵심 아이디어이다.

기술적 접근법

주요 결과

의의 및 한계

DreamTraj는 물체 조작 시스템에서 필수적인 6-DoF 궤적 예측을, 비디오 생성 없이 실시간으로 수행할 수 있는 기반을 제공한다. 특히, **MOVE 데이터셋**은 자연어-운동 간 정밀한 연결을 위한 고질량 학습 데이터를 공급하며, **query-key attention 기반의 Reader 모듈**은 비디오 생성 없이도 물체의 위치와 회전 정보를 추출할 수 있음을 입증한다. 그러나, **단일 입력 이미지의 깊이 추정에 의존**하며, 이는 메트릭 스케일 복원에 한계를 초래할 수 있다. 또한, **확산 모델의 내부 표현 해석**은 모델 종속적일 수 있어, 다른 모델로의 이식 가능성에 대한 추가 연구가 필요하다.

실용적 활용

DreamTraj는 로봇 조작 시스템, 특히 **실내 환경에서의 물체 이동 예측 및 조작**에 적용 가능하다. 예를 들어, **자율 로봇이 단일 이미지와 지시문만으로 물체의 3D 궤적을 예측**하여, 정확한 그립 및 배치를 계획할 수 있다. 또한, **실시간 성능과 특권 입력 없이 작동**하므로, 실제 현장 적용에 유리한 조건을 제공한다.