Dynamically Masked Discriminator for Generative Adversarial Networks
Wentian Zhang, Haozhe Liu, Bing Li, Jinheng Xie, Yawen Huang, Yuexiang, Li, Yefeng Zheng, Bernard Ghanem

TL;DR
This paper introduces a dynamic masking technique for GAN discriminators that detects and accelerates learning of new data distributions, improving training stability and output quality.
Contribution
We propose a novel discriminator that dynamically masks features based on its learning speed, enabling better adaptation to changing generated data distributions in GAN training.
Findings
Outperforms state-of-the-art GAN training methods
Enhances discriminator's ability to adapt to data distribution changes
Improves quality of generated data
Abstract
Training Generative Adversarial Networks (GANs) remains a challenging problem. The discriminator trains the generator by learning the distribution of real/generated data. However, the distribution of generated data changes throughout the training process, which is difficult for the discriminator to learn. In this paper, we propose a novel method for GANs from the viewpoint of online continual learning. We observe that the discriminator model, trained on historically generated data, often slows down its adaptation to the changes in the new arrival generated data, which accordingly decreases the quality of generated results. By treating the generated data in training as a stream, we propose to detect whether the discriminator slows down the learning of new knowledge in generated data. Therefore, we can explicitly enforce the discriminator to learn new knowledge fast. Particularly, we…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Anomaly Detection Techniques and Applications · Music and Audio Processing
