CVFeb 11, 2025

Optimizing Knowledge Distillation in Transformers: Enabling Multi-Head Attention without Alignment Barriers

arXiv:2502.07436v14 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses a critical gap in knowledge distillation for efficient deployment of compact transformer models, though it appears incremental as it builds on existing distillation methods.

The paper tackles the problem of knowledge distillation in transformers when teacher and student models have different numbers of attention heads, proposing Squeezing-Heads Distillation (SHD) to enable seamless knowledge transfer without alignment barriers, achieving state-of-the-art results in image classification, image generation, and language tasks.

Knowledge distillation (KD) in transformers often faces challenges due to misalignment in the number of attention heads between teacher and student models. Existing methods either require identical head counts or introduce projectors to bridge dimensional gaps, limiting flexibility and efficiency. We propose Squeezing-Heads Distillation (SHD), a novel approach that enables seamless knowledge transfer between models with varying head counts by compressing multi-head attention maps via efficient linear approximation. Unlike prior work, SHD eliminates alignment barriers without additional parameters or architectural modifications. Our method dynamically approximates the combined effect of multiple teacher heads into fewer student heads, preserving fine-grained attention patterns while reducing redundancy. Experiments across language (LLaMA, GPT) and vision (DiT, MDT) generative and vision (DeiT) discriminative tasks demonstrate SHD's effectiveness: it outperforms logit-based and feature-alignment KD baselines, achieving state-of-the-art results in image classification, image generation language fine-tuning, and language pre-training. The key innovations of flexible head compression, projector-free design, and linear-time complexity make SHD a versatile and scalable solution for distilling modern transformers. This work bridges a critical gap in KD, enabling efficient deployment of compact models without compromising performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes