paper-with-me

홈 › Papers

Prompting to Distill: Boosting Data-Free Knowledge Distillation via Reinforced Prompt

2022-05-16 · Xinyin Ma, Xinchao Wang, Gongfan Fang, Yongliang Shen, Weiming Lu

Data-free knowledge distillation (DFKD) conducts knowledge distillation via eliminating the dependence of original training data, and has recently achieved impressive results in accelerating pre-trained language models. At the heart of DFKD is to reconstruct a synthetic dataset by inverting the parameters of the uncompressed model. Prior DFKD approaches, however, have largely relied on hand-crafted priors of the target data distribution for the reconstruction, which can be inevitably biased and often incompetent to capture the intrinsic distributions. To address this problem, we propose a prompt-based method, termed as PromptDFD, that allows us to take advantage of learned language priors, which effectively harmonizes the synthetic sentences to be semantically and grammatically correct. Specifically, PromptDFD leverages a pre-trained generative model to provide language priors and introduces a reinforced topic prompter to control data synthesis, making the generated samples thematically relevant and semantically plausible, and thus friendly to downstream tasks. As shown in our experiments, the proposed method substantially improves the synthesis quality and achieves considerable improvements on distillation performance. In some cases, PromptDFD even gives rise to results on par with those from the data-driven knowledge distillation with access to the original training data.

📄 PDF Abstract BibTeX arXiv:2205.07523

Code (0)

등록된 구현이 없습니다.

Tasks

Data-free Knowledge DistillationKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

KNIFE: Distilling Reasoning Knowledge From Free-Text Rationales

2022-12-19 · Aaron Chan, Zhiyuan Zeng, Wyatt Lake, Brihi Joshi 외

Language models (LMs) have yielded impressive results on many language reasoning tasks, but their unexpected errors raise doubts about their reasoning abilities. In light of this, there is growing interest in finetuning/…

Knowledge DistillationLanguage ModellingQuestion Answering

Enhancing Knowledge Distillation for LLMs with Response-Priming Prompting

2024-12-18 · Vijay Goyal, Mustafa Khan, Aprameya Tirupati, Harveer Saini 외

Large language models (LLMs) have demonstrated remarkable performance across a wide range of natural language processing (NLP) tasks. However, these models are often difficult to deploy due to significant computational r…

GSM8KKnowledge DistillationTransfer Learning

Improve Object Detection with Feature-based Knowledge Distillation: Towards Accurate and Efficient Detectors

2021-01-01 · ICLR 2021 1 · Linfeng Zhang, Kaisheng Ma

Knowledge distillation, in which a student model is trained to mimic a teacher model, has been proved as an effective technique for model compression and model accuracy boosting. However, most knowledge distillation meth…

image-classificationImage ClassificationKnowledge DistillationModel Compression+2

Practical Knowledge Distillation: Using DNNs to Beat DNNs

2023-02-23 · Chung-Wei Lee, Pavlos Athanasios Apostolopulos, Igor L. Markov

For tabular data sets, we explore data and model distillation, as well as data denoising. These techniques improve both gradient-boosting models and a specialized DNN architecture. While gradient boosting is known to out…

DenoisingKnowledge Distillation

Boosting the Cross-Architecture Generalization of Dataset Distillation through an Empirical Study

2023-12-09 · Lirui Zhao, Yuxin Zhang, Fei Chao, Rongrong Ji

The poor cross-architecture generalization of dataset distillation greatly weakens its practical significance. This paper attempts to mitigate this issue through an empirical study, which suggests that the synthetic data…

Dataset DistillationInductive Bias