Revisiting Discriminator in GAN Compression: A Generator-discriminator Cooperative Compression Scheme
Shaojie Li, Jie Wu, Xuefeng Xiao, Fei Chao, Xudong Mao, Rongrong Ji

TL;DR
This paper introduces a novel cooperative compression scheme for GANs that involves both generator and discriminator, significantly reducing computational costs while maintaining performance through a collaborative distillation process.
Contribution
The work proposes a generator-discriminator cooperative compression scheme (GCC) that actively involves the discriminator in the compression process, unlike prior methods focusing only on the generator.
Findings
Reduces 80% of computational costs in GANs.
Maintains comparable performance in image translation tasks.
Demonstrates effectiveness across various GAN-based generation tasks.
Abstract
Recently, a series of algorithms have been explored for GAN compression, which aims to reduce tremendous computational overhead and memory usages when deploying GANs on resource-constrained edge devices. However, most of the existing GAN compression work only focuses on how to compress the generator, while fails to take the discriminator into account. In this work, we revisit the role of discriminator in GAN compression and design a novel generator-discriminator cooperative compression scheme for GAN compression, termed GCC. Within GCC, a selective activation discriminator automatically selects and activates convolutional channels according to a local capacity constraint and a global coordination constraint, which help maintain the Nash equilibrium with the lightweight generator during the adversarial training and avoid mode collapse. The original generator and discriminator are also…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Advanced Neural Network Applications · Generative Adversarial Networks and Image Synthesis
MethodsCollaborative Distillation
