Liquid AI released LFM2.5-VL-450M, a 450M-parameter edge VLM (Vision-Language Model) designed for "structured vision" tasks — image classification, object detection, document understanding, and visual QA. The standout: the model achieves sub-second latency on a Raspberry Pi 5, opening up "real-time edge vision" use cases.
The "edge VLM" highlight: most VLMs are 7B+ parameters, requiring a GPU or high-end edge device. LFM2.5-VL-450M is small enough to run on a Raspberry Pi 5 (8GB RAM) with INT8 quantization, at 800ms per image. The model is competitive with 7B VLMs on "structured vision" tasks (form understanding, table extraction, document parsing).
The "structured vision" focus: LFM2.5-VL-450M is specifically optimized for tasks where the image contains "structured" content — forms, tables, charts, diagrams. The model's vision encoder is trained on a curated dataset of structured documents, and the language model is fine-tuned for structured output (JSON, XML, etc.). The result is significantly better performance on "structured" tasks than general-purpose VLMs.
The benchmark: on the DocVQA benchmark (document understanding), LFM2.5-VL-450M scores 71.2, on par with Qwen2.5-VL-7B (73.4) and LLaVA-1.6-13B (74.8). The model is 15× smaller and runs 10× faster.
The bigger takeaway: "specialist edge VLMs" are the right architecture for document understanding. The "general-purpose VLM" assumption is wasteful, and the "specialist + small" approach is significantly more efficient. For the industry, this signals that "edge AI for documents" is a real market, and the vendors that deliver the best specialist models will dominate.