paper-with-me

홈 › Papers

Mitigating Mode Collapse by Sidestepping Catastrophic Forgetting

2021-01-01 · Karttikeya Mangalam, Rohin Garg, Jathushan Rajasegaran, Taesung Park

Generative Adversarial Networks (GANs) are a class of generative models used for various applications, but they have been known to suffer from the mode collapse problem, in which some modes of the target distribution are ignored by the generator. Investigative study using a new data generation procedure indicates that the mode collapse of the generator is driven by the discriminator’s inability to maintain classification accuracy on previously seen samples, a phenomenon called Catastrophic Forgetting in continual learning. Motivated by this observation, we introduce a novel training procedure that dynamically spawns additional dis-criminators to remember previous modes of generation. On several datasets, we show that our training scheme can be plugged-in to existing GAN frameworks to mitigate mode collapse and improve standard metrics for GAN evaluation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

The Gentle Collapse: Distributional Metrics for Continual Learning

2026-06-23 · Ahmed Anwar, Andreas Wagner, Federico Raue, Tobias Nauen 외 arxiv

Accuracy degradation is the standard metric for Catastrophic Forgetting (CF), however, it records only whether forgetting occurred or not. It saturates at the extremes and collapses discretely at task boundaries, hiding …

Continual Learning

Mitigating Catastrophic Forgetting in Mathematical Reasoning Finetuning through Mixed Training

2025-12-05 · John Graham Reynolds arxiv

When finetuning large language models for specialized tasks such as mathematical reasoning, models exhibit catastrophic forgetting, losing previously learned capabilities. We investigate this by finetuning Flan-T5-Base (…

Mathematical Reasoning

On Catastrophic Forgetting and Mode Collapse in Generative Adversarial Networks

2018-07-11 · Hoang Thanh-Tung, Truyen Tran

In this paper, we show that Generative Adversarial Networks (GANs) suffer from catastrophic forgetting even when they are trained to approximate a single target distribution. We show that GAN training is a continual lear…

Continual Learning

The Importance of Robust Features in Mitigating Catastrophic Forgetting

2023-06-29 · Hikmat Khan, Nidhal C. Bouaynaya, Ghulam Rasoom

Continual learning (CL) is an approach to address catastrophic forgetting, which refers to forgetting previously learned knowledge by neural networks when trained on new tasks or data distributions. The adversarial robus…

Adversarial RobustnessContinual Learning

LEGATO: Good Identity Unlearning Is Continuous

2026-01-07 · Qiang Chen, Chun-Wun Cheng, Xiu Su, Hongyan Xu 외 arxiv

Machine unlearning has become a crucial role in enabling generative models trained on large datasets to remove sensitive, private, or copyright-protected data. However, existing machine unlearning methods face three chal…