Geometry-guided VLA policies
Vision-language-action (VLA) papers center on signals that make actions physically meaningful. 3DThinkVLA aligns Qwen3-VL visual features with VGGT 3D features and distills a spatial reasoning anchor into normal action prompts. It reports 98.7% average success on LIBERO and 81.0% on LIBERO-PLUS while using only 2D images at inference.
VISTA attacks the data side of the same problem. It adapts Universal Manipulation Interface (UMI) demonstrations by training on an 8M-sample fisheye VQA set and filtering trajectories for completeness, continuity, self-collision risk, and execution fidelity. ForesightFlow adds a lighter policy-improvement path: each action chunk carries generated success-potential scores, giving best-of-K selection without a separate critic. Its real-world bimanual success rate is 35.4%, above IDQL at 32.6%, with reported training compute falling from 287 to 178 GPU hours.