Project page

GeoProp: Grounding Robot State in Vision for Generalist Manipulation

Guoyang Zhao1,* Quanhao Qian2,3,* Gongjie Zhang4 Wenhao Li5 Jiuniu Wang2,3 Xiaowei Lu2,3 Deli Zhao2,3 Ran Xu2,3,✉
1Tongji University 2DAMO Academy, Alibaba Group 3HuPan Lab 4Alibaba Group 5Nanyang Technological University
*Equal contribution.   Corresponding author.

GeoProp turns proprioception from an isolated state vector into image-grounded visual tokens by projecting the end-effector into the policy's feature grid.

Paper Code coming soon

Abstract

Abstract

Proprioception is fundamental to robotic manipulation, yet standard fusion methods often treat it as an isolated vector lacking explicit alignment with visual tokens. Without a direct correspondence between 3D kinematics and 2D feature maps, manipulation policies struggle to ground the robot's state within the scene, frequently underperforming even vision-only baselines. To address this, we introduce GeoProp, a lightweight, plug-and-play adapter that aligns proprioception with vision through explicit geometric grounding and spatial feature sampling. GeoProp projects the robot state onto the image plane to sample localized visual features, constructing a grounded state token. It then injects state-derived spatial priors into the corresponding visual features via FiLM modulation. To capture motion intent, GeoProp further samples features at a short-horizon predicted coordinate derived from recent kinematics, providing look-ahead visual context. Across 67 tasks, GeoProp improves Diffusion Policy by 8.7% on 63 simulation tasks and π0 by 4.0% on the RoboTwin subset, and yields a 10.6% average gain across both policy families in the real world, while adding only 2-3% to the parameter count. These results demonstrate that GeoProp is a simple yet high-impact inductive bias for generalist embodied policies.

Comparison with standard proprioception fusion

Explicit state-token grounding.

Vanilla fusion treats proprioception as a global vector. GeoProp anchors robot state to the projected end-effector region, so state tokens inherit local visual semantics.

Vanilla π0 global state fusion
GeoProp-π0 grounded token fusion
Synchronized heatmap comparison: vanilla attention remains diffuse, while GeoProp localizes around the gripper and manipulated objects.
Total evaluation 67 simulation and real-world tasks
Diffusion Policy DP
Simulation, ResNet-18 66.8 -> 75.3 +8.5
Simulation, ViT-Base 62.0 -> 71.0 +9.0
Real-world 38.8 -> 50.0 +11.2
Vision-Language-Action π0
Simulation 64.0 -> 68.0 +4.0
Real-world 43.8 -> 53.8 +10.0

All values are success rates or absolute success-rate gains over Vanilla.

Method

A lightweight adapter for image-grounded proprioception.

GeoProp is a lightweight, plug-and-play adapter that aligns proprioception with vision through explicit geometric grounding and spatial feature sampling. It keeps the downstream policy unchanged while converting robot state into image-native tokens sampled from the vision backbone.

GeoProp architecture overview
GeoProp projects the 3D end-effector state into the vision feature grid, samples the aligned visual cell, and locally FiLM-modulates that cell with the full proprioceptive state. The grounded and predictive tokens are appended to DP or π0 without changing the policy backbone.
01

Geometric projection and sampling

Camera calibration maps the 3D end-effector position to a 2D feature-grid coordinate. GeoProp samples the co-located visual feature to form the grounded state token.

02

Spatially aligned feature modulation

The proprioceptive state predicts FiLM parameters that modulate only the aligned feature cell, injecting pose, orientation, history, and gripper state without changing unrelated regions.

03

Predictive kinematic sampling

Recent end-effector history predicts a short-horizon waypoint. Sampling at its projected coordinate gives the policy a compact visual cue for near-future motion intent.

Results

Consistent gains across policies, backbones, and deployment settings.

Across MetaWorld, RLBench, and RoboTwin, GeoProp improves over vanilla proprioception fusion, indicating that geometric state grounding is not tied to a single simulator or task family. We report Diffusion Policy results across 63 simulation tasks, results with the π0 policy on RoboTwin, and real-world Mobile ALOHA evaluation with both policy families.

Diffusion Policy

Simulation benchmarks, 63 tasks

Diffusion Policy success rates across simulation benchmarks
VLA policy

π0 on RoboTwin

Success rates on pi-zero across RoboTwin tasks
Mobile ALOHA

Real-world success rates

Real-world Mobile ALOHA success rates

GeoProp improves over vanilla proprioception fusion across simulation and real-world settings. The gains are obtained with only a small parameter overhead in the Diffusion Policy experiments, suggesting that the effect comes primarily from geometric alignment rather than model size.

Real-world rollouts

Mobile ALOHA demonstrations across four household tasks

Paper Toss
Coffee Retrieval
Desk Clearing
Table Cleaning

Videos show Diffusion Policy rollouts; the table above reports both Diffusion Policy and π0 real-world success rates.

Analysis

What GeoProp changes inside visual policy learning.

We analyze GeoProp from three complementary angles: whether projection remains reliable under calibration noise, whether grounded tokens improve state-vision alignment, and whether the sampled token carries richer local perception around the end-effector.

Calibration robustness

Projection is useful under moderate camera-robot drift.

GeoProp relies on camera intrinsics and extrinsics to select the aligned feature cell, so we perturb camera extrinsics only at evaluation time. Performance degrades gradually as projection error grows, but remains above Vanilla and No-Proprio under mild-to-moderate drift, up to 2.5 cm translation error and 1.5 degrees rotation error in the reported setting.

Translation calibration robustness plot
Translation drift shifts the sampled feature cell away from the interaction region.
Rotation calibration robustness plot
Pitch and yaw are more harmful because they move the projection across image regions.
Modality alignment

Grounded state tokens make proprioception visible to the image stream.

Vanilla fusion injects proprioception as a global vector, so the policy must learn state-vision correspondence implicitly. GeoProp projects the end-effector into the feature grid and samples the co-located visual token, making proprioception image-native. The heatmaps show this effect directly: activations become more concentrated around the gripper and manipulated objects instead of spreading across background regions.

Parallel attention visualization. GeoProp localizes policy attention around the robot-object interaction region, supporting the modality-alignment mechanism.
Local perceptual evidence

The state token carries nearby scene context, not only coordinates.

The projected end-effector cell is sampled from the vision backbone, so the resulting token contains local image semantics around the gripper. This lets the policy condition on information that is missing from raw proprioception alone, such as nearby objects, contact surfaces, and whether the end-effector is positioned around the task-relevant target.

Projected end-effector grounding region across task progress
The orange grounding region follows the projected end-effector through task progress, while covering the local object context used to construct the grounded state token.

Citation

BibTeX

@misc{zhao2026geopropgroundingrobotstate,
  title         = {GeoProp: Grounding Robot State in Vision for Generalist Manipulation},
  author        = {Guoyang Zhao and Quanhao Qian and Gongjie Zhang and Wenhao Li and Jiuniu Wang and Xiaowei Lu and Deli Zhao and Ran Xu},
  year          = {2026},
  eprint        = {2607.07101},
  archivePrefix = {arXiv},
  primaryClass  = {cs.RO},
  url           = {https://arxiv.org/abs/2607.07101}
}