multimodal-fusion-early-vs-intermediate

IN premiseentries/2026/06/21/wiki-Large_language_model-chunk-2.md

Created 2026-06-21T09:50:09+00:00

Two multimodal fusion strategies exist: early fusion (combine modality embeddings before prediction) and intermediate fusion (process modalities independently, then fuse via cross-attention, e.g., Flamingo).

Summary

When a system takes in multiple kinds of information (like text and images), there are two fundamentally different ways to mix them: slam everything together at the start, or let each type do its own processing first and then merge the results partway through. This choice shapes everything downstream, because it determines how much each modality can inform the other before a final decision is made.

Dependents

These beliefs depend on this one: