paper-with-me

Papers

Data-Free Knowledge Distillation for Deep Neural Networks

2017-10-19 · Raphael Gontijo Lopes, Stefano Fenu, Thad Starner

Recent advances in model compression have provided procedures for compressing large neural networks to a fraction of their original size while retaining most if not all of their accuracy. However, all of these approaches rely on access to the original training set, which might not always be possible if the network to be compressed was trained on a very large dataset, or on a dataset whose release poses privacy or safety concerns as may be the case for biometrics tasks. We present a method for data-free knowledge distillation, which is able to compress deep neural networks trained on large-scale datasets to a fraction of their size leveraging only some extra metadata to be provided with a pretrained model release. We also explore different kinds of metadata that can be used with our method, and discuss tradeoffs involved in using each of them.

📄 PDF Abstract BibTeX arXiv:1710.07535

Code (2)

huawei-noah/DAFL pytorch
huawei-noah/Data-Efficient-Model-Compression pytorch

Tasks

Data-free Knowledge DistillationKnowledge DistillationModel Compression

Similar Papers 제목 키워드 기반

Data-free Knowledge Distillation for Segmentation using Data-Enriching GAN

2020-11-02 · Kaushal Bhogale

Distilling knowledge from huge pre-trained networks to improve the performance of tiny networks has favored deep learning models to be used in many real-time and mobile applications. Several approaches that demonstrate s…

Data-free Knowledge DistillationDiversityKnowledge DistillationSegmentation

Small Scale Data-Free Knowledge Distillation

2024-06-12 · CVPR 2024 1 · He Liu, Yikai Wang, Huaping Liu, Fuchun Sun 외

Data-free knowledge distillation is able to utilize the knowledge learned by a large teacher network to augment the training of a smaller student network without accessing the original training data, avoiding privacy, se…

Data-free Knowledge DistillationGenerative Adversarial Networkimage-classificationImage Classification+2

Enhancing Data-Free Adversarial Distillation with Activation Regularization and Virtual Interpolation

2021-02-23 · Xiaoyang Qu, Jianzong Wang, Jing Xiao

Knowledge distillation refers to a technique of transferring the knowledge from a large learned model or an ensemble of learned models to a small model. This method relies on access to the original training set, which mi…

Knowledge Distillation

Adversarial Curriculum Graph-Free Knowledge Distillation for Graph Neural Networks

2025-04-01 · Yuang Jia, Xiaojuan Shan, Jun Xia, Guancheng Wan 외

Data-free Knowledge Distillation (DFKD) is a method that constructs pseudo-samples using a generator without real data, and transfers knowledge from a teacher model to a student by enforcing the student to overcome dimen…

Data-free Knowledge DistillationKnowledge Distillation

Adversarial Self-Supervised Data-Free Distillation for Text Classification

2020-10-10 · EMNLP 2020 11 · Xinyin Ma, Yongliang Shen, Gongfan Fang, Chen Chen 외

Large pre-trained transformer-based language models have achieved impressive results on a wide range of NLP tasks. In the past few years, Knowledge Distillation(KD) has become a popular paradigm to compress a computation…

ClassificationGeneral ClassificationKnowledge Distillationtext-classification+2