<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vision on Best of AI</title><link>https://bestofai.io/tags/vision/</link><description>Recent content in Vision on Best of AI</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Thu, 16 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://bestofai.io/tags/vision/index.xml" rel="self" type="application/rss+xml"/><item><title>BLIP</title><link>https://bestofai.io/models/blip/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/blip/</guid><description>&lt;p&gt;BLIP (Bootstrapping Language-Image Pre-training) is a vision-language model that Salesforce Research introduced in early 2022. It handles both understanding tasks, like image captioning and visual question answering, and retrieval tasks, like matching images to text. The model was trained with a bootstrapping method that cleans up noisy web-scraped captions by generating synthetic ones and filtering out the bad matches, which let it reach strong results without relying purely on massive uncurated datasets. At around 223 million parameters, BLIP is small next to later multimodal systems, but it was influential in showing that caption quality matters as much as caption quantity for pretraining.&lt;/p&gt;</description></item><item><title>BLIP-2</title><link>https://bestofai.io/models/blip-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/blip-2/</guid><description>&lt;p&gt;BLIP-2 is a vision-language model that Salesforce Research published in January 2023, and it&amp;rsquo;s built around a specific efficiency trick: instead of training a large image encoder and language model together from scratch, it freezes both a pretrained image encoder and a pretrained language model and trains only a lightweight connector between them, called a Q-Former. That Q-Former has around 188 million trainable parameters, less than 2% of the total model, which made BLIP-2 far cheaper to train than comparable vision-language models of the time while still doing well on image captioning and visual question answering. Salesforce released several variants pairing the Q-Former with different frozen language models, including versions built on OPT (2.7B and 6.7B parameters) and Flan-T5 (up to 11B parameters), so users could trade off capability against compute cost. The code and weights are on GitHub and Hugging Face under the MIT license as part of Salesforce&amp;rsquo;s LAVIS library, and the frozen-encoder, lightweight-connector approach it popularized influenced later multimodal models that similarly bolt vision capabilities onto existing language models rather than training everything jointly.&lt;/p&gt;</description></item><item><title>CLIP</title><link>https://bestofai.io/models/clip/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/clip/</guid><description>&lt;p&gt;CLIP (Contrastive Language-Image Pre-training) is a model OpenAI released in January 2021 that learns to match images with text descriptions. It was trained on 400 million image-text pairs scraped from the internet, using a contrastive objective that pulls matching image and text embeddings together while pushing mismatched pairs apart. The largest released variant, built on a ViT-L/14 vision transformer paired with a 63M-parameter text transformer, totals roughly 428 million parameters. Instead of being trained for one narrow task, CLIP learns a general-purpose joint embedding space for images and text, which lets it perform zero-shot image classification by comparing an image against a set of text labels with no task-specific fine-tuning.&lt;/p&gt;</description></item><item><title>CLIP (LAION variant)</title><link>https://bestofai.io/models/clip-laion-variant/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/clip-laion-variant/</guid><description>&lt;p&gt;This CLIP variant is an open-weight retraining of OpenAI&amp;rsquo;s original CLIP architecture, produced by LAION and distributed through the open_clip project rather than by OpenAI itself. It uses the ViT-L/14 vision transformer backbone, has about 428 million parameters, and was trained on LAION-2B, the English-language 2 billion image-text pair subset of the larger LAION-5B dataset, using 384 A100 GPUs on the JUWELS supercomputer. Like the original CLIP, it maps images and text into a shared embedding space so you can do zero-shot image classification, image-text retrieval, and similarity search without any task-specific fine-tuning, and it reaches about 75.3 percent zero-shot accuracy on ImageNet-1k. Because the weights are released under an open license and hosted on Hugging Face, it has become a common drop-in replacement for OpenAI&amp;rsquo;s closed CLIP checkpoints in open-source image search, captioning, and generative art pipelines, including as a text encoder inside several Stable Diffusion variants.&lt;/p&gt;</description></item><item><title>DeepSeek-VL</title><link>https://bestofai.io/models/deepseek-vl/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-vl/</guid><description/></item><item><title>DeepSeek-VL2</title><link>https://bestofai.io/models/deepseek-vl2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-vl2/</guid><description/></item><item><title>Doubao Vision</title><link>https://bestofai.io/models/doubao-vision/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/doubao-vision/</guid><description/></item><item><title>Falcon 2</title><link>https://bestofai.io/models/falcon-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/falcon-2/</guid><description/></item><item><title>Flamingo</title><link>https://bestofai.io/models/flamingo/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/flamingo/</guid><description/></item><item><title>Gemini 3.5 Pro</title><link>https://bestofai.io/models/gemini-3-5-pro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemini-3-5-pro/</guid><description/></item><item><title>GPT-4o</title><link>https://bestofai.io/models/gpt-4o/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-4o/</guid><description/></item><item><title>Granite Vision</title><link>https://bestofai.io/models/granite-vision/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/granite-vision/</guid><description/></item><item><title>Grok-1.5V</title><link>https://bestofai.io/models/grok-1-5v/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/grok-1-5v/</guid><description/></item><item><title>HyperCLOVA X Vision</title><link>https://bestofai.io/models/hyperclova-x-vision/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/hyperclova-x-vision/</guid><description/></item><item><title>IDEFICS2</title><link>https://bestofai.io/models/idefics2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/idefics2/</guid><description/></item><item><title>InternVL2</title><link>https://bestofai.io/models/internvl2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/internvl2/</guid><description/></item><item><title>Kimi-VL</title><link>https://bestofai.io/models/kimi-vl/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/kimi-vl/</guid><description/></item><item><title>Kosmos-2</title><link>https://bestofai.io/models/kosmos-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/kosmos-2/</guid><description/></item><item><title>PaLI</title><link>https://bestofai.io/models/pali/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/pali/</guid><description/></item><item><title>Phi-3-vision</title><link>https://bestofai.io/models/phi-3-vision/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/phi-3-vision/</guid><description/></item><item><title>Pixtral 12B</title><link>https://bestofai.io/models/pixtral-12b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/pixtral-12b/</guid><description/></item><item><title>Pixtral Large</title><link>https://bestofai.io/models/pixtral-large/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/pixtral-large/</guid><description/></item><item><title>Qwen-VL</title><link>https://bestofai.io/models/qwen-vl/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen-vl/</guid><description/></item><item><title>Qwen2.5-VL</title><link>https://bestofai.io/models/qwen2-5-vl/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen2-5-vl/</guid><description/></item><item><title>Yi-VL-34B</title><link>https://bestofai.io/models/yi-vl-34b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/yi-vl-34b/</guid><description/></item></channel></rss>