<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vision-Language on SoloSoft</title><link>https://www.solosoft.dev/tags/vision-language/</link><description>Recent content in Vision-Language on SoloSoft</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://www.solosoft.dev/tags/vision-language/index.xml" rel="self" type="application/rss+xml"/><item><title>LAVIS: Salesforce's Library for Vision-Language AI</title><link>https://www.solosoft.dev/post/lavis-multimodal-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/lavis-multimodal-2026/</guid><description>&lt;p&gt;Vision-language AI &amp;ndash; models that understand both images and text &amp;ndash; is one of the most rapidly advancing areas of artificial intelligence. Salesforce&amp;rsquo;s LAVIS (Library for Vision-Language Intelligence) provides a unified framework for training, evaluating, and deploying a wide range of vision-language models including BLIP, BLIP-2, InstructBLIP, and ALBEF.&lt;/p&gt;
&lt;p&gt;LAVIS is designed for both researchers and practitioners. Researchers get clean implementations of state-of-the-art models with reproducible benchmarks, while practitioners get a streamlined API for applying these models to real-world tasks like image captioning, visual question answering, and cross-modal retrieval.&lt;/p&gt;
&lt;h2 id="supported-models"&gt;Supported Models&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Model&lt;/th&gt;
 &lt;th&gt;Tasks&lt;/th&gt;
 &lt;th&gt;Year&lt;/th&gt;
 &lt;th&gt;Parameters&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;BLIP&lt;/td&gt;
 &lt;td&gt;Captioning, retrieval, VQA&lt;/td&gt;
 &lt;td&gt;2022&lt;/td&gt;
 &lt;td&gt;470M&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;BLIP-2&lt;/td&gt;
 &lt;td&gt;Captioning, VQA, retrieval&lt;/td&gt;
 &lt;td&gt;2023&lt;/td&gt;
 &lt;td&gt;1.2B&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;InstructBLIP&lt;/td&gt;
 &lt;td&gt;Instruction-following VQA&lt;/td&gt;
 &lt;td&gt;2023&lt;/td&gt;
 &lt;td&gt;1.2B&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;ALBEF&lt;/td&gt;
 &lt;td&gt;Retrieval, grounding&lt;/td&gt;
 &lt;td&gt;2021&lt;/td&gt;
 &lt;td&gt;210M&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;ALPRO&lt;/td&gt;
 &lt;td&gt;Video-language tasks&lt;/td&gt;
 &lt;td&gt;2022&lt;/td&gt;
 &lt;td&gt;250M&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="model-architecture"&gt;Model Architecture&lt;/h2&gt;

&lt;figure class="mermaid-wrapper not-prose" role="img" aria-label="Mermaid diagram"&gt;
 &lt;div class="mermaid-container"&gt;
 &lt;pre class="mermaid"&gt;flowchart LR
 A[Image] --&amp;gt; B[Vision Encoder&amp;lt;br/&amp;gt;ViT]
 C[Text] --&amp;gt; D[Text Encoder&amp;lt;br/&amp;gt;BERT]
 B --&amp;gt; E[Cross-Modal Attention]
 D --&amp;gt; E
 E --&amp;gt; F{Fusion Strategy}
 F --&amp;gt;|BLIP| G[Multi-modal Encoder]
 F --&amp;gt;|BLIP-2| H[Q-Former]
 F --&amp;gt;|InstructBLIP| I[Q-Former &amp;#43; LLM]
 G --&amp;gt; J[Output]
 H --&amp;gt; J
 I --&amp;gt; J&lt;/pre&gt;
 &lt;script type="application/mermaid"&gt;flowchart LR
 A[Image] --&gt; B[Vision Encoder&lt;br/&gt;ViT]
 C[Text] --&gt; D[Text Encoder&lt;br/&gt;BERT]
 B --&gt; E[Cross-Modal Attention]
 D --&gt; E
 E --&gt; F{Fusion Strategy}
 F --&gt;|BLIP| G[Multi-modal Encoder]
 F --&gt;|BLIP-2| H[Q-Former]
 F --&gt;|InstructBLIP| I[Q-Former + LLM]
 G --&gt; J[Output]
 H --&gt; J
 I --&gt; J&lt;/script&gt;
 &lt;/div&gt;
&lt;/figure&gt;&lt;p&gt;Each model in LAVIS uses a different fusion strategy. BLIP uses a standard multi-modal encoder, BLIP-2 introduces the Q-Former (a lightweight transformer that bridges vision and text), and InstructBLIP adds a frozen LLM for instruction-following.&lt;/p&gt;</description></item><item><title>Seed1.5-VL: ByteDance's Vision-Language Foundation Model Achieving 38 SOTA Benchmarks</title><link>https://www.solosoft.dev/post/seed15-vl-vision-language-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/seed15-vl-vision-language-2026/</guid><description>&lt;p&gt;In the rapidly advancing field of vision-language models, a new heavyweight has emerged from an unexpected corner. &lt;strong&gt;Seed1.5-VL&lt;/strong&gt;, developed by ByteDance&amp;rsquo;s Seed team, has achieved state-of-the-art results on an astonishing 38 out of 60 public benchmarks, spanning image understanding, video comprehension, document parsing, and multi-image reasoning.&lt;/p&gt;
&lt;p&gt;Built on a 20-billion parameter Mixture-of-Experts (MoE) architecture with approximately 2 billion activated parameters per token, Seed1.5-VL represents a careful balancing act between raw capability and computational efficiency. It outperforms models with far larger parameter counts while maintaining inference speeds suitable for real-world applications.&lt;/p&gt;
&lt;p&gt;The model&amp;rsquo;s benchmark sweep is remarkable not just for the number of wins, but for the breadth of categories it dominates. From OCR and chart understanding to multi-image reasoning and video comprehension, Seed1.5-VL demonstrates that ByteDance&amp;rsquo;s research team has achieved something genuinely comprehensive in the multimodal space.&lt;/p&gt;</description></item><item><title>SGLang Omni: Multimodal LLM Inference with SGLang</title><link>https://www.solosoft.dev/post/sglang-omni-multimodal-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/sglang-omni-multimodal-2026/</guid><description>&lt;p&gt;Multimodal AI — models that understand images, audio, and video alongside text — has moved from research novelty to production necessity. Document processing systems need to extract information from PDFs and screenshots. Content moderation platforms need to analyze images and video frames. Accessibility tools need to transcribe and describe audio content. Each use case requires an inference engine that can handle the computational demands of multimodal models.&lt;/p&gt;
&lt;p&gt;SGLang Omni extends the SGLang inference framework to support these workloads. It adds vision encoders, audio processors, and multimodal token generation to SGLang&amp;rsquo;s structured generation and high-performance inference capabilities. The result is a multimodal inference engine that not only runs vision-language and audio models efficiently but also produces structured, constraint-compliant outputs — turning image content into parseable data.&lt;/p&gt;</description></item></channel></rss>