A bone-china studio concatenates raw pixel values next to raw token ids and feeds that concat into one stack. Which fusion type is that?
Select an answer to reveal the explanation.
Short Explanation
Early fusion is glue at the door: pixels and token ids meet before either side gets its own deep tower. That input-level join is the tell.
Full Explanation
Early fusion combines low-level or raw features so modalities meet at or near the input, before separate deep per-modality stacks. Averaging finished decisions is late fusion; mid-level interaction after encoders is intermediate fusion; choosing next actions is agent orchestration, not a fusion type.