Closed-loop remaining-plan supervisor for long-horizon manipulation
Robot teams working on long household or warehouse sequences can now build a supervisor layer that replans after every step from the current camera view, keeps a short done-and-remaining memory, and sends the action policy a simple 2D trace for the next local move. LoHo-Manip gives a concrete recipe for this split between task management and execution. The value is operational: when a grasp misses or an object shifts, the failed subtask stays in the remaining plan and the trace updates on the next cycle, so recovery stays inside the normal control loop.
A practical first version does not need a new foundation model. Take an existing short-horizon VLA or diffusion policy, add a planner that rewrites the remaining subtasks after each observation, and render a trace overlay into the executor input. The cheap check is a replay set of multi-step tasks with injected small failures such as off-center grasps or moved objects. Measure whether the system resumes the intended sequence without a manual reset. This is credible now because LoHo-Manip reports gains on long-horizon reasoning and trajectory prediction benchmarks, including 63.1 on RoboVQA and 56.7 on EgoPlan2, with a receding-horizon planner explicitly designed to preserve failed steps in memory until they are completed.