Which statement correctly separates image understanding from image generation in a VLM?
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Understanding runs a vision encoder into the LLM to emit text; generation needs a separate diffusion or autoregressive image decoder to paint pixels. One ability never implies the other.
Imagine someone who can read aloud any book you hand them. That does not mean they can write and illustrate a brand-new book from scratch — reading and authoring are two different skills. A picture-reading model is the reader: it turns an image into words. A picture-making model is the author: it starts from a description and paints fresh pixels. They are built differently, so being a great reader tells you nothing about whether the same model can author. A model that does both just hires a reader and an author and puts them under one roof.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
Spend about 5 minutes: trace the understanding path forward, explain why the encoder has no inverse, then name the two generation decoder families and what an any to any model combines.
Real products, models, and research that use this idea.
What an interviewer would ask next. Try answering before peeking at the approach.
Red flags and common mistakes that signal junior thinking. Click to expand.
Assuming a vision encoder is reversible — that you can run hidden states backward through it to recover an image. Encoders compress to features; there is no inverse path to pixels.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.