Paper Overview
Field: Computer Vision / Robotics Authors: Yu Qi, Zhang Ye, Xinyi Xu Published: 2026-07-25 arXiv: 2507.20476
Summary
Compositional generalization is essential for robots to follow diverse instructions. However, pretrained policies are known to take shortcuts, deferring to salient cues rather than grounding language. This work introduces a diagnostic framework that localizes this failure to individual instruction factors—reusable semantic components such as color, verb, object, size, and spatial attribute.
Key Contributions
- Instruction factor bias: The paper formalizes the tendency of fine-tuned policies to over-rely on dominant factors as shortcuts.
- Two metrics:
- Factor Dominance Rate (FDR): captures pairwise bias between factors.
- Factor Dominance Hierarchy (FDH): aggregates pairwise biases into a global ranking.
- Consistent finding: Evaluation on six foundation policies reveals a broadly consistent ordering: color ≥ object ≥ spatial ≥ verb ≥ size. Color dominates, while verbs and size are the least grounded.
Actionable Diagnosis
The diagnostic is operational: a bias-aware data collection strategy reallocates a fixed budget toward under-grounded factors. This approach outperforms baselines on both simulated and real robots while using half the demonstrations, enabling more efficient sampling and more generalizable policy learning.
> Full abstract: https://arxiv.org/abs/2507.20476