paper-with-me

Papers

Token-Budget Distillation: Transferring Full-Token Semantics to Compressed Video Vision-Language Models

2026-08-28 · Xiaoyang Guo, Guoping Luo, Jusheng Zhang, Keze Wang, Wenhao Wang arxiv

Adapting video vision-language models (VLMs) is computationally expensive because video inputs produce a large number of visual tokens, making both fine-tuning and inference costly. Although visual token compression can reduce this overhead, direct adaptation on compressed inputs often causes semantic drift and noticeable performance degradation. We present Token-Budget Distillation (TBD), a parameter-efficient fine-tuning framework for adapting video VLMs under a fixed token budget. TBD freezes the pretrained backbone, updates only LoRA adapters, and integrates FlashVID-based visual token compression into the video pathway. To preserve full-token semantics under compression, TBD employs a dual-path teacher-student design, where a full-token teacher provides stable supervision and a compressed student is optimized with task loss, answer-region KL distillation, GT-anchored margin distillation, and reliability-aware KD control. This design enables the student to recover the semantic behavior of the full-token model while remaining efficient under aggressive token reduction. We evaluate TBD on three video VLM backbones, including LLaVA-Video, LLaVA-OneVision, and Qwen3-VL-8B-Instruct, across four video understanding benchmarks. TBD consistently outperforms compression-only baselines under both moderate and aggressive compression. On LLaVA-Video at retention ratio R = 10 percent, TBD preserves 97.0 percent of the Vanilla model's average accuracy; on LLaVA-OneVision at R = 10 percent, it achieves an average score of 58.4 and matches 100.0 percent relative accuracy.

📄 PDF Abstract BibTeX arXiv:2608.28138

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Cross-Tokenizer Distillation via Approximate Likelihood Matching

2025-03-25 · Benjamin Minixhofer, Ivan Vulić, Edoardo Maria Ponti

Distillation has shown remarkable success in transferring knowledge from a Large Language Model (LLM) teacher to a student LLM. However, current distillation methods predominantly require the same tokenizer between the t…

Large Language Model

TIP: Token Importance in On-Policy Distillation

2026-04-15 · Yuanda Xu, Hejian Sang, Zhengze Zhou, Ran He 외 arxiv

On-policy knowledge distillation (OPD) trains a student on its own rollouts under token-level supervision from a teacher. Not all token positions matter equally, but existing views of token importance are incomplete. We …

Knowledge Distillation

EGAD: Entropy-Guided Adaptive Distillation for Token-Level Knowledge Transfer

2026-05-03 · Hao Zhang, Zhibin Zhang, Guangxin Wu, Wanyi Ning 외 arxiv

Large language models (LLMs) have achieved remarkable performance across diverse domains, yet their enormous computational and memory requirements hinder deployment in resource-constrained environments. Knowledge distill…

Knowledge Distillation

Knowledge Distillation via Token-level Relationship Graph

2023-06-20 · Shuoxi Zhang, Hanpeng Liu, Kun He

Knowledge distillation is a powerful technique for transferring knowledge from a pre-trained teacher model to a student model. However, the true potential of knowledge transfer has not been fully explored. Existing appro…

Knowledge DistillationTransfer Learning

Breaking the Tokenizer Barrier: On-Policy Distillation across Model Families

2026-06-08 · Yifan Niu, Han Xiao, Dongyi Liu, Zelong Wang 외 arxiv

On-Policy Distillation (OPD) has become a core technique in the post-training of Large Language Models (LLMs) for transferring knowledge from domain experts to student models. However, existing OPD distillation methods r…