Editing
Multimodal Ai
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Understanding</span> == The key challenge in multimodal AI is '''grounding''': connecting abstract representations across very different data formats. A photo of a dog and the text "dog" contain the same semantic concept expressed in completely different computational forms β one is pixels arranged in space, the other is a token sequence. Teaching models to bridge these representations is the core problem. '''Two architectural approaches''': '''Early fusion''': Combine modalities at the input level β interleave image patches and text tokens into a single sequence and pass it through a transformer. This allows fine-grained cross-modal interaction from the first layer. Gemini and GPT-4o use variants of this approach. '''Late fusion''': Process each modality with a specialized encoder, then combine the representations at a higher level. A vision encoder (ViT) processes the image into a sequence of visual tokens; a language model processes the resulting tokens alongside text. LLaVA and many production VLMs use this approach because it can leverage separately pre-trained encoders. '''CLIP's contrastive training''': CLIP is trained on 400 million (image, text) pairs from the internet using contrastive loss β the image and its matching caption are pulled together in embedding space, while mismatched pairs are pushed apart. The result is an embedding space where text and images of semantically similar concepts are close β enabling zero-shot image classification, image retrieval, and cross-modal search. '''Why is multimodal hard?''' Each modality has different token rates (a 256Γ256 image = 256 visual tokens; one second of audio = ~50 audio tokens), different noise characteristics, and different temporal structures. Balancing learning across modalities during training β preventing one modality from dominating β is a significant engineering challenge. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information