Skip to reading
AI.Multimodal AI / Modern ML

Multimodal and vision-language models

Node 10 of 12 in AI

Objectives

  • Identify the key rules and §§ that apply to multimodal and vision-language models.
  • Apply the AI.Multimodal knowledge element in a typical exam scenario.
  • Recognize common distractors and partial-credit answers.

Read

AI.Multimodal

Multimodal and vision-language models

AI Era · Multimodal Vision-language and generative models

**Contrastive vision-language pretraining:** • **CLIP (Radford et al. 2021)** — dual encoder (ViT image + transformer text), InfoNCE contrastive loss. Zero-shot classification by prompting. • **SigLIP, EVA-CLIP, OpenCLIP** — follow-ups with better losses and scale.

**Vision-Language Models (VLMs) / MLLMs** (April 2026): • **Claude Opus 4.7 vision** — native multimodal; high OCR + chart/diagram reasoning. • **Gemini 2.5** — 1-2M context multimodal. • **GPT-4o, o3, o4** — omni-model with real-time voice/video. • **Llama 3.2 Vision (11B / 90B)** — open weights. • **Qwen2.5-VL, InternVL-2.5** — strong open Asian labs.

Architecture pattern: CLIP-style vision encoder → projector (MLP or Q-former) → LLM decoder. Trained with image-text pairs then instruction-tuned on VQA/Chart/Doc datasets.

**Generative image/video:** • **Diffusion models** (Ho et al. 2020 DDPM, Rombach et al. 2022 Latent Diffusion) — Stable Diffusion, Flux, Imagen. Rectified flow (SD3) simplifies training. • **Masked generative** — **Muse (Google 2023) / Muse Spark (Meta 2025)** — parallel prediction of visual tokens; orders of magnitude faster inference than autoregressive. • **Video** — Sora, Veo, Movie Gen. Still expensive; consistency and physics fidelity are open problems. • **Autoregressive pixel/token** — Parti, MAGVIT.

**3D + world models** — Genie 2/3 (Google DeepMind), Sora as a world model, Tesla FSD, Cosmos. **Embodied AI** (robotics): RT-2, Octo, Pi-Zero/Pi-0.5 from Physical Intelligence.

**Evaluation:** MMMU, MMBench, ChartQA, DocVQA, MathVista, RealWorldQA. Human evals still critical for generative outputs.

Radford et al. (2021) CLIP Rombach et al. (2022) Latent Diffusion, CVPR

Check yourself

3 quick questions — no score kept, just formative feedback.

  1. Q1 · AI.Multimodal

    CLIP (Radford et al. 2021) is trained with which loss objective?

    Answer choices
  2. Q2 · AI.Multimodal

    Contrastive pretraining methods such as CLIP enable:

    Answer choices
  3. Q3 · AI.LLM.Transformer

    In scaled dot-product attention (Vaswani et al. 2017), the attention scores QKᵀ are divided by √d_k before softmax primarily to:

    Answer choices

Tutor

Scoped to AI.Multimodal .

  1. Ask questions about this passage. Answers cite the specific corpus chunk and regulation. The tutor will never reproduce real exam items.