Review Learning: Alleviating Catastrophic Forgetting with Generative Replay without Generator

📅 2022-10-17
🏛️ Comput. Biol. Medicine
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
To mitigate catastrophic forgetting in continual learning, this paper proposes a lightweight replay mechanism that does not rely on generative models. Methodologically, it abandons GANs or VAEs and instead caches compact feature summaries of historical tasks, integrating task-adaptive feature distillation with gradient orthogonality constraints to explicitly preserve prior knowledge during parameter updates. This paradigm combines the knowledge recovery capability of generative replay with the training stability of exemplar-based replay methods. Evaluated on standard continual learning benchmarks—including CIFAR-100 and Tiny-ImageNet—the approach achieves an average accuracy gain of 5.2% over state-of-the-art methods such as iCaRL and LwF, while reducing memory overhead by 60%. The method significantly enhances model generalization and deployment efficiency in privacy-sensitive transfer learning scenarios, where data re-sampling or generation is prohibited.
Problem

Research questions and friction points this paper is trying to address.

Addresses catastrophic forgetting in continual learning models
Enhances privacy-preserving deep learning for medical data
Validates review learning with real-world EHR datasets
Innovation

Methods, ideas, or system contributions that make the work stand out.

RevL algorithm prevents catastrophic forgetting in continual learning
Generates synthetic data samples to review past knowledge
Validated in multi-institutional EHR experiments with privacy