English

MyGO: Memory Yielding Generative Offline-consolidation for Lifelong Learning Systems

Machine Learning 2026-01-08 v2 Artificial Intelligence

Abstract

Continual or Lifelong Learning aims to develop models capable of acquiring new knowledge from a sequence of tasks without catastrophically forgetting what has been learned before. Existing approaches often rely on storing samples from previous tasks (experience replay) or employing complex regularization terms to protect learned weights. However, these methods face challenges related to data privacy, storage limitations, and performance degradation when tasks are dissimilar. To address these challenges, we introduce MyGO (Memory Yielding Generative Offline-consolidation), a novel lifelong learning framework inspired by the biological wake-sleep cycle. During the "wake" phase, the system rapidly learns a new task and trains a compact generative model (Generative Memory, G-mem) to capture its data distribution. During the "sleep" phase, the system enters an offline state, using all learned G-mem models to generate pseudo-data ("dreams") and consolidate new and old knowledge into a core feature extractor via knowledge distillation. This approach obviates the need to store any raw data, retaining only compact generative models, which offers significant advantages in privacy and storage efficiency. We evaluate MyGO on computer vision (Split-MNIST) and natural language processing (Split-AG News) benchmarks, comparing it against a sequential fine-tuning baseline. The results demonstrate that MyGO significantly mitigates catastrophic forgetting and maintains high average accuracy across tasks, proving the framework's effectiveness and domain-generality.

Keywords

Cite

@article{arxiv.2508.21296,
  title  = {MyGO: Memory Yielding Generative Offline-consolidation for Lifelong Learning Systems},
  author = {Shihao Ji and Zihui Song},
  journal= {arXiv preprint arXiv:2508.21296},
  year   = {2026}
}

Comments

Upon re-evaluating the proposed "Sleep Phase" mechanism, the authors identified stability issues in the generative replay component that limit the framework's scalability to high-dimensional data. We are withdrawing the paper to fundamentally revise the generative architecture and correct these limitations before any future submission