← Latest papers
💻 computer science

PhysCaP: Grounding Code-as-Policy Agent with Physics-Informed Exploration

PhysCaP is a novel agent that enhances robotic manipulation by integrating a training-free, physics-informed exploration layer into code-as-policy frameworks, enabling efficient, targeted information-seeking to infer latent object properties like mass and stiffness through a dual-agent planning and prioritization system.

Original authors: Chen-Yu Lin, Jing-Wen Chen, Hsueh-En Chang, Hung-An Chen, Sheng-Hsun Chang, Chi-Pin Huang, Fu-En Yang, Min-Hung Chen, Yi-Ting Chen, Yu-Chiang Frank Wang, Shao-Hua Sun

Published 2026-08-24
📖 5 min read🧠 Deep dive

Original authors: Chen-Yu Lin, Jing-Wen Chen, Hsueh-En Chang, Hung-An Chen, Sheng-Hsun Chang, Chi-Pin Huang, Fu-En Yang, Min-Hung Chen, Yi-Ting Chen, Yu-Chiang Frank Wang, Shao-Hua Sun

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

Robots have long been masters of the visible world. If a task involves moving a cup from a table to a sink, a modern robot can often see the cup, plan a path, and execute the move with impressive grace. This success relies on vision-language-action policies, systems that learn by watching humans perform tasks and then mimicking those movements. However, these systems operate on a fundamental limitation: they see only what is on the surface. They cannot feel the weight of a can to know if it is empty, nor can they sense the firmness of a fruit to know if it is ripe. In the real world, many tasks depend on these hidden physical properties. A human cleaning a kitchen might shake a soda can to hear if it is empty or squeeze an avocado to check its ripeness, using touch and sound to fill in the gaps that vision leaves behind. Without this ability to actively seek out hidden information, a robot remains blind to the very details that determine whether a task succeeds or fails.

Researchers at National Taiwan University and NVIDIA have developed a new approach to bridge this gap, creating a system they call PhysCaP. This system teaches a robot to act like a curious human, combining the ability to write its own instructions with a new capacity for physical exploration. Instead of just watching and copying, the robot is designed to ask questions of the physical world. When faced with a table of objects where the answer is hidden, the robot does not guess. It decides to interact, lifting or squeezing items to gather the specific data it needs. The system is built on a "code-as-policy" framework, meaning the robot generates executable computer code to control its movements, allowing it to reason through complex steps much like a human planning a sequence of actions. What makes PhysCaP unique is its addition of a physics-informed exploration layer. This layer allows the robot to estimate properties like mass and stiffness using only the feedback from its own motors and joints, without needing special sensors like touch-sensitive skin or scales.

The core of this new system is a dual-agent design that manages the delicate balance between acting too soon and wasting time. One agent, the Planner, looks at the scene and decides if the robot has enough information to finish the job. If the information is missing, the Planner creates a list of potential actions to find it. A second agent, the Prioritizer, then reviews this list and ranks the actions based on visual clues. For example, if the task is to find an empty soda can among four, the Prioritizer notices that two cans are sealed and two have straws sticking out. It logically deduces that the sealed cans are likely full and prioritizes checking the open ones first. This prevents the robot from wasting energy on objects that are unlikely to hold the answer. Once the robot gathers enough evidence, the system stops exploring and executes the final task.

To test this idea, the researchers set up three distinct challenges on a real-world table. In one task, a blue cube was hidden under one of three cups, but one cup was too small to hold the cube. A robot relying only on vision might lift every cup, but PhysCaP used its reasoning to see the size difference and skipped the impossible cup, lifting only the viable candidates. In another task, the robot had to find a single empty soda can among four. Using its ability to measure weight through motor feedback, it successfully identified the empty can. In the third task, it had to pick a ripe avocado from a group of green and dark ones. By squeezing the dark avocados to measure their firmness, it selected the ripe one while ignoring the hard, unripe fruit. In all these scenarios, the system succeeded where other methods failed. Robots that relied only on vision could not solve the tasks because they could not see the hidden properties. Robots that could measure properties but lacked the reasoning to prioritize them ended up checking every single object, taking much longer and using more energy.

The results showed that PhysCaP could complete these tasks with high success rates while interacting with far fewer objects than its competitors. In the real-world tests, the system found the hidden cube, the empty can, and the ripe avocado with significantly fewer physical touches and in less time than systems that checked everything indiscriminately. The researchers also ran simulations to see how the system would perform in a digital environment, and the results held true: the system that could reason about what to measure and when to stop outperformed models that simply tried to guess or check everything. The study confirms that for robots to truly operate in the messy, unpredictable real world, they must be able to actively seek out the physical truths that vision alone cannot reveal. By giving robots the ability to ask the right questions and listen to the answers the physical world provides, this research moves us closer to machines that can handle the subtle, tactile complexities of human life.

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 →