CVJun 13, 2023

Dynamically Masked Discriminator for Generative Adversarial Networks

Tencent
arXiv:2306.07716v32 citationsh-index: 73
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in GAN training for researchers and practitioners, offering an incremental improvement over existing methods.

The paper tackles the challenge of training Generative Adversarial Networks (GANs) by addressing the discriminator's difficulty in adapting to changing generated data distributions, proposing a dynamically masked discriminator that improves adaptation and outperforms state-of-the-art methods.

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 propose a new discriminator, which automatically detects its retardation and then dynamically masks its features, such that the discriminator can adaptively learn the temporally-vary distribution of generated data. Experimental results show our method outperforms the state-of-the-art approaches.

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