paper-with-me

홈 › Papers

Reducing Training Sample Memorization in GANs by Training with Memorization Rejection

2022-10-21 · Andrew Bai, Cho-Jui Hsieh, Wendy Kan, Hsuan-Tien Lin

Generative adversarial network (GAN) continues to be a popular research direction due to its high generation quality. It is observed that many state-of-the-art GANs generate samples that are more similar to the training set than a holdout testing set from the same distribution, hinting some training samples are implicitly memorized in these models. This memorization behavior is unfavorable in many applications that demand the generated samples to be sufficiently distinct from known samples. Nevertheless, it is unclear whether it is possible to reduce memorization without compromising the generation quality. In this paper, we propose memorization rejection, a training scheme that rejects generated samples that are near-duplicates of training samples during training. Our scheme is simple, generic and can be directly applied to any GAN architecture. Experiments on multiple datasets and GAN models validate that memorization rejection effectively reduces training sample memorization, and in many cases does not sacrifice the generation quality. Code to reproduce the experiment results can be found at $\texttt{https://github.com/jybai/MRGAN}$.

📄 PDF Abstract BibTeX arXiv:2210.12231

Code (1)

jybai/mrgan 공식 구현 pytorch

Tasks

Generative Adversarial NetworkMemorization

Similar Papers 제목 키워드 기반

Memorization Precedes Generation: Learning Unsupervised GANs with Memory Networks

2018-03-05 · ICLR 2018 1 · Youngjin Kim, Minjung Kim, Gunhee Kim

We propose an approach to address two issues that commonly occur during training of unsupervised GANs. First, since GANs use only a continuous latent distribution to embed multiple classes or clusters of data, they often…

Memorization

Preserving Privacy in GANs Against Membership Inference Attack

2023-11-06 · Mohammadhadi Shateri, Francisco Messina, Fabrice Labeau, Pablo Piantanida

Generative Adversarial Networks (GANs) have been widely used for generating synthetic data for cases where there is a limited size real-world dataset or when data holders are unwilling to share their data samples. Recent…

Inference AttackMembership Inference AttackMemorization

Generating Novel Scene Compositions from Single Images and Videos

2021-03-24 · Vadim Sushko, Dan Zhang, Juergen Gall, Anna Khoreva

Given a large dataset for training, generative adversarial networks (GANs) can achieve remarkable performance for the image synthesis task. However, training GANs in extremely low data regimes remains a challenge, as ove…

DiversityImage GenerationMemorization

Exploring Cross-Client Memorization of Training Data in Large Language Models for Federated Learning

2025-10-09 · Tinnakit Udsa, Can Udomcharoenchaikit, Patomporn Payoungkhamdee, Sarana Nutanong 외 arxiv

Federated learning (FL) enables collaborative training without raw data sharing, but still risks training data memorization. Existing FL memorization detection techniques focus on one sample at a time, underestimating mo…

Federated Learning

Learning to Generate Novel Scene Compositions from Single Images and Videos

2021-05-12 · Vadim Sushko, Juergen Gall, Anna Khoreva

Training GANs in low-data regimes remains a challenge, as overfitting often leads to memorization or training divergence. In this work, we introduce One-Shot GAN that can learn to generate samples from a training set as …

DiversityMemorization