arXiv:2509.10529cs.LGcs.AI2025-09

用潜在特征回放缓解文生图模型遗忘和输出重复问题

Mitigating Catastrophic Forgetting and Mode Collapse in Text-to-Image Diffusion via Latent Replay

  • 用模型内部高维特征替代图像存储,降低记忆开销
  • 学习5个概念后仍保持77.59%图像对齐度,较基线提升14%
  • 随机选取潜在样本比相似性策略更有效,适合个性化生成

持续学习——在不遗忘旧知识的前提下逐步获取新知识——是自然智能的核心能力。尽管人脑擅长此道,人工神经网络却面临‘灾难性遗忘’问题,即学习新任务会抹去已有知识。这一挑战在文生图扩散模型中尤为严重,该类模型还常出现‘模式崩溃’,导致输出趋于重复。本文提出基于神经科学启发的潜在回放(Latent Replay)方法,通过保留模型内部提取的紧凑高阶特征表示,而非原始图像,实现高效记忆。实验显示,在连续学习五个视觉概念后,本方法在首个概念上仍保持77.59%的图像对齐度(IA),比基线高出14%,且输出多样性良好。令人意外的是,随机选择存储的潜在样本表现优于基于相似性的策略。结果表明,潜回放可为生成式AI提供高效持续学习能力,支持用户定制化文生图模型的演化,同时控制计算成本。

原文摘要 · Abstract (English)

Continual learning -- the ability to acquire knowledge incrementally without forgetting previous skills -- is fundamental to natural intelligence. While the human brain excels at this, artificial neural networks struggle with "catastrophic forgetting," where learning new tasks erases previously acquired knowledge. This challenge is particularly severe for text-to-image diffusion models, which generate images from textual prompts. Additionally, these models face "mode collapse," where their outputs become increasingly repetitive over time. To address these challenges, we apply Latent Replay, a neuroscience-inspired approach, to diffusion models. Traditional replay methods mitigate forgetting by storing and revisiting past examples, typically requiring large collections of images. Latent Replay instead retains only compact, high-level feature representations extracted from the model's internal architecture. This mirrors the hippocampal process of storing neural activity patterns rather than raw sensory inputs, reducing memory usage while preserving critical information. Through experiments with five sequentially learned visual concepts, we demonstrate that Latent Replay significantly outperforms existing methods in maintaining model versatility. After learning all concepts, our approach retained 77.59% Image Alignment (IA) on the earliest concept, 14% higher than baseline methods, while maintaining diverse outputs. Surprisingly, random selection of stored latent examples outperforms similarity-based strategies. Our findings suggest that Latent Replay enables efficient continual learning for generative AI models, paving the way for personalized text-to-image models that evolve with user needs without excessive computational costs.

文生图持续学习扩散模型遗忘抑制

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。