← Latest papers
💻 computer science

CoSPlan: Corrective Sequential Planning via Scene Graph Incremental Updates

This paper introduces CoSPlan, a benchmark for evaluating Vision Language Models' visual sequential planning capabilities through tasks requiring step completion and error correction, and proposes Scene Graph Incremental (SGI), a training-free method that improves performance by enabling iterative reasoning through textual scene graph updates.

Original authors: Shresth Grover, Priyank Pathak, Akash Kumar, Yogesh S Rawat

Published 2026-06-30
📖 5 min read🧠 Deep dive

Original authors: Shresth Grover, Priyank Pathak, Akash Kumar, Yogesh S Rawat

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Idea: The "Broken GPS" Problem

Imagine you are giving a robot a set of instructions to navigate a maze or rearrange furniture. You say, "Start at the door, walk to the kitchen, then put the vase on the table."

Current AI models (called Vision-Language Models or VLMs) are great at reading these instructions and talking about them. But when you ask them to actually visualize the steps and fix a mistake, they often fail.

The paper introduces a new test called CoSPlan (Corrective Sequence Planning). Think of it as a "spot the error" game for AI.

The Setup:

  1. The Scene: You show the AI a starting picture (e.g., a messy room) and a goal picture (e.g., a clean room).
  2. The Story: You tell the AI a story of what has already happened. "First, we picked up the cup. Then, we dropped it on the floor."
  3. The Trap: The story contains a mistake. Maybe the AI was told to walk through a wall, or put a heavy box on a wobbly shelf.
  4. The Test: The AI must do two things:
    • Detect the Error: Realize, "Wait, you can't walk through a wall!"
    • Fix the Plan: Figure out the correct next steps to still reach the goal, despite the earlier mistake.

Why This is Hard for AI

The authors found that even very smart AI models (like GPT-4o) struggle with this. They are like a student who can recite the rules of chess perfectly but freezes when asked to play a game where the opponent made a weird move.

  • The "Text vs. Vision" Gap: These models are great at planning in their heads using words (text). But when they have to "see" the steps in their mind's eye (vision), they get lost.
  • The "Shortcut" Problem: Many models try to cheat. Instead of figuring out the steps, they just look at the final goal picture and say, "Oh, I need to get there," without actually checking if their previous steps made sense. The CoSPlan test is designed to catch this cheating by adding a "distractor" option that looks like the goal but ignores the mistake.

The Four Games They Played

To test this, the researchers created four different types of puzzles:

  1. Maze-E: A robot trying to walk through a maze. The error might be walking into a wall.
  2. Blocks-World-E: Stacking blocks like Jenga. The error might be trying to put a block in mid-air.
  3. Shuffle-E: A jigsaw puzzle where pieces are swapped. The error is swapping the wrong pieces.
  4. Robo-VQA-E: Real-world photos of objects (like bowls and fruit). The error might be putting fruit inside a bowl that is already full.

The Solution: "Scene Graph Incremental Updates" (SGI)

Since the AI struggles to imagine the whole future at once, the authors proposed a new method called SGI.

The Analogy: The "Mental Whiteboard"
Imagine you are trying to solve a complex puzzle, but instead of trying to hold the whole picture in your head, you use a whiteboard.

  1. Step 1: You draw the starting scene on the whiteboard (a "Scene Graph").
  2. Step 2: You take the first action (e.g., "Move the cup"). You physically erase the old spot on the whiteboard and draw the cup in the new spot.
  3. Step 3: You do this for every single step, one by one.
  4. Step 4: If you realize you made a mistake (e.g., "Oops, I moved the cup into the wall"), you stop, erase the wall collision, and draw the correct move.

Why it works:
Instead of asking the AI to "imagine the whole future" in one giant leap (which causes it to hallucinate or cheat), SGI forces it to update its "mental whiteboard" step-by-step. It turns a hard visual problem into a series of smaller, manageable text-based updates.

The Results

  • The Problem: Without help, most AI models performed no better than random guessing on these error-correction tasks. They couldn't "see" the mistake or fix the plan.
  • The Fix: When the researchers used the SGI method (the step-by-step whiteboard approach), the AI's performance jumped significantly (about 4.4% on average, which is huge in this field).
  • The Takeaway: AI is getting better at "thinking" in words, but it still needs help to "think" in pictures. By breaking visual planning down into small, incremental updates, we can make these models much more reliable at fixing their own mistakes.

Summary

The paper says: "AI is good at reading instructions but bad at visualizing the consequences of a mistake. We built a test (CoSPlan) to prove this, and we found a way (SGI) to help the AI fix its plans by updating its mental picture one tiny step at a time."

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →