← Latest papers
🤖 AI

Thinking in Text and Images: Interleaved Vision--Language Reasoning Traces for Long-Horizon Robot Manipulation

This paper introduces Interleaved Vision-Language Reasoning (IVLR), a policy framework that generates explicit traces alternating between textual subgoals and visual keyframes to enable robust, long-horizon robot manipulation by combining logical coherence with geometric grounding, achieving state-of-the-art success rates on challenging benchmarks.

Original authors: Jinkun Liu, Haohan Chi, Lingfeng Zhang, Yifan Xie, YuAn Wang, Long Chen, Hangjun Ye, Xiaoshuai Hao, Wenbo Ding

Published 2026-05-04
📖 5 min read🧠 Deep dive

Original authors: Jinkun Liu, Haohan Chi, Lingfeng Zhang, Yifan Xie, YuAn Wang, Long Chen, Hangjun Ye, Xiaoshuai Hao, Wenbo Ding

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

Imagine you are teaching a robot to clean a messy kitchen. The task isn't just "pick up the spoon." It's a long story: "First, move the dirty plate to the sink, then grab the sponge, scrub the counter, and finally put the sponge back."

Current robot brains (called Vision-Language-Action policies) are like actors who are great at the next line of dialogue but terrible at remembering the whole script. They look at the sink, see a plate, and grab it. But if the task requires them to grab a cup before the plate, they might get confused, grab the wrong thing, or forget why they are there in the first place. They are "myopic"—they only see the immediate next step.

This paper introduces a new way for robots to think, called IVLR (Interleaved Vision–Language Reasoning). Here is how it works, using simple analogies:

1. The Problem: The "Amnesiac Actor"

Think of a standard robot as an actor who is given a script but has to memorize it line-by-line while performing. If the play is short, they are fine. But if the play is long (a "long-horizon" task), they forget the plot.

  • Text-only plans are like a script that says "Pick up the cup." It tells the robot what to do, but not where exactly or what the scene should look like. It's like a recipe without pictures.
  • Visual-only plans are like a movie reel of the future. It shows the robot what the scene looks like, but without words, the robot might not understand why the cup is there or in what order things happened.

2. The Solution: The "Storyboard Director"

The authors give the robot a Storyboard. Before the robot even moves a muscle, it pauses and creates a complete "movie" of the entire task in its head. This storyboard is called an IVLR-Trace.

This trace is special because it mixes two things together, alternating like a comic book:

  • Text Panels: "Pick up the white mug." (The logic/causal order).
  • Image Panels: A picture of the white mug sitting exactly where it needs to go. (The visual goal).

The robot generates this entire storyboard once at the very beginning. It's like a director saying, "Okay, here is the whole movie. Scene 1: Pick up mug. Scene 2: Place on plate. Scene 3: Pick up yellow mug..."

3. How the Robot Uses It: The "GPS with a Map"

Once the storyboard is made, the robot doesn't just blindly follow the images like a video game character. Instead, it keeps the storyboard "cached" (saved in its short-term memory) while it works.

  • The Loop: At every single moment, the robot looks at the real world (what it sees right now) and checks it against the storyboard (what it planned to see).
  • The Analogy: Imagine you are driving to a party. You have a map (the storyboard) that shows the route and the destination. But you also have eyes (the live camera). If you take a wrong turn, your eyes tell you, "Hey, that's not the street on the map!" You then correct your steering.
  • The robot does this constantly. It uses the storyboard to remember the order of events and the visual goal, but it uses its live eyes to make sure it doesn't crash into a chair that wasn't there when it made the plan.

4. How They Taught the Robot (The "Pseudo-Supervision")

Real robots don't come with storyboards; they just come with videos of people doing tasks. The authors had to teach the robot how to make its own storyboards.

  • They took videos of robots doing tasks and used a smart AI to chop the video into "scenes" (stages).
  • Then, they used another AI to write a caption for each scene (e.g., "The gripper moves to the mug") and pick a "keyframe" (a representative photo of that moment).
  • They fed these made-up storyboards to the robot as training data. It's like giving a student a textbook with answers filled in, so they can learn how to solve the problems themselves later.

5. The Results: Why It Matters

The paper tested this on computer simulations where robots had to do long, multi-step tasks (like stacking blocks or moving mugs).

  • Without the storyboard: The robot failed often, especially on long tasks (only about 37% success). It got lost in the middle of the story.
  • With just text or just images: It did better, but not great (around 60-68%).
  • With the full "Storyboard" (Text + Images): The robot succeeded 92.4% of the time on the hardest tasks.

The key finding is that you need both. You need the text to remember the order (causality) and the images to remember the location (geometry). One without the other isn't enough.

6. The Catch (Limitations)

The paper is honest about the downsides:

  • Thinking Time: The robot has to "think" for about 10 seconds before it starts moving to create the storyboard. This is fine for a slow, careful task, but it's too slow for a robot that needs to dodge a fast-moving ball.
  • Stale Plans: If the world changes after the robot makes the plan (e.g., someone moves the cup while the robot is thinking), the storyboard becomes wrong. The robot might try to follow a plan for a world that no longer exists.
  • Simulation Only: They tested this in a computer simulation, not on a real robot in a real kitchen.

Summary

This paper proposes that instead of forcing a robot to guess the next step based only on what it sees right now, we should let it write a "comic book" of the whole task first. By mixing words (the plan) and pictures (the goal) into a single "trace," the robot can remember the big picture while still reacting to the immediate world. It's a shift from "reacting" to "planning and reacting."

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 →