← Latest papers
💻 computer science

Action with Visual Primitives

The paper introduces AVP (Action with Visual Primitives), an end-to-end architecture that decouples instruction comprehension and spatial understanding from motor control by having a Vision-Language Model emit visual-primitive tokens to condition a flow-matching action expert, thereby significantly improving success rates, data efficiency, and generalization in robotic pick-and-place tasks compared to existing methods like pi_0.5.

Original authors: Weilong Guo, Yuchen Wang, Renping Zhou, Yunfeng Zhang, Rui Fang, Yue Meng, Wenda Xu, Yuan He, Gao Huang

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

Original authors: Weilong Guo, Yuchen Wang, Renping Zhou, Yunfeng Zhang, Rui Fang, Yue Meng, Wenda Xu, Yuan He, Gao Huang

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 how to play a complex game of Chinese Chess or stack dominoes perfectly. You give it a command: "Move the red piece to the corner."

In most current robot brains (called VLA models), the robot tries to do everything at once. It has to understand your words, figure out exactly where the red piece is on the board, and then calculate the precise muscle movements to grab it—all in a single, split-second thought. It's like asking a person to read a map, drive the car, and park it, all while holding a conversation, without ever stopping to think. This often leads to confusion, especially if the board looks slightly different or the pieces are in a new spot.

The authors of this paper, AVP (Action with Visual Primitives), propose a smarter way to split the work. They treat the robot's brain like a team with two distinct roles: a Strategist and a Doer.

The New Teamwork: Strategist vs. Doer

1. The Strategist (The Vision-Language Model)
Think of this part as the "eyes and brain." Its only job is to look at the scene and the instruction, then decide what needs to be done and where.

  • Instead of just thinking in words, the Strategist draws a quick, invisible sketch on the image. It might draw a little box around the chess piece or put a dot on the target square.
  • These drawings are called "Visual Primitives." They are simple, clear markers that say, "Hey, focus here."

2. The Doer (The Action Expert)
Think of this part as the "hands." It doesn't need to worry about understanding the rules of chess or the meaning of your words.

  • It simply looks at the Strategist's sketch (the Visual Primitives) and says, "Okay, I see the box. I will move my arm to grab whatever is inside that box."
  • Because the "what" and "where" are already solved by the Strategist, the Doer can focus 100% of its energy on the physical movement.

Why This Works Better

The paper argues that the old way forces the "Doer" to re-learn how to see and understand the world every time it moves. The new AVP method lets the "Strategist" use its pre-trained knowledge to handle the thinking, and the "Doer" just follows the visual clues.

The "Zero Annotation" Superpower
Usually, to teach a robot to draw these boxes, humans have to manually label thousands of pictures (e.g., "This is the chess piece"). That is slow and expensive.

  • AVP's Trick: The robot already knows where its hand is moving (because it controls its own joints). The system automatically turns the robot's own hand movements into the "Visual Primitives" (the boxes and dots) during training.
  • Analogy: It's like a dance instructor who doesn't need to draw arrows on the floor for the student. The instructor just watches the student's feet and automatically highlights the steps the student is already taking. No extra drawing required.

The Results: Real-World Proof

The team tested this on a real robot with two arms in three challenging scenarios:

  1. Chinese Chess: Moving pieces on a crowded board with many similar-looking items.
  2. Dominoes: Placing dominoes with very specific angles.
  3. General Pick-and-Place: Picking up random objects of different shapes.

The Scoreboard:

  • Compared to the previous best method (called π0.5), AVP improved the success rate by 27.61%.
  • Generalization: If the robot was trained on one type of board but tested on a completely different one (or with different objects), AVP still worked well. The old method often failed because it got confused by the new look.
  • Speed: While some older methods that used outside tools to find objects were slow (taking 37 seconds for a command), AVP was fast (0.27 seconds), making it practical for real-time use.

In a Nutshell

AVP is a robot control system that separates thinking from doing. It uses a "Strategist" to draw simple visual targets (primitives) based on instructions, and a "Doer" to follow those targets. This division of labor makes the robot much better at handling new tasks, new objects, and crowded environments without needing humans to manually teach it every single detail.

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 →