Structured correction for long-horizon execution
Long-horizon robot work centered on explicit recovery logic inside the control loop. LoHo-Manip splits planning and execution, then replans from the current image with a remaining-plan memory and a 2D trace prompt. That design produced 63.1 on RoboVQA and 56.7 on EgoPlan2, ahead of named VLA baselines. ReCAPA attacks the same failure mode from another angle. It predicts mismatch across actions, subgoals, and full trajectories, and reports 58.65 on VisualAgentBench plus AI2-THOR success rate 0.75. The common point is simple: papers are putting progress checks and correction signals into execution, not leaving them outside the policy.