We introduce CoSPlan (Corrective Sequence Planning), a benchmark designed to study VLMs' planning capabilities in erroneous scenarios. CoSPlan focuses on 2D spatial vision tasks guided by text-based instructions, requiring models to plan a temporal sequence of actions toward a goal (temporal), while detecting and correcting an erroneous action.
CoSPlan includes four diverse tasks:
- Maze-E: Navigation in a 2D maze with obstacles and erroneous moves.
- Blocks-World-E: Re-arranging colored blocks into a target configuration.
- Shuffle-E: Reconstructing shuffled image tiles to form the original image.
- Robo-VQA-E: Re-organizing real-world objects based on instructions.
We evaluate a broad set of VLMs on CoSPlan — GPT-5.1, GPT-4o, Gemini-3-pro, CoG-VLM, Intern-VLM 2, Intern-VLM 3, Janus-Pro-7B, Llama3-8B, Qwen2-VL-8B, and Qwen3-VL-8B — under Vanilla input as well as two enhanced reasoning strategies, Chain-of-Thought (CoT) and Scene Graphs (SG).
Overview of CoSPlan Benchmark Datasets: Maze-E, Blocks-World-E, Shuffle-E, and Robo-VQA-E.