English

Gated Delta Networks: Improving Mamba2 with Delta Rule

Computation and Language 2025-03-07 v3 Machine Learning

Abstract

Linear Transformers have gained attention as efficient alternatives to standard Transformers, but their performance in retrieval and long-context tasks has been limited. To address these limitations, recent work has explored two distinct mechanisms: gating for adaptive memory control and the delta update rule for precise memory modifications. We observe that these mechanisms are complementary: gating enables rapid memory erasure while the delta rule facilitates targeted updates. Building on this insight, we introduce the gated delta rule and develop a parallel training algorithm optimized for modern hardware. Our proposed architecture, Gated DeltaNet, consistently surpasses existing models like Mamba2 and DeltaNet across multiple benchmarks, including language modeling, common-sense reasoning, in-context retrieval, length extrapolation, and long-context understanding. We further enhance performance by developing hybrid architectures that combine Gated DeltaNet layers with sliding window attention or Mamba2 layers, achieving both improved training efficiency and superior task performance.

Keywords

Cite

@article{arxiv.2412.06464,
  title  = {Gated Delta Networks: Improving Mamba2 with Delta Rule},
  author = {Songlin Yang and Jan Kautz and Ali Hatamizadeh},
  journal= {arXiv preprint arXiv:2412.06464},
  year   = {2025}
}

Comments

ICLR 2025 camera ready

R2 v1 2026-06-28T20:27:50.812Z