Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/31 04:00:00
Subtract or Replay? Exact Deletion from Language-Model Memory
AI 中文解读
GPT-4o问世后,AI记忆管理迎来新突破:科学家找到了一种“精准删除”大模型记忆的方法,就像从脑子里安全擦除特定信息,而不是粗暴地重置整个大脑。这项研究首次证明,AI不仅能记住知识,还能按需遗忘,甚至修改记忆,整个过程不留痕迹,且不会影响其他能力。
通俗地说,此前AI一旦“记住”了某些数据,就很难单独抹去,就像在笔记本上写错字只能用涂改液覆盖。新方法却能让AI像用橡皮擦一样,精确擦掉指定的记忆痕迹,而且擦完后AI的表现与从未见过这些数据时几乎一模一样。研究人员在多个大型模型上验证了可靠性,哪怕面对病历这类敏感信息,也能做到彻底删除并支持事后更正。
对普通人来说,这意味着未来使用AI时,隐私将更有保障。比如医院或银行想用AI处理数据,用完后可以要求它“忘掉”这些内容,防止泄漏。同时,用户也可能拥有“被遗忘权”,让AI服务商清理自己的数据痕迹。这项技术还让AI系统更灵活,既能不断学习新知识,又能在必要时纠正错误,成为真正安全可信的智能助手。
arXiv:2607.27539v1 Announce Type: new
Abstract: Exact deletion from persistent language-model memory depends on how that memory represents a record. Addressable influence can be removed by algebraic decrement; influence transformed by later writes inside shared recurrent state requires rebuilding from before the write. We test this distinction in two pretrained models against explicit record-omitted references. First, we replace Gemma 3's global-attention layers with support-vector memory. After low-rank recovery at 1B, decrement and retained-key refit agree at the next-token output to median KL $5.4\times10^{-15}$ over 31 support-token deletions, with $+2.0\%$ perplexity relative to a matched fine-tune. A masked-refit proxy is indistinguishable from the never-ingested floor under elicitation, relearning, sampling, and LiRA attacks. At 4B and 12B, certificate ordering persists but utility cost rises to $11.2\%$ and $44.3\%$. Second, in a 48B Kimi Linear hybrid, additive writes admit a fixed decrement and diagonal decay a corrected one, whereas the delta rule makes $12$--$49\%$ of a record's contribution suffix-dependent. Checkpointed rewind-and-replay deletes real clinical records at contexts up to 18,842 tokens, matching never-ingested logits and all recurrent states bit for bit within a deterministic MLX implementation; replaying a correction provides exact amendment. Exact deletion is therefore a property of memory representation: subtract addressable records and replay entangled writes.
分享
阅读原文 ↗