Flash-VL 2B: Optimizing Vision-Language Model Performance for Ultra-Low Latency and High Throughput
Bo Zhang, Shuo Li, Runhe Tian, Yang Yang, Jixin Tang, Jinhao Zhou, Lin Ma
TL;DR
This work tackles the challenge of deploying Vision-Language Models in real-time settings by targeting ultra-low latency and high throughput without sacrificing accuracy. It presents Flash-VL-2B, a ViT-Adapter-LLM architecture that uses a compact SigLIP2 visual encoder, a token-compression adapter with PixelShuffle, and an LLM (Qwen-2.5-1.5B), augmented by Implicit Semantic Stitching (ISS) to maintain semantic continuity across image tiles. A five-stage training pipeline, including Direct Preference Optimization (DPO) with LoRA and diverse data sourcing from InfinityMM, yields strong performance across 11 benchmarks while delivering up to 60.73 tokens/s throughput and sub-0.2 s latency per token, establishing a new Pareto frontier for 2B-size VLMs. The results demonstrate robust gains in multimodal reasoning and OCR-heavy tasks, with ISS and DPO contributing significant improvements, and provide practical guidance for deploying fast, open-source multimodal systems in constrained environments.
Abstract
In this paper, we introduce Flash-VL 2B, a novel approach to optimizing Vision-Language Models (VLMs) for real-time applications, targeting ultra-low latency and high throughput without sacrificing accuracy. Leveraging advanced architectural enhancements and efficient computational strategies, Flash-VL 2B is designed to maximize throughput by reducing processing time while maintaining competitive performance across multiple vision-language benchmarks. Our approach includes tailored architectural choices, token compression mechanisms, data curation, training schemes, and a novel image processing technique called implicit semantic stitching that effectively balances computational load and model performance. Through extensive evaluations on 11 standard VLM benchmarks, we demonstrate that Flash-VL 2B achieves state-of-the-art results in both speed and accuracy, making it a promising solution for deployment in resource-constrained environments and large-scale real-time applications.
