CVAIOct 26, 2025

Single-Teacher View Augmentation: Boosting Knowledge Distillation via Angular Diversity

arXiv:2510.22480v11 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses the problem of high computational costs in knowledge distillation for machine learning practitioners, offering a cost-efficient solution that is incremental but compatible with existing frameworks.

The paper tackles the computational cost of using multiple teacher networks in knowledge distillation by proposing a method that generates diverse views from a single teacher using angular diversity objectives, achieving improved distillation performance across various configurations.

Knowledge Distillation (KD) aims to train a lightweight student model by transferring knowledge from a large, high-capacity teacher. Recent studies have shown that leveraging diverse teacher perspectives can significantly improve distillation performance; however, achieving such diversity typically requires multiple teacher networks, leading to high computational costs. In this work, we propose a novel cost-efficient knowledge augmentation method for KD that generates diverse multi-views by attaching multiple branches to a single teacher. To ensure meaningful semantic variation across multi-views, we introduce two angular diversity objectives: 1) constrained inter-angle diversify loss, which maximizes angles between augmented views while preserving proximity to the original teacher output, and 2) intra-angle diversify loss, which encourages an even distribution of views around the original output. The ensembled knowledge from these angularly diverse views, along with the original teacher, is distilled into the student. We further theoretically demonstrate that our objectives increase the diversity among ensemble members and thereby reduce the upper bound of the ensemble's expected loss, leading to more effective distillation. Experimental results show that our method surpasses an existing knowledge augmentation method across diverse configurations. Moreover, the proposed method is compatible with other KD frameworks in a plug-and-play fashion, providing consistent improvements in generalization 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