LGITMLJul 23, 2025

Generalized Dual Discriminator GANs

arXiv:2507.17684v1h-index: 7ITW
Originality Incremental advance
AI Analysis

This work addresses mode collapse in GANs for generative modeling, but it appears incremental as it builds on existing dual discriminator methods with theoretical extensions.

The authors tackled the problem of mode collapse in generative adversarial networks by introducing generalized dual discriminator GANs, which combine dual discriminators with tunable loss functions and reduce optimization to minimizing linear combinations of f-divergences, with experiments on 2D synthetic data showing advantages in performance metrics.

Dual discriminator generative adversarial networks (D2 GANs) were introduced to mitigate the problem of mode collapse in generative adversarial networks. In D2 GANs, two discriminators are employed alongside a generator: one discriminator rewards high scores for samples from the true data distribution, while the other favors samples from the generator. In this work, we first introduce dual discriminator $α$-GANs (D2 $α$-GANs), which combines the strengths of dual discriminators with the flexibility of a tunable loss function, $α$-loss. We further generalize this approach to arbitrary functions defined on positive reals, leading to a broader class of models we refer to as generalized dual discriminator generative adversarial networks. For each of these proposed models, we provide theoretical analysis and show that the associated min-max optimization reduces to the minimization of a linear combination of an $f$-divergence and a reverse $f$-divergence. This generalizes the known simplification for D2-GANs, where the objective reduces to a linear combination of the KL-divergence and the reverse KL-divergence. Finally, we perform experiments on 2D synthetic data and use multiple performance metrics to capture various advantages of our GANs.

Foundations

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

Your Notes