DyGRO-VLA: Cross-Task Scaling of Vision-Language-Action Models via Dynamic Grouped Residual Optimization
This paper introduces DyGRO-VLA, a two-stage optimization framework that enhances the generalizability of Vision-Language-Action models across tasks by capturing cross-task latent representations and dynamically refining policy optimization through a mixture-of-RL-residuals, thereby mitigating interference and improving performance under distribution shifts.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to teach a robot to be a "master of all trades." You want it to be able to cook, clean, fix a leaky faucet, and build a shelf, all using the same brain. This is the goal of VLA (Vision-Language-Action) models: robots that can see, understand language, and move their arms to do things.
However, there's a big problem. When researchers try to make these robots better using Reinforcement Learning (RL)—a method where the robot learns by trial and error, getting a "reward" for success—they often run into a paradox.
The Problem: The "Specialist" Trap
Think of the robot's brain as a library of knowledge. When you first train it, it learns general rules (like "grasp the object"). But when you start using RL to teach it a specific task, like "stack red blocks," the robot gets so focused on that one job that it starts rewriting its own library.
It's like a student who studies so hard for a math test that they forget how to read. The paper calls this "Catastrophic Forgetting."
- The Old Way: If you train the robot on 10 different tasks, it gets good at one but forgets the other nine. The more tasks you add, the worse it gets overall. It's like trying to juggle 20 balls; eventually, you drop them all because your brain is trying to be a specialist in too many things at once.
The Solution: DyGRO-VLA
The authors propose a new method called DyGRO-VLA. To understand how it works, imagine a Master Chef running a busy kitchen.
Stage 1: The "Master Chef" (Offline Pre-training)
First, the robot learns from a massive library of videos showing humans doing all sorts of tasks.
- The Trick: Instead of just memorizing every video, the robot learns to filter out the "noise." It ignores things that don't matter for moving (like the color of the walls or the lighting) and focuses only on the essential information (where the cup is, how heavy it is).
- The Analogy: This is like the Master Chef learning the fundamentals of cooking. They learn that "heat melts cheese" and "knives cut," regardless of whether they are making pizza or soup. This creates a shared foundation that works for everything.
Stage 2: The "Specialist Team" (Online Fine-tuning)
Now, the robot needs to get better at specific tasks in the real world. Instead of rewriting the Master Chef's brain, DyGRO-VLA adds a team of specialized assistants (called "Residual Experts").
- How it works: The Master Chef (the base model) makes a guess on what to do. Then, a "router" (like a head chef) looks at the current task and asks, "Who is the best assistant for this specific job?"
- If the task is "stacking bowls," the router calls the "Stacking Assistant."
- If the task is "hammering a nail," the router calls the "Hammering Assistant."
- The Magic: These assistants only make small corrections (residuals) to the Master Chef's plan. They don't rewrite the whole book; they just add a sticky note saying, "Move your hand 2 inches to the left."
- Why it helps: Because the Master Chef's brain stays mostly untouched, the robot doesn't forget how to do the other tasks. The "Stacking Assistant" doesn't interfere with the "Hammering Assistant." They work together without stepping on each other's toes.
The Results
The researchers tested this on two major robot challenges:
- LIBERO: A digital test suite with 130 different tasks (like moving objects, stacking, and long sequences of actions).
- RoboTwin2: A real-world test with a dual-arm robot.
The Outcome:
- Better than the rest: DyGRO-VLA beat all other top methods. On the hardest tasks (long sequences of actions), it improved success rates by nearly 10%.
- Real-world success: When they took the robot from the computer simulation to a real physical robot, it still performed better than the competition, successfully completing tasks like picking up bottles and stacking bowls.
Summary
In simple terms, previous methods tried to turn the robot into a "super-specialist" for every single task, which caused it to forget everything else. DyGRO-VLA keeps the robot as a "generalist" (the Master Chef) and simply hires a dynamic team of specialists to help out only when needed. This way, the robot gets better at everything without forgetting how to do anything else.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.