paper-with-me

Papers

KD-Zero: Evolving Knowledge Distiller for Any Teacher-Student Pairs

2023-09-21 · NeurIPS 2023 11

Knowledge distillation (KD) has emerged as an effective technique for compressing models that can enhance the lightweight model. Conventional KD methods propose various designs to allow student model to imitate the teacher better. However, these handcrafted KD designs heavily rely on expert knowledge and may be sub-optimal for various teacher-student pairs. In this paper, we present a novel framework, KD-Zero, which utilizes evolutionary search to automatically discover promising distiller from scratch for any teacher-student architectures. Specifically, we first decompose the generalized distiller into knowledge transformations, distance functions, and loss weights. Then, we construct our distiller search space by selecting advanced operations for these three components. With sharpness and represent gap as fitting objectives, we evolve candidate populations and generate better distillers by crossover and mutation. To ensure efficient searching, we employ the loss-rejection protocol, search space shrinkage, and proxy settings during the search process. In this manner, the discovered distiller can address the capacity gap and cross-architecture challenges for any teacher-student pairs in the final distillation stage. Comprehensive experiments reveal that KD-Zero consistently outperforms other state-of-the-art methods across diverse architectures on classification, detection, and segmentation tasks. Noticeably, we provide some practical insights in designing the distiller by analyzing the distiller discovered. Code is at https://github.com/lilujunai/KD-Zero.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

WIDER & CLOSER: Mixture of Short-channel Distillers for Zero-shot Cross-lingual Named Entity Recognition

2022-12-07 · Jun-Yu Ma, Beiduo Chen, Jia-Chen Gu, Zhen-Hua Ling 외

Zero-shot cross-lingual named entity recognition (NER) aims at transferring knowledge from annotated and rich-resource data in source languages to unlabeled and lean-resource data in target languages. Existing mainstream…

Cross-Lingual NERDomain Adaptationnamed-entity-recognitionNamed Entity Recognition+2

PointDistiller: Structured Knowledge Distillation Towards Efficient and Compact 3D Detection

2022-05-23 · CVPR 2023 1 · Linfeng Zhang, Runpei Dong, Hung-Shuo Tai, Kaisheng Ma

The remarkable breakthroughs in point cloud representation learning have boosted their usage in real-world applications such as self-driving cars and virtual reality. However, these applications usually have an urgent re…

3D Object DetectionKnowledge DistillationModel Compressionobject-detection+3

Contrastive Representation Distillation

2019-10-23 · ICLR 2020 1 · Yonglong Tian, Dilip Krishnan, Phillip Isola

Often we wish to transfer representational knowledge from one neural network to another. Examples include distilling a large network into a smaller one, transferring knowledge from one sensory modality to a second, or en…

Contrastive LearningKnowledge DistillationModel CompressionTransfer Learning

Distiller: A Systematic Study of Model Distillation Methods in Natural Language Processing

2021-09-23 · EMNLP (sustainlp) 2021 11 · Haoyu He, Xingjian Shi, Jonas Mueller, Zha Sheng 외

We aim to identify how different components in the KD pipeline affect the resulting performance and how much the optimal KD pipeline varies across different datasets/tasks, such as the data augmentation policy, the loss …

Data AugmentationHyperparameter Optimization

GenDistiller: Distilling Pre-trained Language Models based on an Autoregressive Generative Model

2024-06-12 · Yingying Gao, Shilei Zhang, Chao Deng, Junlan Feng

Pre-trained speech language models such as HuBERT and WavLM leverage unlabeled speech data for self-supervised learning and offer powerful representations for numerous downstream tasks. Despite the success of these model…

Knowledge DistillationSelf-Supervised Learning