A small MLP that translates vision-encoder features into the language model’s embedding space.
Popularized inApr 2023Visual Instruction Tuning
The projector (often just one or two linear layers) maps visual features into vectors that look like text-token embeddings to the LLM, which then attends over them like any other tokens. It is tiny compared to the towers it connects but is where ‘alignment’ between modalities is learned. Many multimodal training recipes tune the projector first, alone.
Share of new models that have included a multimodal projector over time.
Open any of these on hfviewer to find this block in the interactive architecture graph.
Browse all 164 models with this in the catalog →
hfviewer renders the full architecture of 3,500+ Hugging Face models as interactive graphs. Hover any block to see what it does, with this model’s real numbers.
Browse all model graphs →