Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/31 15:07:18

The Grokked Illusion: True Equilibrium Mitigates Catastrophic Forgetting

AI 中文解读
核心亮点:一项新研究发现,AI模型即使“学得完美”,也可能在学新东西时迅速忘掉旧知识,而一种更“分散”的训练方式能显著增强记忆力。 通俗解读:想象一个学生死记硬背考了满分,但一旦学了新内容,旧知识就全忘了;另一个学生虽然考试分数一样,但理解得更全面、更灵活,学新东西时旧知识依然记得很牢。研究者用两种方法训练AI做算术题,效果一样好。然后让它们去记一堆乱码般的新数据,结果“死记硬背型”AI的旧技能正确率从100%掉到75%,而“灵活理解型”AI依然保持95%。他们发现,后者神经元之间的连接更像一张四通八达的网络,而不是几条窄路,所以不容易被冲垮。 实际影响:这项研究提醒我们,AI的“聪明”可能很脆弱。未来如果想让AI像人一样持续学习、不断升级,就不能只看它的考试成绩,还得确保它的“记忆底子”足够结实。这有助于开发更可靠的智能助手、自动驾驶等系统,减少它们因更新数据而“失忆”带来的安全隐患。
While neural networks are typically evaluated by their training and test performance, these metrics do not reveal how robust a learned representation is. Recent studies have shown that solutions occupying larger volumes in parameter space, as quantified by Boltzmann entropy, often exhibit superior generalizability compared to those reached by conventional optimization, a phenomenon known as the high entropy advantage. Here we ask whether this advantage persists beyond generalization. Specifically, we investigate models' robustness, the ability to retain the learned knowledge when the model is subsequently trained to acquire new information. Using grokking in modular arithmetic as a controlled setting, we design a noise injection experiment to evaluate the robustness difference between AdamW-trained transformers and high-entropy model sampled from Wang-Landau Molecular Dynamics with identical saturated performance. By forcing both models to fully remember new data with random labels, we find that AdamW-trained models suffer from catastrophic forgetting, with original task test accuracy dropping from 100% to below 75%, whereas the high-entropy models maintain approximately 95% test accuracy. We term this hidden fragility behind apparent generalization the "grokked illusion." Through singular value decomposition of the neural network weights, we discover that high-entropy neural networks possess significantly higher effective rank in attention and MLP layers both before and after noise injection, indicating richer feature representations can serve as a buffer against catastrophic forgetting. Our findings demonstrate that perfect generalization does not imply equal robustness, offering a new perspective on what makes a trained model robust to interference.
分享
阅读原文