22

17:20 - 17:42

Multimodal uncertainty should block publication

Watch from 17:20

An image can look plausible and still fail an important content check. For example, a dish description may say that a serving contains eight wontons. Looking only at the pixels may not provide enough evidence to confirm that count. In the production example in this chapter, the system is not confident that eight wontons are present, so it rejects the example instead of publishing or editing it to satisfy the text.

Source focus (17:20–17:42): The presenters explain that the image and output alone do not establish that eight wontons are present. Because the system is not confident, it rejects the example in production. Their point is that multimodal evidence matters for the decision.

The question is not only “Does this image look good?”

Earlier checks considered whether an image should be enhanced and whether an enhancement improved the original. This case adds another question:

Does the visual content support the claims supplied with the image?

The claim here is a count: eight wontons. That claim may come from a description or metadata field. The lesson JSON does not specify which field supplied it, so the field should not be assumed. What matters is the relationship between two modalities:

  1. Visual evidence: what the image appears to show.
  2. Textual or metadata evidence: what the description says is present.

The system must compare these sources rather than trusting either one in isolation. A text description can state a count, but text alone does not prove that the image shows that count. Conversely, an image may show several overlapping objects without making the exact number clear.

At about 17:27, the visible slide pairs two wonton soup images with a description containing the count “8Pcs.” The images and text establish the count-related evaluation example. The slide itself does not explicitly show the confidence calculation or the production rejection described by the presenters.

Uncertainty is an evaluation result

Suppose the evaluator cannot confidently decide whether the image satisfies the eight-wonton claim. That is different from proving that the image contains the wrong number.

  • Established mismatch: the available evidence supports the conclusion that the image and description disagree.
  • Uncertainty: the available evidence is insufficient to conclude whether they agree.

These outcomes can lead to the same cautious action, but they carry different meanings. A mismatch is a finding about the content. Uncertainty is a finding about the evidence. Treating every unsure case as a definite failure would overstate what the evaluator knows. Treating every unsure case as a pass would hide a risk that the system cannot resolve.

This is the same reason the pairwise evaluator in the previous chapter retained an unsure result instead of forcing every comparison into yes or no. An evaluation record should preserve the difference between “wrong” and “not verified.” That distinction helps engineers diagnose the system and helps release logic choose a safe response.

Why pixel-only inspection is insufficient

Pixel inspection is useful for visual properties such as apparent color, sharpness, or composition. It becomes less reliable when the requirement is semantic: a statement about what objects are present, how many there are, or whether the image matches a named dish.

Counting can be difficult when objects overlap, are partly hidden, or have similar boundaries. More generally, a visually attractive result can still be unfaithful to the source or to its accompanying description. An editor that tries to make the pixels “match” the text could invent missing wontons. That would turn a lack of evidence into a fabricated visual fact.

The multimodal check therefore does not ask the image model to repair an uncertain count automatically. It uses the image together with the description or metadata to decide whether the claim is supported well enough for the next step.

The production policy: fail closed

In this example, the presenters choose rejection when the system is not confident. This is a fail-closed decision: when the evidence is insufficient, the item does not proceed to production publication.

The choice protects several earlier goals at once:

  • Faithfulness: the system does not add content merely to satisfy an unverified description.
  • Safety: an uncertain case does not silently become a published case.
  • Trust: the marketplace is less likely to show an image that misrepresents the dish.

Rejection is not proof that the image is definitely wrong. It means the system has not earned enough confidence to release it. That distinction matters operationally. The item may later be reviewed, corrected, or handled by another process, but this chapter does not specify such a recovery procedure.

How this fits the closed loop

This check sits between multimodal understanding and publication. The system has an image, a related description or metadata claim, and an intended enhancement workflow. Before the result is allowed through, the evaluator asks whether the available evidence supports the claimed content. If the answer is uncertain, the production path stops for this example.

This is not the same as a routing error. Routing asks whether the item should be enhanced or skipped. It is also not the same as a proven editing failure, where the output clearly adds, removes, or changes content. The multimodal uncertainty case occurs when the system cannot verify an important relationship confidently enough.

The central lesson is simple: absence of proof is not proof of correctness. For content claims such as “eight wontons,” the image and its accompanying text must be considered together. When that evidence remains insufficient, retaining uncertainty and blocking publication is safer than guessing.

Source visuals

A Generation Evals failure-example slide pairs two wonton soup images with a dish description containing an eight-piece count.

The paired food images and the visible ‘8Pcs’ description establish the example’s count-related content, while the failure-example heading supports the surrounding evaluation discussion. The uncertainty and production rejection described in the transcript are not explicitly shown.

Source at 17:27
100% Space + drag to pan | Ctrl/Cmd + wheel to zoom