← Latest papers
🤖 AI

VGGT-DP: Generalizable Robot Control via Vision Foundation Models

VGGT-DP is a generalizable robot control framework that enhances visuomotor policy performance by integrating geometric priors from a pretrained 3D perception model with proprioceptive feedback, while employing frame-wise token reuse and random token pruning to improve spatial grounding, robustness, and inference efficiency.

Original authors: Shijia Ge, Yijun Liu, Yinxin Zhang, Shuzhao Xie, Weixiang Zhang, Mingcai Zhou, Zhi Wang

Published 2026-08-26
📖 6 min read🧠 Deep dive

Original authors: Shijia Ge, Yijun Liu, Yinxin Zhang, Shuzhao Xie, Weixiang Zhang, Mingcai Zhou, Zhi 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 have long struggled to move with the fluid confidence of a living creature. For decades, engineers programmed machines with rigid, hand-written rules, telling them exactly how to move their arms for every possible situation. This approach worked in controlled factories but failed miserably when the world changed even slightly. In recent years, a new approach has taken hold: teaching robots by showing them examples, much like a child learns by watching a parent. The robot watches a human perform a task and tries to copy the movements. However, these learning systems often lack a deep understanding of space. They can recognize an object but frequently fail to grasp how that object sits in three-dimensional space relative to the robot's own body. This gap in spatial understanding limits a robot's ability to handle complex tasks or adapt when the camera angle shifts or the environment changes.

A team of researchers has developed a new system designed to bridge this gap, drawing inspiration from how biological vision works. In nature, animals do not rely on a single sense to navigate; they combine what they see with a constant internal sense of their own body's position, known as proprioception. This internal feedback allows a fly to land on a moving leaf or a cat to walk along a narrow ledge without falling. The researchers, led by Shijia Ge and colleagues at Tsinghua University and other institutions, created a framework called VGGT-DP that mimics this biological strategy. Instead of relying on language instructions or simple visual cues, their system fuses a powerful, pre-trained visual model with the robot's internal state sensors. This combination allows the robot to build a robust, three-dimensional map of its surroundings and understand exactly where its own limbs are within that space.

The core of this new system is a visual engine trained on massive amounts of 3D reconstruction data. While standard robot vision models are often designed to be small and fast, sacrificing detail for speed, this system uses a large-scale model capable of predicting depth, camera angles, and the precise location of every point in a scene. The researchers found that by using this heavy-duty visual model, the robot gained a much stronger sense of geometry. However, running such a large model in real-time is computationally expensive and slow. To solve this, the team invented a clever trick called frame-wise token reuse. In a typical video feed, many frames overlap significantly; the background and most objects do not change from one millisecond to the next. The new system recognizes this and stops recalculating the visual features for parts of the image that have not changed. It only processes the new information arriving in the latest frame, reusing the cached data from the previous moments. This approach drastically reduced the time it takes for the robot to think, making the powerful visual model practical for real-world use.

To ensure the robot's vision matched its physical reality, the researchers added a layer of internal supervision. They taught the visual system to predict the robot's own joint angles and hand position based solely on what it saw. If the robot's eyes saw a hand reaching for a cup, the system had to be able to correctly guess where that hand was located in space. This forced the visual model to align perfectly with the robot's internal state, creating a tight feedback loop. The final piece of the puzzle involved a method called random token pruning, where the system intentionally ignores small, random parts of the visual data during training. This technique acts like a form of stress testing, forcing the robot to learn the overall shape and structure of a scene rather than memorizing specific details, making it more resilient to missing information or noise.

When tested on a suite of challenging tasks involving manipulation, such as picking objects out of holes, sweeping items into a basket, or pulling a stick, the new system showed remarkable improvements over existing methods. In difficult scenarios requiring precise spatial reasoning, the new approach achieved success rates significantly higher than previous top-performing models. For instance, in a task requiring the robot to pick an object out of a deep hole, the new system succeeded in 55% of attempts, whereas the previous best method (DP3) achieved only 14%. The system also proved highly effective in tasks like sweeping items into a pile, where it succeeded 44% of the time compared to just 15% for the next best competitor. These results suggest that giving robots a deep, geometry-aware understanding of space is far more critical for complex manipulation than simply adding language capabilities.

However, the researchers were careful to note where the system still falls short. While it excelled at tasks requiring complex spatial reasoning, it did not always outperform older, simpler models on very basic tasks, such as reaching for a nearby object. In these simple scenarios, the heavy visual model sometimes introduced unnecessary complexity. More significantly, the system struggled when the camera angle changed even slightly. When the researchers tested the robot with the camera rotated by just five degrees, the success rate dropped dramatically from nearly 40% to almost zero. This indicates that while the system has learned to understand 3D space well, it has not yet learned to be flexible enough to handle new viewpoints that were not present in its training data. The researchers suggest that future work must focus on making these visual representations more robust to changes in perspective.

The study concludes that the path to more capable robots lies not in making them smarter with language, but in making their vision more grounded in physical reality. By combining a large-scale visual model that understands 3D geometry with the robot's own internal sense of its body, the researchers created a system that can navigate and manipulate the world with a level of precision previously unseen in imitation learning. The work demonstrates that the key to generalizable robot control is a deep, spatial understanding of the environment, supported by an internal awareness of the robot's own state. While challenges remain, particularly in handling unexpected changes in camera angles, the findings offer a clear direction for the future of robotic control: prioritize spatial grounding and biological inspiration over linguistic complexity.

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 →