TAID: Temporally Adaptive Interpolated Distillation for Efficient Knowledge Transfer in Language Models
Makoto Shing, Kou Misaki, Han Bao, Sho Yokoi, Takuya Akiba
TL;DR
TAID addresses the core challenge of compressing large language and vision-language models by bridging the teacher–student gap with a temporally adaptive interpolated distillation mechanism. It introduces a time-varying intermediate distribution $p_t$ that transitions from the student's own distribution toward the teacher's, with an adaptive update of the interpolation parameter to optimize learning. Theoretical analysis shows TAID avoids mode collapse under reasonable signal strength and step budgets, while empirical results demonstrate superior performance across instruction tuning and pre-training, including state-of-the-art compact models TAID-LLM-1.5B and TAID-VLM-2B. The approach yields robust knowledge transfer, improved training stability, and practical deployment benefits in resource-constrained settings.
Abstract
Causal language models have demonstrated remarkable capabilities, but their size poses significant challenges for deployment in resource-constrained environments. Knowledge distillation, a widely-used technique for transferring knowledge from a large teacher model to a small student model, presents a promising approach for model compression. A significant remaining issue lies in the major differences between teacher and student models, namely the substantial capacity gap, mode averaging, and mode collapse, which pose barriers during distillation. To address these issues, we introduce $\textit{Temporally Adaptive Interpolated Distillation (TAID)}$, a novel knowledge distillation approach that dynamically interpolates student and teacher distributions through an adaptive intermediate distribution, gradually shifting from the student's initial distribution towards the teacher's distribution. We provide a theoretical analysis demonstrating TAID's ability to prevent mode collapse and empirically show its effectiveness in addressing the capacity gap while balancing mode averaging and mode collapse. Our comprehensive experiments demonstrate TAID's superior performance across various model sizes and architectures in both instruction tuning and pre-training scenarios. Furthermore, we showcase TAID's practical impact by developing two state-of-the-art compact foundation models: $\texttt{TAID-LLM-1.5B}$ for language tasks and $\texttt{TAID-VLM-2B}$ for vision-language tasks. These results demonstrate TAID's effectiveness in creating high-performing and efficient models, advancing the development of more accessible AI technologies.
