arXiv:2601.00417cs.LGcs.AI2026-01被引 8

提出可显式编辑残差状态的深度增量学习方法

Deep Delta Learning

  • 用学习方向实现残差状态的读取-比较-写回机制
  • 在预训练中提升语言建模与下游任务性能
  • 适合需要可控编辑的大型语言模型应用

Transformer 的残差流通过加性更新演化。尽管足够表达的残差块能表示内容替换,但标准架构并未将读取、比较和替换显式参数化为残差操作。我们提出深度增量学习(DDL),一种结构化的残差更新方式,在保留身份路径的同时,支持对残差状态的目标导向编辑。每一层沿学习方向读取当前状态,将读出结果与学习目标比较,并沿相同方向写回一个门控秩-1修正。关上门即恢复身份映射,完全打开则精确覆盖选定的残差读出。我们将 DDL 实例化为标量与扩展残差状态。扩展形式提供多个持久值通道,同时保持注意力与 MLP 计算宽度不变,从而分离残差状态容量与主干计算宽度。受控的 LLM 预训练实验表明,与加性残差基线相比,DDL 在报告运行中提升了语言建模质量与平均单次下游性能,同时引入了显式内存与吞吐量权衡。这些结果表明,深度方向的增量规则为管理 Transformer 残差流提供了有用的归纳偏置。

原文摘要 · Abstract (English)

Transformer residual streams evolve through additive updates. Although a sufficiently expressive residual block can represent content replacement, standard architectures do not parameterize reading, comparison, and replacement as an explicit residual operation. We introduce Deep Delta Learning (DDL), a structured residual update that preserves the identity path while enabling target-seeking edits to the residual state. Each layer reads the current state along a learned direction, compares the resulting readout with a learned target, and writes back a gated rank-1 correction along the same direction. Closing the gate recovers the identity map, while fully opening it exactly overwrites the selected residual readout. We instantiate DDL with both scalar and expanded residual states. The expanded formulation provides multiple persistent value channels while keeping attention and MLP computation at the original model width, thereby separating residual-state capacity from backbone compute width. Controlled LLM pretraining experiments show that DDL improves language-modeling quality and average one-shot downstream performance over additive residual baselines in the reported runs, while introducing explicit memory and throughput tradeoffs. These results suggest that depth-wise delta-rule updates provide a useful inductive bias for managing Transformer residual streams.

Transformer残差学习模型编辑增量更新

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