---
title: Visual-Language Model Distillation
url: https://www.emergentmind.com/topics/visual-language-model-knowledge-distillation
type: topic
---

# Visual-Language Model Distillation

Searching arXiv for the focal paper and closely related VLM distillation work to ground citations.
Searching arXiv for "Visual-Advantage On-Policy Distillation for Vision-Language Models" and related VLM KD papers.
Visual-language model knowledge distillation is the transfer of multimodal competence from a stronger teacher to a smaller or otherwise cheaper student in settings where visual and textual information must be jointly processed. In the literature represented here, the term covers several distinct regimes: compression of region-based visual-linguistic transformers through aligned intermediate-layer distillation [2104.02096], synthetic-data or “symbolic” distillation for region-conditioned reasoning [2312.04837], multilingual CLIP compression through staged feature distillation and alignment [2404.11249], cross-modal alignment distillation for mobile VLMs [2412.01282], semi-supervised distillation from frozen VLM teachers into compact classifiers [2505.07675], and, more recently, on-policy distillation tailored to sparse visual grounding in generative VLMs [2605.21924]. Across these variants, the central problem is consistent: multimodal knowledge is not uniformly distributed across layers, tokens, modalities, or training examples, so effective distillation requires identifying where the transferable signal actually resides and preventing it from being diluted.

## 1. Conceptual scope and task regimes

Visual-language model knowledge distillation is broader than conventional teacher-student compression. In some settings the teacher and student are both multimodal generators or instruction-following models, and the objective is to preserve multimodal reasoning or visual grounding under a large capacity reduction [2605.21924]. In others, the teacher is a CLIP-style dual encoder and the student is a smaller multilingual or task-specific encoder trained to retain cross-modal alignment with less compute [2404.11249]. There are also regimes in which the teacher is not a VLM at all: a language-only model can supervise a vision-only student through class-level conceptual signatures [2606.27527], and a text-only LM can recover linguistic competence in a VLM student via selective cross-modal distillation [2604.00829]. These variants suggest that “visual-language model knowledge distillation” is best understood as a family of cross-model transfer procedures centered on multimodal competence rather than a single loss class.

A second axis of variation concerns what is being transferred. Some methods distill output distributions, such as reverse-KL over teacher and student token distributions on student-generated rollouts [2605.21924], reverse KL over VLM outputs in compact LLaVA-style students [2605.10641], or KL over CLIP-derived class probabilities in semi-supervised classification [2505.07675]. Other methods distill intermediate representations: attention maps and token-aligned hidden states in region-based VL transformers [2104.02096], first-layer text-query-to-vision attention and projector outputs in mobile VLMs [2412.01282], or teacher image and text branch features in multilingual CLIP compression [2404.11249]. A further class distills through synthetic supervision rather than direct teacher matching, as in localized commonsense QAR generation for region-conditioned visual reasoning [2312.04837] or instance-specific text supervision for long-tail recognition [2408.16930].

A third axis is the form of multimodal mismatch. In region-based visual-linguistic transformers, the main obstacle is that teacher and student may process different region proposals, making token-wise hidden-state matching ill-posed unless proposal geometry is aligned [2104.02096]. In modern generative VLMs, the problem can instead be that visually relevant supervision is sparse within long multimodal chains of thought, so uniform token averaging over the whole sequence weakens the grounding signal [2605.21924]. In multilingual CLIP compression, the difficulty is preserving modality-specific representation quality while re-establishing bilingual image-text alignment after branchwise compression [2404.11249]. These are different failure modes, but they all imply that multimodal KD cannot usually be reduced to direct imitation of a teacher’s final predictions.

## 2. Why multimodal distillation is harder than unimodal distillation

The literature repeatedly treats multimodal KD as structurally harder than standard KD because the teacher and student often do not observe commensurate inputs or do not encode the same information in comparable locations. In region-based visual-linguistic transformers, different detectors generate different object proposals, region orderings, and feature sets, so teacher token \(i\) and student token \(i\) need not correspond semantically [2104.02096]. This is why aligned proposals become a prerequisite for meaningful attention and hidden-state distillation in that setting. The same paper explicitly notes that without semantic correspondence across teacher and student tokens, it is only safe to use classification distillation on masked-token logits [2104.02096].

In generative VLMs, the obstacle is not detector mismatch but supervision sparsity. “Visual-Advantage On-Policy Distillation” argues that in multimodal chain-of-thought outputs, most tokens are language scaffolding, connective phrases, or algebraic rewrites, whereas only a small minority depend on fine-grained visual detail such as OCR text, diagram labels, symbols, or exact numeric values [2605.21924]. The paper operationalizes “fine-grained visual detail” by constructing a degraded image \(\tilde v\) that preserves coarse structure but destroys OCR-scale and symbol-scale content through downsampling to \(10\%\) spatial resolution with bilinear interpolation and nearest-neighbor upsampling [2605.21924]. It then shows that standard on-policy distillation can raise accuracy while leaving the student’s visual dependence on its own rollouts nearly flat, so better outputs do not necessarily indicate stronger visual grounding [2605.21924].

Other settings expose different forms of modality-specific misalignment. MobileVLM distillation work argues that the most important knowledge to transfer is the teacher’s shallow-layer cross-modal alignment mechanism, specifically how text tokens attend to vision tokens in the first language-model layer [2412.01282]. Switch-KD criticizes prior VLM KD for maintaining independent teacher and student forward passes and interacting only at the final loss level, which, in its framing, fails to preserve the teacher’s fused multimodal reasoning process [2604.14629]. LinguDistill identifies a different pathology: during multimodal adaptation, a pretrained LM backbone can lose linguistic competence because visual alignment perturbs the language representation space, and standard continued training on language-heavy data only partially repairs the damage [2604.00829]. Across these cases, the general lesson is that multimodal KD must reason explicitly about where the multimodal signal is fused and how it is degraded.

## 3. Principal distillation paradigms

The field can be organized into a small number of recurring paradigms. The differences are not merely implementation details; they reflect incompatible assumptions about what “knowledge” is in a VLM and how it should be transferred.

| Paradigm | Representative methods | Distilled signal |
|---|---|---|
| Output-distribution distillation | VA-OPD [2605.21924], Switch-KD [2604.14629], LLaVA-CKD [2605.10641], DHO [2505.07675] | Token or class distributions |
| Intermediate-representation distillation | DistillVLM [2104.02096], Align-KD [2412.01282], DC-CLIP [2404.11249] | Attention maps, hidden states, feature branches |
| Synthetic-supervision distillation | LSKD [2312.04837], VLM-KD [2408.16930] | Generated QARs or free-form text |
| Cross-modal or selective transfer | LinguDistill [2604.00829], ARMADA [2603.10877], LaViD [2606.27527] | Source-conditioned or cross-modal semantic structure |

Direct output-distribution matching remains the simplest regime. In VA-OPD, the student samples its own rollouts on-policy and the teacher scores those trajectories token by token; distillation then uses reverse KL on the original image while modulating the weight of rollouts and token groups using Visual Advantage [2605.21924]. LLaVA-CKD repeats a LLaVA-KD-style distillation pipeline across teacher assistants of increasing capacity, combining autoregressive loss with textual KL, visual KL, and visual correlation alignment, so the student is distilled sequentially by progressively stronger teachers [2605.10641]. Switch-KD reuses teacher language layers with student visual outputs to construct a shared text-probability supervision space and then applies DBiLD in addition to ground-truth cross-entropy [2604.14629]. DHO, though aimed at semi-supervised classification, distills VLM prompt-based class probabilities into a compact student via a dedicated KD head while a separate supervised head handles labeled data [2505.07675].

Intermediate-representation distillation is more common when teacher and student architectures are sufficiently structured to admit correspondence. DistillVLM aligns teacher and student visual tokens by re-extracting teacher features on student detector proposals, then applies MSE on attention maps and a token-wise noise-contrastive hidden loss on aligned hidden states [2104.02096]. Align-KD distills the first-layer text-query-to-vision attention block \(A_{1,t-v}\), text-focused top-\(K\) visual token embeddings, and all visual projector outputs, arguing that the first layer is where cross-modal alignment primarily occurs [2412.01282]. DC-CLIP instead distills image and text branches separately with Smooth L1 feature regression and then restores bilingual image-text alignment through a second-stage contrastive objective [2404.11249].

Synthetic-supervision methods depart further from classical KD. LSKD converts images and regions into textual descriptors, asks ChatGPT to generate localized commonsense QARs, filters them with a critic, and then fine-tunes a student VLM on the resulting corpus [2312.04837]. The distilled object is not logits or hidden states but localized symbolic commonsense knowledge tied to regions. VLM-KD similarly uses an off-the-shelf VLM to produce instance-specific text descriptions for each image in long-tail recognition, encodes those texts with a frozen text encoder, and trains a visual classifier with an image-text contrastive alignment loss in addition to long-tail objectives [2408.16930].

## 4. Visual grounding, sparsity, and the VA-OPD formulation

The most explicit treatment of sparse multimodal supervision appears in “Visual-Advantage On-Policy Distillation for Vision-Language Models” [2605.21924]. The paper studies on-policy KD, where the student first samples \(K\) rollouts \( \{y^{(k)}\}_{k=1}^{K} \sim \pi(\cdot \mid v,q)\), and the teacher then evaluates those exact student trajectories token by token [2605.21924]. Standard OPD uses the reverse-KL objective
\[
L_{\mathrm{KL}} = \frac{1}{T}\sum_{t=1}^{T} KL\!\left(p(\cdot \mid v, q, y_{<t}) \;\|\; \pi(\cdot \mid v, q, y_{<t})\right).
\]
The paper’s diagnosis is that uniform \(1/T\) averaging causes visually important tokens to be numerically overwhelmed by the much larger set of weakly visual tokens [2605.21924].

To expose which tokens truly depend on fine-grained visual input, the paper defines token-level Visual Advantage as
\[
a_t = \max\!\left(\log p(y_t \mid v, q, y_{<t}) - \log p(y_t \mid \tilde{v}, q, y_{<t}),\; 0\right),
\]
where \(v\) is the original image and \(\tilde v\) is the degraded image with fine detail destroyed [2605.21924]. High \(a_t\) means the teacher’s probability for the realized student token drops when fine-grained detail is removed; near-zero \(a_t\) means the token is recoverable from language context or coarse visual structure [2605.21924]. The paper reports that on held-out student rollouts, the top \(10\%\) of tokens account for about \(93\%\) of total VA mass, making the signal strongly heavy-tailed [2605.21924].

VA-OPD uses this signal at two granularities. At the rollout level, each rollout receives a trajectory-average VA
\[
a^{(k)} = \frac{1}{T^{(k)}} \sum_{t=1}^{T^{(k)}} a_t^{(k)},
\]
which is standardized within sibling rollouts and converted into soft weights \(w^{(k)}\) by a temperature-\(1.0\) softmax [2605.21924]. At the token level, the top fraction \(p_v=0.2\) of tokens by VA forms the high-VA set \(V^{(k)}\), the remainder forms \(L^{(k)}\), and reverse KL is averaged separately in the two groups:
\[
L^{(k)}_{\text{group}} = \lambda \cdot \frac{1}{|V^{(k)}|} \sum_{t \in V^{(k)}} KL_t \;+\; (1-\lambda) \cdot \frac{1}{|L^{(k)}|} \sum_{t \in L^{(k)}} KL_t,
\]
with \(\lambda=0.5\) [2605.21924]. The full objective for a prompt is
\[
L(x) = \sum_{k=1}^{K} w^{(k)} \left[ \lambda \cdot \frac{1}{|V^{(k)}|} \sum_{t \in V^{(k)}} KL_t + (1-\lambda) \cdot \frac{1}{|L^{(k)}|} \sum_{t \in L^{(k)}} KL_t \right].
\]
The method is explicitly purely distillation-based: it adds no reward models, preference labels, task rewards, or auxiliary perception losses, only one extra teacher forward pass on \(\tilde v\) to compute VA [2605.21924].

The empirical pattern is unusually clean. In the main 8B\(\rightarrow\)2B Qwen3-VL Geometry3K setup, standard OPD reaches Math average 45.4 and Visual average 64.6, while VA-OPD reaches 48.3 and 66.1, with gains on every benchmark: WeMath \(+3.3\), MathVista \(+2.7\), MathVerse \(+2.8\), HallusionBench \(+2.5\), AI2D \(+2.4\), MMMU \(+0.6\), MMStar \(+0.2\), and OCRBench \(+1.7\) [2605.21924]. Gains also increase with teacher size and dataset size: on Geometry3K, 4B\(\rightarrow\)2B yields \(+2.1\) Math Avg and \(+0.8\) Visual Avg over OPD, 32B\(\rightarrow\)2B yields \(+3.7\) and \(+2.0\), and on ViRL39K with an 8B teacher the gain rises to \(+3.8\) and \(+2.5\) [2605.21924]. A masking study further shows that removing KL supervision from the highest-VA \(10\%\) of tokens causes about a \(2.9\)-point drop on MathVerse\(_{\rm mini}\), whereas masking random or lowest-VA tokens has little effect [2605.21924]. Under standard OPD, accuracy rises while mean rollout VA moves only from \(0.07\) to \(0.10\); under VA-OPD, accuracy rises higher and mean VA increases from \(0.07\) to \(0.16\), which the paper interprets as improved reliance on visual detail during generation [2605.21924].

## 5. Alignment-centric and structure-aware approaches

A large fraction of VLM distillation work can be read as attempts to preserve or recreate cross-modal alignment structure that is lost under compression. DistillVLM is an early, explicit statement of this problem for region-based VL transformers. Its central move is to adapt the teacher so that it consumes visual tokens indexed by the student detector’s region proposals while still using teacher-side detector features, thereby restoring token-level semantic correspondence [2104.02096]. Once aligned, it becomes meaningful to apply attention MSE,
\[
\mathcal{L}_{\rm ATT} = {\rm mse\_loss}(s_{\rm atts}, t_{\rm atts}),
\]
and token-wise contrastive hidden-state alignment,
\[
\mathcal{L}_{\rm HID} = -\sum_{i=1}^{N} \log \frac{\exp(\hat{s}_i^\top \hat{t}_i/\tau)} {\exp(\hat{s}_i^\top \hat{t}_i/\tau)+\sum_{j=1}^{K}\exp(\hat{s}_i^\top q_j/\tau)},
\]
in addition to standard MLM and ITM pretraining losses [2104.02096]. The payoff is substantial in that regime: on COCO captioning, aligned distillation in pretraining improves CIDEr from 110.6 without distillation to 115.6 with adaptation, and the full paper reports 120.8 CIDEr and 69.8 VQA 2.0 accuracy, gains of 5.1 and 0.8 over non-distilled counterparts [2104.02096].

Align-KD moves the alignment question into the modern mobile-VLM setting. The paper argues that the most important knowledge to distill is the shallow-layer mechanism by which textual queries attend to visual tokens, and it therefore distills only the first-layer text-query-to-vision attention block \(A_{1,t-v}\), not the full attention matrix or a deep stack of layers [2412.01282]. This selective focus is empirically justified: using the intended \(A_{1,t-v}\) gives the full 64.4 average on the Short subset, while replacing it with \(A_{1,v-v}\) drops performance to 43.7 and using full first-layer attention reaches only 63.5 [2412.01282]. Align-KD also uses the same attention map to select the top-\(K=16\) most relevant visual tokens for projector-level distillation, combining all-token and focused visual losses with output-level reverse KL. On the Short subset, the 1.7B MobileVLM V2 student improves from average 62.4 to 64.4; on the Long subset, from 63.7 to 65.1 [2412.01282].

DC-CLIP solves a different alignment problem: compressing multilingual CLIP models. Its framework first distills image and text features separately using Smooth L1,
\[
Loss_i = Smooth\ L1(f_s,f_t), \qquad Loss_t = Smooth\ L1(w_s,w_t),
\]
and only then performs a bilingual image-text alignment stage with cosine-based bidirectional contrastive loss while freezing the image encoder and tuning only the text branch, following LiT [2404.11249]. The empirical evidence supports the progressive design: the pre-alignment model DC-CLIP-P is uniformly worse than DC-CLIP across the reported English and Chinese benchmarks, for example English ImageNet 41.912 \(\rightarrow\) 42.782 and Chinese Caltech101 73.59 \(\rightarrow\) 75.44 [2404.11249]. This suggests that branchwise teacher imitation alone does not preserve multimodal functionality; cross-modal realignment remains necessary after compression.

## 6. Synthetic supervision, selective transfer, and emerging design principles

A second major current in the literature treats distillation as the construction of a better supervision space rather than direct teacher imitation. LSKD is exemplary. It turns image-level VLMs into region-conditioned commonsense models by verbalizing images and regions, prompting ChatGPT to generate localized Question-Answer-Rationale triples, filtering them with a critic, and then fine-tuning BLIP-2 or Mini-GPT4 students on the resulting localized corpus [2312.04837]. The final dataset is about 1.02M QARs over 168,996 images, generated from a 250K-image seed pool and filtered by a critic that raises accepted-data precision from 45% baseline acceptance to about 70% when only the top 20% of instances are kept under a threshold of 0.8 [2312.04837]. On zero-shot localized reasoning, BLIP-2 ViT-G + LSKD improves over vanilla BLIP-2 ViT-G on all six tasks, including VCR Q\(\rightarrow\)AR 28.0 \(\rightarrow\) 33.4, Sherlock 19.5 \(\rightarrow\) 29.7, and VisualCOMET 39.0 \(\rightarrow\) 40.3 [2312.04837]. The method is notable because the distilled content is explicit localized symbolic commonsense rather than hidden states or logits.

Selective transfer has also become a major theme. LinguDistill uses the original frozen text-only LM backbone as a teacher for an already multimodal student and makes the teacher vision-aware through layer-wise KV-cache sharing, so teacher queries attend over the student’s multimodal keys and values without changing either architecture [2604.00829]. The paper then applies KD only on language-heavy sources and suppresses it on OCR/document-heavy sources where a text-native teacher is unreliable. In the best selective setting, the average on language-heavy benchmarks rises from 0.471 for the plain full fine-tuning baseline to 0.564, with specific gains such as AI2D 0.416 \(\rightarrow\) 0.507, COCO 0.673 \(\rightarrow\) 0.866, ScienceQA 0.592 \(\rightarrow\) 0.676, ARC Easy 0.540 \(\rightarrow\) 0.621, ARC Challenge 0.279 \(\rightarrow\) 0.318, and HellaSwag 0.326 \(\rightarrow\) 0.394, while preserving OCR/document performance much better than uniform KD [2604.00829]. The broader implication is that the value of a teacher is task-conditional even within a single multimodal training mixture.

More speculative but still well-supported extensions broaden what can count as the teacher. ARMADA distills from multimodal or generative black-box teachers into language-only students through a learned TS Aligner and shared-manifold alignment, reporting up to 3.4% improvement on language understanding tasks and 2.6% on generative reasoning without multimodal pretraining of the teacher for the student’s downstream tasks [2603.10877]. LaViD uses a language-only LLM to generate class-discriminative multiple-choice questions, converts each class into a \(Q\times M\) conceptual signature, and trains a vision-only classifier to predict that signature as an auxiliary target; on CUB with ResNet-18, the score rises from 63.07 for the independent student to 70.15 under LaViD, and on Waterbirds worst-group accuracy improves from 14.29 to 55.39 [2606.27527]. These examples suggest that multimodal KD increasingly includes cross-modal semantic transfer where the teacher’s modality differs from the student’s, provided the supervision is expressed in a task-relevant shared structure.

Several broader principles emerge from this literature. First, multimodal KD works best when it identifies where the transferable signal is concentrated: a minority of high-VA tokens [2605.21924], the first-layer text-query-to-vision attention block [2412.01282], aligned region proposals [2104.02096], or localized symbolic QARs rather than generic instructions [2312.04837]. Second, multimodal supervision is frequently sparse or heterogeneous, so averaging across all tokens, all teachers, or all tasks is often harmful. This suggests selective normalization, adaptive routing, or source-conditioned weighting as recurring design choices. Third, cross-modal alignment is rarely preserved automatically under compression; it must usually be reintroduced explicitly, whether through grouped token-level KL [2605.21924], proposal-aligned attention and hidden-state transfer [2104.02096], bilingual contrastive realignment [2404.11249], or shallow attention distillation [2412.01282]. Finally, many recent methods emphasize zero- or low-inference-overhead deployment: cached text prototypes in CLIP-style systems, no extra inference modules in selective recovery methods, and student-only deployment after teacher-assisted training [2412.01282; 2604.00829]. A plausible implication is that future VLM distillation will be judged less by whether it uses KD in the narrow sense and more by whether it can expose the right multimodal supervision signal while keeping the deployed student architecturally simple.

Source: https://www.emergentmind.com/topics/visual-language-model-knowledge-distillation