VLsI: Verbalized Layers-to-Interactions from Large to Small Vision Language Models
Byung-Kwan Lee, Ryo Hachiuma, Yu-Chiang Frank Wang, Yong Man Ro, Yueh-Hua Wu
TL;DR
VLsI addresses the deployment- and efficiency-related bottlenecks of vision-language models by introducing layer-wise verbalized distillation from a large backbone to smaller 2B/7B backbones. It couples verbalizers that map intermediate features into natural language space with an adaptive layer-matching strategy based on KL-divergence to align the small model's reasoning progression with the large model, followed by supervised finetuning. The approach yields significant improvements over GPT-4V across ten benchmarks (11.0% for 2B and 17.4% for 7B) without architectural changes, scaling, or merging, demonstrating the practicality of language as a medium for cross-model knowledge transfer. This work offers a scalable pathway for deploying capable VLMs on resource-constrained devices, leveraging natural language to facilitate precise, layer-wise knowledge transfer between models of different scales.
Abstract
The recent surge in high-quality visual instruction tuning samples from closed-source vision-language models (VLMs) such as GPT-4V has accelerated the release of open-source VLMs across various model sizes. However, scaling VLMs to improve performance using larger models brings significant computational challenges, especially for deployment on resource-constrained devices like mobile platforms and robots. To address this, we propose VLsI: Verbalized Layers-to-Interactions, a new VLM family in 2B and 7B model sizes, which prioritizes efficiency without compromising accuracy. VLsI leverages a unique, layer-wise distillation process, introducing intermediate "verbalizers" that map features from each layer to natural language space, allowing smaller VLMs to flexibly align with the reasoning processes of larger VLMs. This approach mitigates the training instability often encountered in output imitation and goes beyond typical final-layer tuning by aligning the small VLMs' layer-wise progression with that of the large ones. We validate VLsI across ten challenging vision-language benchmarks, achieving notable performance gains (11.0% for 2B and 17.4% for 7B) over GPT-4V without the need for model scaling, merging, or architectural changes.
