CLAILGApr 1, 2022

Feature Structure Distillation with Centered Kernel Alignment in BERT Transferring

arXiv:2204.08922v310 citationsh-index: 18Has Code
AI Analysis

This work addresses a specific problem in knowledge distillation for BERT-based language models, offering incremental improvements in representation transfer.

The paper tackled the challenge of inaccurate learning in knowledge distillation by proposing feature structure distillation methods based on Centered Kernel Alignment to transfer intra-feature, local inter-feature, and global inter-feature structures, resulting in improved performance on nine GLUE tasks compared to state-of-the-art distillation methods.

Knowledge distillation is an approach to transfer information on representations from a teacher to a student by reducing their difference. A challenge of this approach is to reduce the flexibility of the student's representations inducing inaccurate learning of the teacher's knowledge. To resolve it in transferring, we investigate distillation of structures of representations specified to three types: intra-feature, local inter-feature, global inter-feature structures. To transfer them, we introduce feature structure distillation methods based on the Centered Kernel Alignment, which assigns a consistent value to similar features structures and reveals more informative relations. In particular, a memory-augmented transfer method with clustering is implemented for the global structures. The methods are empirically analyzed on the nine tasks for language understanding of the GLUE dataset with Bidirectional Encoder Representations from Transformers (BERT), which is a representative neural language model. In the results, the proposed methods effectively transfer the three types of structures and improve performance compared to state-of-the-art distillation methods. Indeed, the code for the methods is available in https://github.com/maroo-sky/FSD.

Code Implementations1 repo
Foundations

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

Your Notes