🤖 AI Summary
Existing vision-language-action models are constrained by compact action-head designs, limiting adaptability to heterogeneous action spaces. Method: We propose the first multimodal joint diffusion framework for general-purpose robotic policies, replacing discrete/continuous action classification with unified denoising generation of continuous action sequences via Transformer-based modeling. Our approach introduces an in-context conditional diffusion mechanism for fine-grained alignment between actions and raw visual tokens, explicitly models action increments and subtle environmental changes, and supports cross-form, multi-view, long-horizon tasks as well as scalable extension to heterogeneous action spaces. Contribution/Results: The framework achieves state-of-the-art performance on simulation benchmarks. With only ten rounds of third-person viewpoint fine-tuning, it demonstrates robust deployment in complex real-world scenarios. We open-source a lightweight, general-purpose baseline implementation.
📝 Abstract
While recent vision-language-action models trained on diverse robot datasets exhibit promising generalization capabilities with limited in-domain data, their reliance on compact action heads to predict discretized or continuous actions constrains adaptability to heterogeneous action spaces. We present Dita, a scalable framework that leverages Transformer architectures to directly denoise continuous action sequences through a unified multimodal diffusion process. Departing from prior methods that condition denoising on fused embeddings via shallow networks, Dita employs in-context conditioning -- enabling fine-grained alignment between denoised actions and raw visual tokens from historical observations. This design explicitly models action deltas and environmental nuances. By scaling the diffusion action denoiser alongside the Transformer's scalability, Dita effectively integrates cross-embodiment datasets across diverse camera perspectives, observation scenes, tasks, and action spaces. Such synergy enhances robustness against various variances and facilitates the successful execution of long-horizon tasks. Evaluations across extensive benchmarks demonstrate state-of-the-art or comparative performance in simulation. Notably, Dita achieves robust real-world adaptation to environmental variances and complex long-horizon tasks through 10-shot finetuning, using only third-person camera inputs. The architecture establishes a versatile, lightweight and open-source baseline for generalist robot policy learning. Project Page: https://robodita.github.io.