Feature Structure Distillation with Centered Kernel Alignment in BERT Transferring
Hee-Jun Jung, Doyeon Kim, Seung-Hoon Na, Kangil Kim

TL;DR
This paper introduces feature structure distillation methods based on Centered Kernel Alignment to improve knowledge transfer in BERT, effectively capturing intra-feature, local, and global inter-feature structures, leading to enhanced language understanding performance.
Contribution
It proposes novel structure-aware distillation techniques using Centered Kernel Alignment, addressing limitations of traditional methods and demonstrating improved results on GLUE tasks.
Findings
Effective transfer of feature structures improves BERT performance.
Proposed methods outperform state-of-the-art distillation techniques.
Global structure transfer with clustering enhances knowledge sharing.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
MethodsAttention Is All You Need · Linear Layer · Adam · Multi-Head Attention · Residual Connection · Dense Connections · Attention Dropout · Softmax · Dropout · Layer Normalization
