← Latest papers
💻 computer science

Cross-View Action Consistency for Camera-Robust Vision-Language-Action Policies

This paper proposes a cross-view action consistency method that regularizes flow-based Vision-Language-Action policies to achieve robustness against scene-camera viewpoint changes using only RGB images and proprioception, significantly improving performance on both simulated and real-world robot tasks without requiring camera labels or depth inputs.

Original authors: Bingqi Huang, Bingchuan Wei, Xuan Wang, Yingkai Cai, Zhaokui Wang

Published 2026-09-15
📖 4 min read☕ Coffee break read

Original authors: Bingqi Huang, Bingchuan Wei, Xuan Wang, Yingkai Cai, Zhaokui Wang

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 that learn from human demonstrations are becoming increasingly capable, yet they often suffer from a peculiar fragility: they are tied to the specific viewpoint from which they were taught. Imagine a robot trained to pick up a cup while a camera sits on a shelf above the table. If that camera is bumped, moved to the side, or raised higher, the robot may suddenly fail, even though the cup, the table, and the robot's own body have not moved at all. This happens because the robot's "brain," a type of artificial intelligence that connects what it sees with what it should do, has learned to recognize the task based on the exact angle of the original camera. In the real world, cameras get bumped, robots move, and lighting changes, so a system that cannot adapt to a shifted viewpoint is not truly useful. Researchers have tried to solve this by giving robots more complex sensors, like depth cameras that see in 3D, or by teaching them to understand the geometry of the room, but these solutions often require expensive hardware or complex calibration that is difficult to maintain.

A team of researchers at Tsinghua University and the University of Amsterdam has found a way to make these robotic policies robust to camera movement without adding any new sensors or changing how the robot operates in the real world. They focused on a specific kind of robot controller that learns by predicting a "flow" of actions, similar to how water flows toward a destination, rather than just guessing the next move. The core of their discovery is a training method that forces the robot to agree with itself. They created pairs of training images showing the exact same physical scene from two different angles: one from the original camera position and one from a slightly moved position. Crucially, they ensured that the robot was told to perform the exact same action for both images. By training the robot to predict the same flow of movement for both views, they taught it to ignore the change in the camera's position and focus only on the task at hand.

The researchers tested this idea in a simulated environment using a benchmark called LIBERO-Plus, which is designed specifically to see how well robots handle camera shifts. They compared their new method against standard training techniques. When the camera was moved, a robot trained with standard methods succeeded in only about 17% of attempts. A robot trained on many different camera angles without their special consistency rule improved to about 75% success. However, the robot trained with their new cross-view consistency rule reached a success rate of 87.2%. This improvement was significant and consistent across different random starting points for the training. The researchers also proved that the success depended entirely on the fact that the two images showed the same physical state. When they scrambled the training data so that the robot tried to match a view of a cup with an action meant for a different state, performance collapsed to just 25.8%, showing that the robot was not just smoothing out its answers but was truly learning to link different views of the same reality to the same action.

To ensure this was not just a result of the computer simulation, the team took their method to a real robot arm in a laboratory. They collected training data using three synchronized cameras watching the same table, allowing them to create the necessary pairs of views from the real world. They then tested the robot using a single camera placed in a position it had never seen during training. The robot trained with their new method succeeded in 74.4% of these unseen camera tests, while the standard method succeeded in only 53.3%. The improvement was most dramatic in difficult tasks, such as removing headphones from a stand, where the standard method failed completely in the new camera positions, but the new method succeeded in nearly half of the attempts. The study confirms that by teaching a robot to see the consistency of its own actions across different angles, it can become much more reliable in the real world, all without needing extra cameras, depth sensors, or complex geometric maps. The robot simply learns that the task remains the same, even if the picture changes.

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 →