← Latest papers
💻 computer science

Beyond Accuracy: Benchmarking Cross-Task Consistency in Unified Multimodal Models

This paper introduces XTC-Bench, a novel evaluation framework and the Continuous Cross-Task Agreement (CCTA) metric, to diagnose and quantify the semantic consistency between visual understanding and generation in unified multimodal models, revealing that high standalone task performance does not guarantee coherent unified representations.

Original authors: Weixing Wang, Liudvikas Zekas, Anton Hackl, Constantin Alexander Auga, Parisa Shahabinejad, Jona Otholt, Antonio Rueda-Toicen, Gerard de Melo

Published 2026-04-29
📖 4 min read☕ Coffee break read

Original authors: Weixing Wang, Liudvikas Zekas, Anton Hackl, Constantin Alexander Auga, Parisa Shahabinejad, Jona Otholt, Antonio Rueda-Toicen, Gerard de Melo

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 have a very talented artist who can also act as a museum guide. This artist is a "Unified Multimodal Model" (uMM). Their job is to do two things with the same picture:

  1. Understand it: Look at a photo and describe what's happening (the "Guide" role).
  2. Create it: Read a description and draw a new picture based on it (the "Artist" role).

For a long time, we've tested these artists by checking their Guide skills separately from their Artist skills. We'd ask, "How well can they describe a car?" and "How well can they draw a car?" separately. If they got high scores on both, we assumed they were perfect.

The Problem: The "Split Personality" Issue
The authors of this paper realized there's a hidden flaw. Just because an artist can describe a red car perfectly doesn't mean they can draw a red car when asked. Conversely, they might draw a beautiful red car but fail to recognize it as red when asked to describe it.

They call this a lack of Cross-Task Consistency. It's like a person who can recite a recipe perfectly but burns the cake when they try to cook it. The paper argues that current models often have this "split personality": their internal understanding of the world doesn't match their ability to create it.

The Solution: XTC-Bench (The "Fact-Check" System)
To fix this, the authors built a new testing ground called XTC-Bench. Instead of just asking general questions, they use a "Scene Graph."

Think of a Scene Graph as a detailed, structured recipe card for a picture. It breaks an image down into tiny, atomic facts:

  • Object: A car.
  • Attribute: It is white and silver.
  • Relation: It is parked in front of a tree.

Here is how their test works:

  1. The Master Recipe: They start with a perfect "recipe card" (the Scene Graph) of a real photo.
  2. The Artist's Turn: They feed the recipe to the AI and ask it to draw the picture.
  3. The Guide's Turn: They show the AI the original photo and ask it to read back the recipe (e.g., "What color is the car?").
  4. The Comparison: They compare what the AI drew against what the AI said.

If the AI draws a white car but says the car is blue, it has failed the consistency test, even if it drew a good car and gave a good answer separately.

The New Score: CCTA (The "Truth Meter")
They invented a new score called CCTA (Continuous Cross-Task Agreement).

  • Old Way: "Did you get the answer right?" (Accuracy).
  • New Way (CCTA): "Did you tell the truth in both directions?" (Consistency).

They also created a smarter score called AW-CCTA. This is crucial because it catches a specific trick: Consistent Hallucination.

  • Scenario: An AI is terrible at everything. It always draws a blue car, and when asked, it always says the car is blue.
  • Old Score: It looks consistent! (It matches itself).
  • New Score (AW-CCTA): It gives a low score because, while it is consistent, it is consistently wrong. It rewards models that are consistent and correct.

What They Found
The authors tested 8 open-source models and 2 commercial giants (like Google's Gemini and OpenAI's GPT). Here is what they discovered:

  1. High Scores Don't Mean High Consistency: A model can be great at drawing and great at describing, but still have a "split personality." The two skills don't automatically talk to each other.
  2. Understanding is Easier than Creating: Almost every model was better at describing a picture than drawing it. They are better guides than artists.
  3. Architecture Matters, But Not How You Think: You might think that if you build a model with one brain for both tasks, it will be consistent. The authors found that simply sharing the "brain" (architecture) isn't enough. The key is how tightly the training goals for "seeing" and "drawing" are linked. If they aren't linked tightly, the model learns two different languages for the same world.
  4. The "Consistent Wrong" Trap: Some models were found to be consistently hallucinating (making up the same wrong facts in both directions). The new AW-CCTA score was the only one that caught this.

The Takeaway
This paper introduces a new way to test AI that looks for internal honesty. It shows that just because an AI can do two things well doesn't mean it understands the world in a single, coherent way. To build truly unified AI, we need to stop testing the "Guide" and the "Artist" separately and start checking if they are telling the same story.

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 →