paper-with-me

Papers

Multi-Granularity Structural Knowledge Distillation for Language Model Compression

2022-05-01 · ACL 2022 5 · Chang Liu, Chongyang Tao, Jiazhan Feng, Dongyan Zhao

Transferring the knowledge to a small model through distillation has raised great interest in recent years. Prevailing methods transfer the knowledge derived from mono-granularity language units (e.g., token-level or sample-level), which is not enough to represent the rich semantics of a text and may lose some vital knowledge. Besides, these methods form the knowledge as individual representations or their simple dependencies, neglecting abundant structural relations among intermediate representations. To overcome the problems, we present a novel knowledge distillation framework that gathers intermediate representations from multiple semantic granularities (e.g., tokens, spans and samples) and forms the knowledge as more sophisticated structural relations specified as the pair-wise interactions and the triplet-wise geometric angles based on multi-granularity representations. Moreover, we propose distilling the well-organized multi-granularity structural knowledge to the student hierarchically across layers. Experimental results on GLUE benchmark demonstrate that our method outperforms advanced distillation methods.

📄 PDF Abstract BibTeX

Code (1)

lc97-pku/mgskd 공식 구현 pytorch

Tasks

Knowledge DistillationLanguage ModelingLanguage ModellingModel CompressionTriplet

Similar Papers 제목 키워드 기반

MuGSI: Distilling GNNs with Multi-Granularity Structural Information for Graph Classification

2024-06-28 · Tianjun Yao, Jiaqi Sun, Defu Cao, Kun Zhang 외

Recent works have introduced GNN-to-MLP knowledge distillation (KD) frameworks to combine both GNN's superior performance and MLP's fast inference speed. However, existing KD frameworks are primarily designed for node cl…

ClassificationGraph ClassificationKnowledge DistillationNode Classification

Multi-granularity for knowledge distillation

2021-08-15 · Baitan Shao, Ying Chen

Considering the fact that students have different abilities to understand the knowledge imparted by teachers, a multi-granularity distillation mechanism is proposed for transferring more understandable knowledge for stud…

Knowledge DistillationPerson Re-Identification

Adaptive Knowledge Distillation between Text and Speech Pre-trained Models

2023-03-07 · Jinjie Ni, Yukun Ma, Wen Wang, Qian Chen 외

Learning on a massive amount of speech corpus leads to the recent success of many self-supervised speech models. With knowledge distillation, these models may also benefit from the knowledge encoded by language models th…

Knowledge DistillationSpoken Language Understanding

Multi-Granularity Distillation Scheme Towards Lightweight Semi-Supervised Semantic Segmentation

2022-08-22 · Jie Qin, Jie Wu, Ming Li, Xuefeng Xiao 외

Albeit with varying degrees of progress in the field of Semi-Supervised Semantic Segmentation, most of its recent successes are involved in unwieldy models and the lightweight solution is still not yet explored. We find …

Knowledge DistillationSemantic SegmentationSemi-Supervised Semantic Segmentation

Multi-Granularity Class Prototype Topology Distillation for Class-Incremental Source-Free Unsupervised Domain Adaptation

2024-11-25 · CVPR 2025 1 · Peihua Deng, Jiehua Zhang, Xichun Sheng, Chenggang Yan 외

This paper explores the Class-Incremental Source-Free Unsupervised Domain Adaptation (CI-SFUDA) problem, where the unlabeled target data come incrementally without access to labeled source instances. This problem poses t…

class-incremental learningDomain AdaptationRepresentation LearningSource-Free Domain Adaptation+1