Gated Relational Alignment via Confidence-based Distillation for Efficient VLMs
Yanlong Chen, Amirhossein Habibian, Luca Benini, Yawei Li
TL;DR
This work tackles the cost of Vision-Language Models by proposing GRACE, an information-theoretic framework that jointly optimizes quantization-aware training and knowledge distillation. By treating the teacher as a dense source of task-relevant information, it introduces confidence-gated decoupled KD, Relational Centered Kernel Alignment, and an adaptive Information Bottleneck controller to allocate limited bit-budget capacity effectively. The approach leverages group-wise learned step-size quantization to enable real INT4 deployment, while the IB-based controller automatically balances fidelity to teacher knowledge against capacity constraints. Empirical results on LLaVA-1.5 and Qwen2-VL demonstrate that INT4 GRACE can surpass BF16 baselines and closely approach or even exceed teacher performance, with substantial throughput and memory benefits for edge deployment. Overall, GRACE provides a principled, practical solution for efficient multimodal inference at very low precision.
Abstract
Vision-Language Models (VLMs) achieve strong multimodal performance but are costly to deploy, and post-training quantization often causes significant accuracy loss. Despite its potential, quantization-aware training for VLMs remains underexplored. We propose GRACE, a framework unifying knowledge distillation and QAT under the Information Bottleneck principle: quantization constrains information capacity while distillation guides what to preserve within this budget. Treating the teacher as a proxy for task-relevant information, we introduce confidence-gated decoupled distillation to filter unreliable supervision, relational centered kernel alignment to transfer visual token structures, and an adaptive controller via Lagrangian relaxation to balance fidelity against capacity constraints. Across extensive benchmarks on LLaVA and Qwen families, our INT4 models consistently outperform FP16 baselines (e.g., LLaVA-1.5-7B: 70.1 vs. 66.8 on SQA; Qwen2-VL-2B: 76.9 vs. 72.6 on MMBench), nearly matching teacher performance. Using real INT4 kernel, we achieve 3$\times$ throughput with 54% memory reduction. This principled framework significantly outperforms existing quantization methods, making GRACE a compelling solution for resource-constrained deployment.
