NELGJan 24, 2019

QGAN: Quantized Generative Adversarial Networks

arXiv:1901.08263v142 citations
Originality Incremental advance
AI Analysis

This work solves the computational and memory bottleneck for deploying GANs on resource-constrained devices like smartphones, representing a domain-specific advancement in model compression.

The paper tackles the problem of deploying generative adversarial networks (GANs) on edge devices by addressing the ineffectiveness of existing quantization methods, which fail to maintain sample quality due to underrepresentation and sensitivity issues; it introduces QGAN, a novel quantization method based on EM algorithms, achieving results comparable to original models with 1-bit or 2-bit representations on datasets like CIFAR-10 and CelebA.

The intensive computation and memory requirements of generative adversarial neural networks (GANs) hinder its real-world deployment on edge devices such as smartphones. Despite the success in model reduction of CNNs, neural network quantization methods have not yet been studied on GANs, which are mainly faced with the issues of both the effectiveness of quantization algorithms and the instability of training GAN models. In this paper, we start with an extensive study on applying existing successful methods to quantize GANs. Our observation reveals that none of them generates samples with reasonable quality because of the underrepresentation of quantized values in model weights, and the generator and discriminator networks show different sensitivities upon quantization methods. Motivated by these observations, we develop a novel quantization method for GANs based on EM algorithms, named as QGAN. We also propose a multi-precision algorithm to help find the optimal number of bits of quantized GAN models in conjunction with corresponding result qualities. Experiments on CIFAR-10 and CelebA show that QGAN can quantize GANs to even 1-bit or 2-bit representations with results of quality comparable to original models.

Foundations

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

Your Notes