Most robot depth systems work in arbitrary units, so the same scene reads at a different scale in every room. A new training fix pins output to real meters, with downstream gains on manipulation tasks.
A robot arm reaching across a kitchen counter for a cup is the kind of task that quietly breaks when a robot's internal sense of distance drifts between rooms. Most depth systems used in robotics today reconstruct 3D shape in arbitrary relative units, so a "one-meter reach" silently becomes "some unknown pixel count" the moment the camera, the room, or the rig changes.
A new arxiv preprint reports a training-time fix that pins the output to real meters. On three standard indoor-scene benchmarks for 3D reconstruction (ETH3D, MegaDepth, and ScanNet++), the paper drops absolute reconstruction error from 2.01 meters to 0.07 meters, roughly a kitchen counter down to the width of a finger, more than an order of magnitude. The same module lifts performance on three benchmarks for object-picking and other manipulation tasks (LIBERO, RoboTwin, and zero-shot LIBERO-Plus), with a 6.26% gain on RoboTwin and more modest lifts on the LIBERO family (arXiv 2608.27497).
The mechanism is Metric Scale Equivariant Augmentation: the model learns to reconstruct geometry in the metric units already present in its camera and depth inputs, so a learned "one" is a real meter, not a learned constant. The module accepts anything from a single RGB camera to a multi-view RGB-D rig, and the authors bundle it into a drop-in framework called MAGP (Metric-Aware Geometry Perception). Once depth is in real meters, grasp planning, navigation, and sim-to-real transfer all get a more honest signal to work with.
Three caveats keep the result in proportion: the headline gain is on offline 3D reconstruction benchmarks, not on robots in homes or warehouses; the policy improvement is single-digit percent on most tests; and the paper is an unreviewed arxiv preprint with no independent replication yet.