imagen
Pictures from a model that only answers questions.
imagen never asks Jev to draw. It asks multiple-choice, rating and yes-or-no questions: what's the subject, what shape, what color, where does it sit. Code turns the answers into a picture.
Five prompts
64 by 64 cells · unedited
How it draws
Jev picks the subject, a circle, its size, a white fill, a grey rim and a glow.
2 · Pixels
Jev answers 1,668 color questions. The rest of the 64 by 64 cells inherit from their parent. This is the finished picture.
Side experiment: sysone-vl
Before imagen, we trained our own typed decision model on camera images. It answers four questions about a tabletop scene in 110 ms, with no text generated.
- Which object?green triangle0.99997
- In reach?yes0.991
- Will the grasp work?probably not0.308 · true 0.25
- How cluttered?heavy1.00
The green triangle hides under the grey block, so the grasp works one time in four. The model says 0.31. Reinforcement learning on simulated grasp outcomes cut its calibration error from 0.21 to 0.06.
500 held-out scenes · dashed line is perfect calibration
Built on
Jev is TypeSafe's hosted decision model. imagen calls its API. sysone-vl is our own build of the same idea on an open vision model.