English

Empirical Recipes for Efficient and Compact Vision-Language Models

Computer Vision and Pattern Recognition 2026-03-19 v1 Artificial Intelligence

Abstract

Deploying vision-language models (VLMs) in resource-constrained settings demands low latency and high throughput, yet existing compact VLMs often fall short of the inference speedups their smaller parameter counts suggest. To explain this discrepancy, we conduct an empirical end-to-end efficiency analysis and systematically profile inference to identify the dominant bottlenecks. Based on these findings, we develop optimization recipes tailored to compact VLMs that substantially reduce latency while preserving accuracy. These techniques cut time to first token (TTFT) by 53% on InternVL3-2B and by 93% on SmolVLM-256M. Our recipes are broadly applicable across both VLM architectures and common serving frameworks, providing practical guidance for building efficient VLM systems. Beyond efficiency, we study how to extend compact VLMs with structured perception outputs and introduce the resulting model family, ArgusVLM. Across diverse benchmarks, ArgusVLM achieves strong performance while maintaining a compact and efficient design.

Keywords

Cite

@article{arxiv.2603.16987,
  title  = {Empirical Recipes for Efficient and Compact Vision-Language Models},
  author = {Jiabo Huang and Zhizhong Li and Sina Sajadmanesh and Weiming Zhuang and Lingjuan Lyu},
  journal= {arXiv preprint arXiv:2603.16987},
  year   = {2026}
}
R2 v1 2026-07-01T11:24:54.800Z