LiteVLM: A Low-Latency Vision-Language Model Inference Pipeline for Resource-Constrained Environments
Jin Huang, Yuchao Jin, Le An, Josh Park
TL;DR
LiteVLM targets real-time vision-language inference on embedded hardware by combining patch-view filtering, token-level pruning, and speculative decoding to cut end-to-end latency. The method reduces computation across vision encoder, LLM prefill, and autoregressive stages, with FP8 quantization further boosting throughput. Evaluations on NVIDIA DRIVE Thor with DriveLM show up to $3.2\times$ speedups while maintaining task performance, enabling deployment in robotics and autonomous systems. The work offers a practical blueprint for edge-optimized VLMs and suggests avenues for quantization-aware training and broader VQA applicability.
Abstract
This paper introduces an efficient Vision-Language Model (VLM) pipeline specifically optimized for deployment on embedded devices, such as those used in robotics and autonomous driving. The pipeline significantly reduces the computational overhead by jointly leveraging patch selection to filter irrelevant camera views, a token selection module to reduce input sequence length for the LLM, and speculative decoding to accelerate token generation. Evaluation on the NVIDIA DRIVE Thor platform for automonous driving application, our pipeline achieves $2.5\times$ end-to-end latency reduction without compromising task accuracy. The speed-up further increases to $3.2\times$ when applying FP8 post-training quantization. These results demonstrate our pipeline as a viable solution for enabling real-time VLM deployment in resource-constrained environments.
