Think Proprioceptively: Embodied Visual Reasoning for VLA Manipulation
The paper introduces ThinkProprio, a method that converts proprioceptive state into text tokens for early fusion with task instructions in Vision-Language-Action models, enabling embodied state to guide visual reasoning and token selection while achieving performance comparable to or better than strong baselines with over 50% reduced inference latency.
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 cook a complex meal. You give it a recipe (the instruction) and it looks at the kitchen counter (the vision). But here's the problem: most current robot brains ignore how their own arms are positioned, how heavy their grip is, or if their joints are tired. They only look at the picture and read the text, then guess what to do.
The paper "Think Proprioceptively" introduces a new way for robots to think, called ThinkProprio. It argues that for a robot to truly understand a task, it needs to "feel" its own body while it is looking at the world, not just after it has already decided what to do.
Here is how it works, using simple analogies:
1. The Problem: The "Late Arrival" Guest
In most robot systems, the robot's body data (called proprioception—like knowing your elbow is bent or your fingers are open) is treated like a guest who arrives at the party after the main conversation has started.
- The Old Way: The robot looks at the image, reads the instruction, makes a plan, and then asks, "Oh, where are my hands right now?" This is too late. By the time it checks its body, it might have already picked the wrong object or moved too far.
- The Result: The robot is slow and makes mistakes because it isn't "feeling" the task while it's thinking about it.
2. The Solution: "Text-ifying" the Body
ThinkProprio changes the game by turning the robot's body data into text tokens (like words in a sentence) right at the very beginning.
- The Analogy: Imagine you are reading a story. Usually, you read the plot (the instruction) and look at the pictures (the vision). ThinkProprio adds a new sentence to the very first page of the book that says, "The hero's arm is currently raised, and their grip is tight."
- Why this helps: Now, as the robot reads the story and looks at the pictures, it already knows its own physical state. It can use that knowledge to decide which parts of the picture are actually important.
3. The Magic Trick: The "Smart Spotlight"
The biggest innovation is how this system saves time. Usually, a robot looks at every single pixel in a camera image, which is like trying to read every word on a billboard while driving down the highway. It's exhausting and slow.
ThinkProprio uses the "body text" and the "instruction text" to act as a smart spotlight.
- How it works: The robot asks itself, "Given that I am holding a tool and the instruction says 'push the button,' which parts of this image actually matter?"
- The Result: It ignores 85% of the image (the background, the floor, the ceiling) and only keeps the 15% of the image that is relevant to the task (the button and the tool).
- The Benefit: It's like switching from reading a whole library to reading just the one page you need. This makes the robot 58% faster and uses much less computer memory, without losing accuracy.
4. The "Voting" System
How does the robot decide what to keep? It uses a clever "voting" system.
- The instruction and the body data vote on which parts of the image are important.
- If the instruction says "pick up the red block" and the robot's hand is near the table, the "red block" gets a vote. The empty wall gets no votes.
- The robot keeps the winners and throws away the rest.
5. What the Results Show
The authors tested this on two famous robot training grounds (CALVIN and LIBERO).
- Better Performance: The robot got better at long, complex tasks (like stacking blocks or opening drawers) because it could "feel" its way through the steps.
- Much Faster: Because it stopped looking at the whole picture and only looked at the important parts, it made decisions in 22 milliseconds (compared to 52 milliseconds for other top models).
- Efficiency: It achieved these results while using significantly less computer memory (VRAM).
Summary
ThinkProprio is like giving a robot a sixth sense that it can use while it is reading and looking, rather than waiting until the end. By turning its own body position into "words" and using those words to filter out the noise in its vision, the robot becomes faster, smarter, and more efficient at doing physical tasks. It proves that to move well, a robot must think about how it moves from the very first moment of understanding.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.