CVAug 16, 2021

Online Multi-Granularity Distillation for GAN Compression

arXiv:2108.06908v253 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the deployment of real-time image translation on resource-constrained devices, representing an incremental improvement in GAN compression methods.

The paper tackles the problem of compressing Generative Adversarial Networks (GANs) to reduce computational costs and memory usage for deployment on resource-constrained devices, achieving a compression of 40x MACs and 82.5x parameters on Pix2Pix and CycleGAN without loss of image quality.

Generative Adversarial Networks (GANs) have witnessed prevailing success in yielding outstanding images, however, they are burdensome to deploy on resource-constrained devices due to ponderous computational costs and hulking memory usage. Although recent efforts on compressing GANs have acquired remarkable results, they still exist potential model redundancies and can be further compressed. To solve this issue, we propose a novel online multi-granularity distillation (OMGD) scheme to obtain lightweight GANs, which contributes to generating high-fidelity images with low computational demands. We offer the first attempt to popularize single-stage online distillation for GAN-oriented compression, where the progressively promoted teacher generator helps to refine the discriminator-free based student generator. Complementary teacher generators and network layers provide comprehensive and multi-granularity concepts to enhance visual fidelity from diverse dimensions. Experimental results on four benchmark datasets demonstrate that OMGD successes to compress 40x MACs and 82.5X parameters on Pix2Pix and CycleGAN, without loss of image quality. It reveals that OMGD provides a feasible solution for the deployment of real-time image translation on resource-constrained devices. Our code and models are made public at: https://github.com/bytedance/OMGD.

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