paper-with-me

Papers

Dual Discriminator Adversarial Distillation for Data-free Model Compression

2021-04-12 · Haoran Zhao, Xin Sun, Junyu Dong, Hui Yu, Huiyu Zhou

Knowledge distillation has been widely used to produce portable and efficient neural networks which can be well applied on edge devices for computer vision tasks. However, almost all top-performing knowledge distillation methods need to access the original training data, which usually has a huge size and is often unavailable. To tackle this problem, we propose a novel data-free approach in this paper, named Dual Discriminator Adversarial Distillation (DDAD) to distill a neural network without any training data or meta-data. To be specific, we use a generator to create samples through dual discriminator adversarial distillation, which mimics the original training data. The generator not only uses the pre-trained teacher's intrinsic statistics in existing batch normalization layers but also obtains the maximum discrepancy from the student model. Then the generated samples are used to train the compact student network under the supervision of the teacher. The proposed method obtains an efficient student network which closely approximates its teacher network, despite using no original training data. Extensive experiments are conducted to to demonstrate the effectiveness of the proposed approach on CIFAR-10, CIFAR-100 and Caltech101 datasets for classification tasks. Moreover, we extend our method to semantic segmentation tasks on several public datasets such as CamVid and NYUv2. All experiments show that our method outperforms all baselines for data-free knowledge distillation.

📄 PDF Abstract BibTeX arXiv:2104.05382

Code (0)

등록된 구현이 없습니다.

Tasks

Data-free Knowledge DistillationKnowledge DistillationModel CompressionSemantic Segmentation

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.…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Adversarial Score Distillation: When score distillation meets GAN

2023-12-01 · CVPR 2024 1 · Min Wei, Jingkai Zhou, Junyao Sun, Xuesong Zhang

Existing score distillation methods are sensitive to classifier-free guidance (CFG) scale: manifested as over-smoothness or instability at small CFG scales, while over-saturation at large ones. To explain and analyze the…

Generative Adversarial NetworkText to 3D

Data-Free Adversarial Distillation

2019-12-23 · Gongfan Fang, Jie Song, Chengchao Shen, Xinchao Wang 외

Knowledge Distillation (KD) has made remarkable progress in the last few years and become a popular paradigm for model compression and knowledge transfer. However, almost all existing KD algorithms are data-driven, i.e.,…

Knowledge DistillationModel CompressionSemantic SegmentationTransfer Learning

Data-Free Adversarial Knowledge Distillation for Graph Neural Networks

2022-05-08 · Yuanxin Zhuang, Lingjuan Lyu, Chuan Shi, Carl Yang 외

Graph neural networks (GNNs) have been widely used in modeling graph structured data, owing to its impressive performance in a wide range of practical applications. Recently, knowledge distillation (KD) for GNNs has enab…

Generative Adversarial NetworkGraph ClassificationKnowledge DistillationModel Compression+1

SDAKD: Student Discriminator Assisted Knowledge Distillation for Super-Resolution Generative Adversarial Networks

2025-10-04 · Nikolaos Kaparinos, Vasileios Mezaris arxiv

Generative Adversarial Networks (GANs) achieve excellent performance in generative tasks, such as image super-resolution, but their computational requirements make difficult their deployment on resource-constrained devic…

Knowledge DistillationImage Super-Resolution

AAD-1: Asymmetric Adversarial Distillation for One-Step Autoregressive Video Generation

2026-06-02 · Haobo Li, Yanhong Zeng, Yunhong Lu, Jiapeng Zhu 외 arxiv

We present AAD-1, an Asymmetric Adversarial Distillation framework for One-step autoregressive image-to-video generation. State-of-the-art methods adopt adversarial distillation but suffer from motion collapse and traini…

Video Generation