Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.94 KB

File metadata and controls

26 lines (21 loc) · 1.94 KB

Vision Transformers

ViT / Vision transformers are similar to language transformers but split the image into "tokens" of image patches that are typically 16x16 pixels for the input.

VLM is a Vision-Language Model — a model that can process both images and text together, rather than just one modality (Example LLaVa).

Vision Transformers (ViT) Papers

Generative Computer Vision

Open weight diffusion models

Commercial Gen AI

  • Google and OpenAI have dropped separate diffusion models (Nano Banana and Dall E) and use native, multimodal models where the image is tokenized into the same representation space as text.
  • Midjourney