ROCVMar 25, 2025

Dita: Scaling Diffusion Transformer for Generalist Vision-Language-Action Policy

arXiv:2503.19757v267 citationsh-index: 46Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of generalist robot policy learning for researchers and practitioners, offering a versatile and open-source baseline, though it appears incremental by building on existing diffusion and Transformer methods.

The paper tackles the challenge of adapting vision-language-action models to heterogeneous action spaces by introducing Dita, a scalable framework that uses a Transformer-based diffusion process to directly denoise continuous action sequences, achieving state-of-the-art or competitive performance in simulation and robust real-world adaptation with 10-shot finetuning.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes