LAKD-Activation Mapping Distillation Based on Local Learning
Yaoze Zhang, Yuming Zhang, Yu Zhao, Yue Zhang, Feiyu Zhu
TL;DR
Knowledge Distillation often suffers from tightly coupled learning objectives that hinder interpretability and efficient use of teacher information. LAKD proposes Separation-Decoupling Mechanism (SDM) and Non-Directional Activation Mapping (NDAM) to decouple layer-wise knowledge transfer and guide attention across independent modules. The approach yields improved interpretability, reduced memory usage, and state-of-the-art or competitive performance on CIFAR-100 and ImageNet across multiple architectures. This combination enables more robust, locality-aware distillation that better leverages teacher knowledge while mitigating overfitting to teacher features. Overall, LAKD advances KD by coupling local learning with attention-guided decoupling to improve both learning efficiency and generalization.
Abstract
Knowledge distillation is widely applied in various fundamental vision models to enhance the performance of compact models. Existing knowledge distillation methods focus on designing different distillation targets to acquire knowledge from teacher models. However, these methods often overlook the efficient utilization of distilled information, crudely coupling different types of information, making it difficult to explain how the knowledge from the teacher network aids the student network in learning. This paper proposes a novel knowledge distillation framework, Local Attention Knowledge Distillation (LAKD), which more efficiently utilizes the distilled information from teacher networks, achieving higher interpretability and competitive performance. The framework establishes an independent interactive training mechanism through a separation-decoupling mechanism and non-directional activation mapping. LAKD decouples the teacher's features and facilitates progressive interaction training from simple to complex. Specifically, the student network is divided into local modules with independent gradients to decouple the knowledge transferred from the teacher. The non-directional activation mapping helps the student network integrate knowledge from different local modules by learning coarse-grained feature knowledge. We conducted experiments on the CIFAR-10, CIFAR-100, and ImageNet datasets, and the results show that our LAKD method significantly outperforms existing methods, consistently achieving state-of-the-art performance across different datasets.
