LGCVIVJul 3, 2020

Self-Supervised GAN Compression

arXiv:2007.01491v29 citations
AI Analysis

This addresses the deployment challenges of large GAN models for applications requiring low latency and storage, representing a domain-specific advancement.

The paper tackles the problem of compressing generative adversarial networks (GANs) for complex tasks, where standard weight pruning methods fail, by developing a self-supervised technique that uses the discriminator to train a compressed generator, achieving compelling performance at high sparsity levels.

Deep learning's success has led to larger and larger models to handle more and more complex tasks; trained models can contain millions of parameters. These large models are compute- and memory-intensive, which makes it a challenge to deploy them with minimized latency, throughput, and storage requirements. Some model compression methods have been successfully applied to image classification and detection or language models, but there has been very little work compressing generative adversarial networks (GANs) performing complex tasks. In this paper, we show that a standard model compression technique, weight pruning, cannot be applied to GANs using existing methods. We then develop a self-supervised compression technique which uses the trained discriminator to supervise the training of a compressed generator. We show that this framework has a compelling performance to high degrees of sparsity, can be easily applied to new tasks and models, and enables meaningful comparisons between different pruning granularities.

Code Implementations1 repo
Foundations

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

Your Notes