paper-with-me

Papers

Large-Scale Data-Free Knowledge Distillation for ImageNet via Multi-Resolution Data Generation

2024-11-26 · Minh-Tuan Tran, Trung Le, Xuan-May Le, Jianfei Cai, Mehrtash Harandi, Dinh Phung

Data-Free Knowledge Distillation (DFKD) is an advanced technique that enables knowledge transfer from a teacher model to a student model without relying on original training data. While DFKD methods have achieved success on smaller datasets like CIFAR10 and CIFAR100, they encounter challenges on larger, high-resolution datasets such as ImageNet. A primary issue with previous approaches is their generation of synthetic images at high resolutions (e.g., $224 \times 224$) without leveraging information from real images, often resulting in noisy images that lack essential class-specific features in large datasets. Additionally, the computational cost of generating the extensive data needed for effective knowledge transfer can be prohibitive. In this paper, we introduce MUlti-reSolution data-freE (MUSE) to address these limitations. MUSE generates images at lower resolutions while using Class Activation Maps (CAMs) to ensure that the generated images retain critical, class-specific features. To further enhance model diversity, we propose multi-resolution generation and embedding diversity techniques that strengthen latent space representations, leading to significant performance improvements. Experimental results demonstrate that MUSE achieves state-of-the-art performance across both small- and large-scale datasets, with notable performance gains of up to two digits in nearly all ImageNet and subset experiments. Code is available at https://github.com/tmtuan1307/muse.

📄 PDF Abstract BibTeX arXiv:2411.17046

Code (0)

등록된 구현이 없습니다.

Tasks

Data-free Knowledge DistillationDiversityKnowledge DistillationTransfer Learning

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 제목 키워드 기반

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

Large-Scale Generative Data-Free Distillation

2020-12-10 · Liangchen Luo, Mark Sandler, Zi Lin, Andrey Zhmoginov 외

Knowledge distillation is one of the most popular and effective techniques for knowledge transfer, model compression and semi-supervised learning. Most existing distillation approaches require the access to original or a…

Knowledge DistillationModel CompressionTransfer Learning

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

PRISM: Precision-Recall Informed Data-Free Knowledge Distillation via Generative Diffusion

2025-09-21 · Xuewan He, Jielei Wang, Zihan Cheng, Yuchen Su 외 arxiv

Data-free knowledge distillation (DFKD) transfers knowledge from a teacher to a student without access to the real in-distribution (ID) data. While existing methods perform well on small-scale images, they suffer from mo…

Data-free Knowledge DistillationDomain GeneralizationPrompt Engineering

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…

Data-free Knowledge DistillationKnowledge DistillationModel Compression