← Latest papers
🤖 AI

Hybrid Training for Vision-Language-Action Models

This paper introduces Hybrid Training (HyT), a framework for Vision-Language-Action models that leverages Chain-of-Thought reasoning during training to improve performance while allowing the model to skip thought generation during inference to reduce latency and enhance real-world usability.

Original authors: Pietro Mazzaglia, Cansu Sancaktar, Markus Peschl, Daniel Dijkman

Published 2026-05-20
📖 4 min read☕ Coffee break read

Original authors: Pietro Mazzaglia, Cansu Sancaktar, Markus Peschl, Daniel Dijkman

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 teaching a robot to do chores, like picking up a red block and putting it in a cup.

The Old Way: The "Thinker" vs. The "Doer"
Recently, researchers tried teaching robots to "think" out loud before they move. It's like asking a student to write down their math steps before solving the equation. This "Chain-of-Thought" (CoT) approach helped robots get smarter and solve harder problems. However, there was a big catch: it was slow.

Just like a student who takes 10 minutes to write out every thought before answering a simple question, these robots were too slow for real life. If a robot has to stop and "think" for a few seconds before every single movement, it becomes useless for tasks that need quick reflexes, like catching a falling object or moving smoothly on a conveyor belt.

The New Solution: Hybrid Training (HyT)
The authors of this paper asked a simple question: Do robots actually need to "think" out loud while they are working, or did they just need to learn how to think during their training?

They developed a method called Hybrid Training (HyT). Here is how it works, using a simple analogy:

Imagine a cooking school.

  1. The Old Method (ECoT): The chef (the robot) is forced to write a detailed recipe and explain their reasoning for every single chop and stir while they are cooking. This makes them a great chef, but they cook very slowly.
  2. The Hybrid Method (HyT): The chef is trained in a special way.
    • Sometimes, they practice writing the recipe and explaining their thoughts (learning the "why").
    • Sometimes, they practice following a recipe written by someone else.
    • Most importantly, they practice just cooking (doing the action) while having already internalized all that reasoning knowledge.

The Result: The "Skilled Intuition"
The paper claims that by training the robot to "think" during the learning phase, the robot develops a kind of skilled intuition. It's like a master chef who no longer needs to read the recipe or talk to themselves; they just know exactly what to do because they've practiced the thinking process so much.

When it's time for the robot to actually work (inference time):

  • It skips the "thinking" step. It goes straight to action.
  • It is fast. It moves at the same speed as a standard robot (about 3 times faster than the "thinker" robots).
  • It is smart. Because it learned from the "thinking" practice, it performs better than robots that were never taught to think, even though it isn't thinking out loud while it works.

The "Three Modes" of the Robot
The cool part of this Hybrid Training is that the robot is flexible. You can tell it which "mode" to use by giving it a specific instruction token (a little keyword):

  1. "Act" Mode: The robot just does the job fast. (Default for real-world use).
  2. "Think" Mode: The robot stops and explains its plan out loud. (Useful if a human wants to see what the robot is thinking).
  3. "Follow" Mode: The robot ignores its own ideas and strictly follows a human's detailed instructions.

What the Experiments Showed
The team tested this on computer simulations and a real robot arm (a UFactory xArm 6).

  • In Simulations: The Hybrid-trained robots were better at complex stacking and placing tasks than standard robots, and they were much faster than the "thinking" robots.
  • In the Real World: On a real table with real objects (like bananas, cubes, and mugs), the Hybrid robot succeeded 63% of the time, compared to 41% for the standard robot. It was especially better at handling new, tricky situations it hadn't seen before.

The Bottom Line
The paper concludes that "thinking" is a powerful tool for learning, but it doesn't have to be a tool for doing. By using Hybrid Training, we can teach robots to internalize complex reasoning so they can act quickly and efficiently, giving us the best of both worlds: the smarts of a thinker and the speed of a doer.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →