← Latest papers
💻 computer science

Beyond Text Prompts: Visual-to-Visual Generation as A Unified Paradigm

This paper introduces **V2V-Zero**, a training-free framework that enables visual-to-visual generation by conditioning existing vision-language models on visual specification pages instead of text prompts, demonstrating that this unified paradigm achieves competitive performance while revealing current limitations in content generation and structural control across image and video models.

Original authors: Yaofang Liu, Kangning Cui, Meng Chu, Zhaoqing Li, Suiyun Zhang, Jean-Michel Morel, Xiaodong Cun, Haoxuan Che, Rui Liu, Raymond H. Chan

Published 2026-05-13
📖 6 min read🧠 Deep dive

Original authors: Yaofang Liu, Kangning Cui, Meng Chu, Zhaoqing Li, Suiyun Zhang, Jean-Michel Morel, Xiaodong Cun, Haoxuan Che, Rui Liu, Raymond H. Chan

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: Stop Describing, Start Showing

Imagine you are an architect trying to tell a builder what to construct.

  • The Old Way (Text-to-Image): You write a long, detailed letter describing the house. You say, "It should be blue, with three windows on the left, a red door, and a chimney shaped like a cat." The builder (the AI) has to read your words, guess what "blue" looks like, imagine the "cat-shaped chimney," and hope they get the layout right. Often, they get it wrong because words are fuzzy.
  • The New Way (Visual-to-Visual / V2V): Instead of a letter, you hand the builder a blueprint. This blueprint isn't a picture of the finished house to copy; it's a specification sheet. It has a blue paint swatch, a sketch of the cat-chimney, a diagram showing exactly where the windows go, and a photo of the red door. The builder looks at this sheet and builds exactly what is shown.

This paper introduces V2V-Zero, a method that lets you give AI generators these "blueprints" (visual pages) instead of text prompts.

How It Works: The "Magic Translator"

The researchers didn't build a new AI from scratch. Instead, they found a clever shortcut using existing technology.

  1. The Two-Step Process:
    • Imagine you have a Translator (a Vision-Language Model, or VLM) who is great at looking at pictures and understanding what they mean.
    • Imagine you have a Builder (a Diffusion Model) who is great at making images but usually only listens to the Translator's spoken words.
    • The Trick: The researchers realized that the Translator already turns pictures into a secret "code" (hidden states) that the Builder understands. Usually, the Translator only turns text into this code.
    • The Innovation: They simply told the Translator, "Hey, look at this visual blueprint page instead of a text prompt. Give the Builder the code you made from the picture."
    • Result: The Builder receives the blueprint's "code" and builds the image based on the visual instructions, without needing to be retrained. It's like swapping the language the Builder listens to, without changing the Builder's ears.

The "Zero-Shot" Superpower

The paper calls this "Zero-Shot" and "Training-Free."
Think of it like giving a chef a new recipe card. Usually, to teach a chef a new style, you have to send them to culinary school (training). Here, the researchers just handed the chef a new card with pictures instead of words. The chef already knew how to read the ingredients (the visual code); they just needed to be shown the ingredients in a different format. The chef didn't need to go to school; they just needed a new menu.

What They Tested (The "Simple-V2V Bench")

To see if this actually works, they created a test called Simple-V2V Bench. It's like a driving test for AI, but instead of driving a car, the AI has to follow visual instructions.

They tested seven types of "blueprints":

  1. Inline Color: A tiny blue square in the instructions.
  2. Visual Reference: A photo of a specific dog to copy.
  3. Visual Text: A word written in a specific font to reproduce.
  4. Counting: A picture showing exactly 3 apples.
  5. Style: A painting to copy the style of.
  6. Pose: A skeleton drawing of a person's pose.
  7. Sketch: A rough drawing to turn into a real image.

The Results: The "Three-Tier" Reality

The results were a mix of "Wow!" and "Not yet." They found a clear hierarchy of difficulty:

  1. The Easy Stuff (Strong): The AI was very good at binding attributes. If you showed a blue square, it made a blue object. If you showed a specific dog photo, it made that dog. It could also copy text styles well.
    • Analogy: The builder is great at painting the walls the exact color you swatched.
  2. The Hard Stuff (Unreliable): When asked to generate specific content based on complex visual cues, it struggled.
    • Analogy: The builder sometimes paints the wrong number of windows or puts the door on the roof.
  3. The Hardest Stuff (Difficult): Structural control (like following a pose sketch or a layout diagram) was the weakest link. Even the best commercial systems (like GPT Image 2) struggled to follow a stick-figure drawing perfectly.
    • Analogy: The builder often ignores the floor plan and builds the house upside down, even if the colors are right.

The Video Extension

They also tried this on a video generator (HunyuanVideo). They handed it a visual blueprint and asked for a video. It worked, but the results were even lower than the images.

  • Analogy: Asking the builder to build a moving house based on a blueprint is even harder than building a static one. The builder got the colors right but messed up the movement.

The "Secret Sauce" Discovery

The researchers looked under the hood to see why it worked. They found that the AI wasn't actually "thinking" about the picture and turning it into a sentence in its head.

  • The Finding: 95% of the time, the AI was looking directly at the visual code from the blueprint. It wasn't ignoring the picture to write a description first; it was reading the picture's "DNA" directly.
  • Analogy: It's like the builder isn't reading a letter describing the house; they are looking at the blueprint's wiring diagram and following the wires directly.

Summary

This paper proposes a new way to talk to AI: Show, don't tell.

  • What it is: A method to use visual pages (blueprints with colors, sketches, and photos) as instructions instead of text.
  • How it works: It uses existing AI tools in a clever way, swapping text inputs for visual inputs without needing to retrain the models.
  • What it can do: It's excellent at copying colors, styles, and specific objects.
  • What it can't do yet: It still struggles with complex layouts, exact counts, and following detailed pose sketches.

The paper concludes that while we are currently in a "text-first" world, the technology is already ready to understand "visual-first" instructions, opening the door for a future where we design with pictures rather than paragraphs.

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 →