Introduction: If you wanted to teach a blind person to look at a painting, would you hire a translator to describe the image in words, or let them feel every line and texture directly with their fingertips? In multimodal AI, we have long employed expensive "translators" — vision encoders like CLIP. But Meta's latest paper, Tuna-2 (2026), declares: the translator can be retired.
---
#### 1. The Unloved "Translator": The Curse of Representation Misalignment
Past multimodal models typically relied on a pretrained vision encoder. While workable, this architecture has a fatal flaw: representation misalignment. The features used for understanding and the space used for generation are disconnected, making the model feel like a crudely stitched-together Frankenstein that always falls just short.
#### 2. Tuna-2: Tearing Down the Encoder's Scaffolding
Tuna-2's trick is brutally simple: completely eliminate the pretrained encoder and learn directly from raw pixels.
- Pixel embedding: It maps image patches directly into the model's latent space — like cutting a photo into pieces and feeding them straight to the large model.
- Flow matching: To achieve high-quality generation without an encoder, it introduces an efficient flow-matching algorithm, letting the model "draw" stably in raw pixel space.
- A unified language: All visual understanding and generation tasks share the same most-primitive "pixel language."
Experimental data shows Tuna-2 far outperforms traditional CLIP-dependent models on tasks requiring fine-grained visual perception (such as counting and recognizing subtle differences). This "back to basics" regression actually unlocks deeper cross-modal alignment capability.
---
#### Zhichai Commentary:
Tuna-2's success prompts reflection: were those complex module designs merely "transitional scaffolding" from a time of insufficient compute?
AI architecture seems to be undergoing a return to simplicity: from complex feature engineering back to raw pixels. The ability to face the raw fabric of the real world directly may be the ultimate path to general-purpose AI.
If "encoder-free" becomes mainstream, what "fixed convention" in AI should be dismantled next?
--- *Note: This article is based on Meta's latest multimodal architecture research released in 2026.*