CVLGJul 4, 2022

Selectively increasing the diversity of GAN-generated samples

arXiv:2207.01561v315 citationsh-index: 43
Originality Incremental advance
AI Analysis

This addresses the trade-off between diversity and similarity in GAN-generated samples for applications like data simulation, though it is incremental as it builds on existing methods to mitigate mode collapse.

The paper tackles the mode collapse problem in conditional GANs, which limits sample diversity, by proposing a regularization method that selectively increases diversity for inputs requiring varied outputs while maintaining consistency for others, showing superiority in synthetic and real-world benchmarks like CERN's ALICE experiment.

Generative Adversarial Networks (GANs) are powerful models able to synthesize data samples closely resembling the distribution of real data, yet the diversity of those generated samples is limited due to the so-called mode collapse phenomenon observed in GANs. Especially prone to mode collapse are conditional GANs, which tend to ignore the input noise vector and focus on the conditional information. Recent methods proposed to mitigate this limitation increase the diversity of generated samples, yet they reduce the performance of the models when similarity of samples is required. To address this shortcoming, we propose a novel method to selectively increase the diversity of GAN-generated samples. By adding a simple, yet effective regularization to the training loss function we encourage the generator to discover new data modes for inputs related to diverse outputs while generating consistent samples for the remaining ones. More precisely, we maximise the ratio of distances between generated images and input latent vectors scaling the effect according to the diversity of samples for a given conditional input. We show the superiority of our method in a synthetic benchmark as well as a real-life scenario of simulating data from the Zero Degree Calorimeter of ALICE experiment in LHC, CERN.

Foundations

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

Your Notes