LGCVMLApr 2, 2019

Data-Free Learning of Student Networks

arXiv:1904.01186v4431 citations
Originality Highly original
AI Analysis

This addresses the challenge of deploying pre-trained models on edge devices when data is unavailable due to privacy or legal issues, representing a novel approach rather than an incremental improvement.

The paper tackles the problem of training compact neural networks without access to the original training data, using a generative adversarial network framework to derive synthetic samples from a teacher network, achieving accuracies of 92.22% on CIFAR-10 and 74.47% on CIFAR-100 with ResNet-18.

Learning portable neural networks is very essential for computer vision for the purpose that pre-trained heavy deep models can be well applied on edge devices such as mobile phones and micro sensors. Most existing deep neural network compression and speed-up methods are very effective for training compact deep models, when we can directly access the training dataset. However, training data for the given deep network are often unavailable due to some practice problems (e.g. privacy, legal issue, and transmission), and the architecture of the given network are also unknown except some interfaces. To this end, we propose a novel framework for training efficient deep neural networks by exploiting generative adversarial networks (GANs). To be specific, the pre-trained teacher networks are regarded as a fixed discriminator and the generator is utilized for derivating training samples which can obtain the maximum response on the discriminator. Then, an efficient network with smaller model size and computational complexity is trained using the generated data and the teacher network, simultaneously. Efficient student networks learned using the proposed Data-Free Learning (DAFL) method achieve 92.22% and 74.47% accuracies using ResNet-18 without any training data on the CIFAR-10 and CIFAR-100 datasets, respectively. Meanwhile, our student network obtains an 80.56% accuracy on the CelebA benchmark.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes