Taewook Kang, Taeheon Kim, Donghyun Shin, Jonghyun Choi
4 min
Abstract
Vision-Language-Action (VLA) models often fail to perform the same learned tasks under environmental shifts, such as changes in camera pose and shifts to a different but similar robot (e.g., from Panda to UR5e). Adapting these models to the shifted environment (i.e., target domain) often requires training on multiple demonstrations for each task, which are costly to collect. To reduce the burden of data curation and training, we propose an analogy-based method that adapts VLA models under environmental shifts through weight vector arithmetic with domain-specific information addition, named Domain ARiThmetic (DART). Unlike prior approaches, DART requires collecting only a single demonstration, enabling efficient adaptation. To accurately isolate domain-specific information for addition, DART performs subspace alignment between singular components in weight vectors to filter out noisy components. In both simulated and real-world experiments, DART outperforms existing VLA adaptation methods in one-shot scenarios across diverse visual and embodiment shifts. Code is available at https://github.com/snumprlab/dart.
Alex: So the real innovation is figuring out how to separate the "what"—the task—from the "where"—the environment—cleanly enough that the math actually works.
Sam: Precisely. And the practical implication is significant. Instead of collecting dozens or hundreds of examples in a new room and retraining from scratch, the robot can adapt from a single demonstration. The paper suggests this works because neural networks—the systems that power modern robots—aren't just black boxes. They have internal structure that we can reason about and, to some extent, do arithmetic on.
Alex: That's a meaningful shift in how we think about deploying robots in the real world. Rather than treating every new environment as a completely new problem, DART treats it as a small, calculable adjustment to an existing solution.
Sam: That's a fair summary. It's worth noting the researchers are careful about the scope of their claims—this approach works within the framework they've tested, and there will be environments or tasks where the separation between "task" and "domain" isn't as clean. But as a proof of concept, it opens up a useful direction: that adapting a robot to a new place might one day be as simple as showing it around the room once.
Alex: A single walk-through instead of weeks of retraining. Thanks for walking me through that, Sam, and thanks to everyone listening to ResearchPod.