Domain ARiThmetic (DART) adapts multi-task VLAs to environmental shifts (e.g., camera-pose changes, embodiment changes) using a single demo of a single task through subspace-aligned weight arithmetic.
Vision-Language-Action (VLA) models generate robot actions from camera images and language instructions. While they can solve many tasks in their training environment (source domain), environmental shifts (e.g., camera-pose shifts or embodiment changes) can make them fail in a new environment (target domain).
Requires target-domain demonstrations for every task.
Adapts to demo tasks, but fails to generalize across diverse tasks.
Extracts domain knowledge from one demo and applies it across tasks.
One-shot updates mainly capture task knowledge, but also contain reusable domain components. These task and domain components compose additively within one-shot fine-tuning updates.
Task and domain components can be combined to approximate the actual one-shot update, suggesting a decomposable structure in weight space.
Environmental shifts produce structured weight updates: similar shifts lead to similar updates, while combined shifts reuse patterns from individual shifts.
DART adapts a multi-task VLA model to a new environment using just one demonstration of a single task, instead of collecting demonstrations for every task.
Fine-tune the source-domain multi-task VLA model θ0 on one same-task demo from each domain.
Measure how the multi-task VLA model θ0 changes in the source and target domains (update vectors).
Filter the source vector, then subtract it from the target vector to extract the domain vector.
Add the extracted domain vector to the VLA model θ0 to obtain the target-domain multi-task policy θ*.
DART consistently outperforms baselines under the one-shot setting across diverse simulation and real-world shifts.
On LIBERO, DART achieves the best average success under novel viewpoints with both π0.5 and π0-FAST, and also outperforms baselines under visual perturbations with π0.5.
On MimicGen, DART adapts a Panda-trained policy to UR5e using a single Stack demonstration, improving average success to 69.4% across Stack and Stack Three.
Using a single Stack Cube demonstration, DART adapts to the target viewpoint and achieves 81.7% average success rate across five real-world UR10e tasks.
@inproceedings{kang2026dart,
title = {Domain Arithmetic: One-Shot VLA Adaptation under Environmental Shifts},
author = {Kang, Taewook and Kim, Taeheon and Shin, Donghyun and Choi, Jonghyun},
booktitle = {ECCV},
year = {2026},
}