paper-with-me

홈 › Papers

Linear Attention Architectures: Mechanisms, Trade-offs, and Cross-Layer Routing

2026-07-08 · Tommaso Cerruti, Tim Rieder, George Rowlands, Lingfeng Jin, Imanol Schlag arxiv

Self-attention lets each token retrieve information from the full context, but its quadratic cost in sequence length limits training and inference at long context. This paper presents a comparative study of softmax attention and four recent recurrent linear-attention architectures: DeltaNet, Gated DeltaNet, Kimi Delta Attention, and Gated DeltaNet-2. We express these mechanisms in a common recurrent-memory notation, making explicit how they differ in expressivity, memory decay, erase and write control, training throughput, and implementation complexity. Our experiments center on 350M-parameter models trained for 15B tokens, and include optimizer and learning-rate comparisons, hybrid-versus-pure stack comparisons, sequence-length runtime measurements, larger DeltaNet runs at 1.3B and 3B parameters, and a small set of downstream evaluations. The reported speed results measure training throughput and iteration time; we do not provide an empirical inference-speed benchmark. Within the reported 350M-parameter, 15B-token sweep, Kimi Delta Attention with Muon reaches the lowest final validation loss, a pure Gated DeltaNet stack trained with AdamW has the highest normalized training throughput, hybrid stacks generally improve loss at a throughput cost, and Muon consistently lowers final validation loss relative to AdamW in the matched architecture settings we evaluate. We introduce and evaluate lightweight cross-layer routing mechanisms for DeltaNet-style memories. The most natural DeltaNet-inspired formulation, forwarding a lower layer's delta-rule write error into the next layer's value target, does not improve over matched baselines. Routing into the aligned hidden stream and forwarding the write value instead yields a modest improvement in the matched runs we report: Cross-Layer Value Routing (CLVR) lowers final validation loss for both DeltaNet and Gated DeltaNet.

📄 PDF Abstract BibTeX arXiv:2607.07953

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Controlling Style in Generated Dialogue

2020-09-22 · Eric Michael Smith, Diana Gonzalez-Rico, Emily Dinan, Y-Lan Boureau

Open-domain conversation models have become good at generating natural-sounding dialogue, using very large architectures with billions of trainable parameters. The vast training data required to train these architectures…

Dialogue Generation

SLAY: Geometry-Aware Spherical Linearized Attention with Yat-Kernel

2026-02-04 · Jose Miguel Luna, Taha Bouhsine, Krzysztof Choromanski arxiv

We propose a new class of linear-time attention mechanisms based on a relaxed and computationally efficient formulation of the recently introduced E-Product, often referred to as the Yat-kernel (Bouhsine, 2025). The resu…

Architectural Trade-offs in Small Language Models Under Compute Constraints

2025-12-24 · Shivraj Singh Bhatti arxiv

We present a systematic empirical study of small language models under strict compute constraints, analyzing how architectural choices and training budget interact to determine performance. Starting from a linear next-to…

Exploring the Global-to-Local Attention Scheme in Graph Transformers: An Empirical Study

2025-09-18 · Gang Wu, Zhengwei Wang arxiv

Graph Transformers (GTs) show considerable potential in graph representation learning. The architecture of GTs typically integrates Graph Neural Networks (GNNs) with global attention mechanisms either in parallel or as a…

Graph Representation Learning

GradNets: Dynamic Interpolation Between Neural Architectures

2015-11-21 · Diogo Almeida, Nate Sauder

In machine learning, there is a fundamental trade-off between ease of optimization and expressive power. Neural Networks, in particular, have enormous expressive power and yet are notoriously challenging to train. The na…