CoSPlan: Corrective Sequential Planning via Scene Graph Incremental Updates
About
Large-scale Vision-Language Models (VLMs) exhibit impressive complex reasoning capabilities but remain largely unexplored in visual sequential planning, i.e., executing multi-step actions towards a goal. Additionally, practical sequential planning often involves non-optimal (erroneous) steps, challenging VLMs to detect and correct such steps. We propose Corrective Sequential Planning Benchmark (CoSPlan) to evaluate VLMs in error-prone, vision-based sequential planning tasks across 4 domains: maze navigation, block rearrangement, image reconstruction,and object reorganization. CoSPlan assesses two key abilities: Error Detection (identifying non-optimal action) and Step Completion (correcting and completing action sequences to reach the goal). Despite using state-of-the-art reasoning techniques such as Chain-of-Thought and Scene Graphs, VLMs (e.g. Intern-VLM and Qwen2) struggle on CoSPlan, failing to leverage contextual cues to reach goals. Addressing this, we propose a novel training-free method, Scene Graph Incremental updates (SGI), which introduces intermediate reasoning steps between the initial and goal states. SGI helps VLMs reason about sequences, yielding an average performance gain of 5.2%. In addition to enhancing reliability in corrective sequential planning, SGI generalizes to traditional planning tasks such as Plan-Bench and VQA. Project Page : https://shroglck.github.io/cos_plan/
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Step Completion | CoSPlan | Robo-VQA-E Step Completion Score56.4 | 20 | |
| Error detection | CoSPlan | Robo-VQA-E Score10.1 | 20 | |
| Spatial-Map | VQA dataset | Step Completion38.2 | 18 | |
| Error detection | CoSPlan Blocks-World-E | Accuracy44.5 | 15 | |
| Error detection | CoSPlan Robo-VQA-E | Accuracy35.3 | 15 | |
| Error detection | CoSPlan Maze-E | Accuracy0.334 | 15 | |
| Step Completion | CoSPlan Robo-VQA-E | Accuracy25.1 | 15 | |
| Step Completion | CoSPlan Shuffle-E | Accuracy0.271 | 15 | |
| Step Completion | CoSPlan Maze-E | Accuracy41.2 | 15 | |
| Step Completion | CoSPlan Blocks-World-E | Accuracy26.7 | 15 |