Papers › Exact Linear Attention

Exact Linear Attention

13 May 2026arXiv:2605.18848added by Syntology

Weinuo Ou

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

This paper introduces Exact Linear Attention (ELA), a mechanism that achieves linear computational complexity for Transformer attention by exploiting the exact decomposition property of kernel functions, thereby eliminating approximation error. We identify and address two key limitations of prior linear attention -- gradient explosion and token attention dilution -- by imposing kernel constraints that ensure non-negativity, discriminability, and geometric interpretability. Several kernel functions are proposed, including the Hadamard Exp Kernel, Summation Squared Euclidean Distance Kernel, and Subtraction Squared Euclidean Distance Kernel, each tailored for specific attention behaviors. Beyond the core attention formulation, the paper presents three engineering innovations: (1) a Hyper-Link structure that replaces traditional residual connections to mitigate gradient degradation; (2) a Memory Lobe module based on bidirectional linear attention, which captures "transformation flow" across layers to implement qualitative memory and an implicit reinforcement learning paradigm; and (3) a routing-score-based bias mechanism for Mixture-of-Experts (MoE) to improve interpretability and semantic alignment. Experimental results demonstrate that ELA achieves up to 6x faster decoding speed and 75% reduction in KV cache memory usage compared to full attention, while maintaining comparable or superior training performance. The proposed memory module accelerates convergence and enhances generalization. Furthermore, we extend the linear attention principle to vision models, yielding YOLO-LAT, which attains up to 4.3x GPU inference speedup and 7.9x parameter reduction with competitive detection accuracy. These results underline the broad applicability of exact linear attention for scaling Transformer models to ultra-long sequences and efficient visual tasks.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.18848")

Code

Syntology Ran 15 of 17 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 15 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yauntyour/Exact-Linear-Attention found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 15 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

15ran
2unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from yauntyour/Exact-Linear-Attention. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

augment_gpu yauntyour/Exact-Linear-Attention/latdet/dataset.py found in paper text by Syntology ran licence not identified · pointer only · 874a1f99220fcf8d · report
benchmark_pt yauntyour/Exact-Linear-Attention/latdet/benchmark_compare.py found in paper text by Syntology ran licence not identified · pointer only · 8c58f677b1cba287 · report
benchmark_resolution yauntyour/Exact-Linear-Attention/latdet/benchmark_compare.py found in paper text by Syntology ran licence not identified · pointer only · 24e7a195793408a9 · report
benchmark_yolo yauntyour/Exact-Linear-Attention/latdet/benchmark_compare.py found in paper text by Syntology ran licence not identified · pointer only · 58959f96060b946f · report
compute_iou yauntyour/Exact-Linear-Attention/latdet/model.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 73f71709991d844e · report
draw_boxes yauntyour/Exact-Linear-Attention/latdet/detect.py found in paper text by Syntology ran licence not identified · pointer only · 1e0e8c6c59d025df · report
format_ns yauntyour/Exact-Linear-Attention/latdet/benchmark.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · fe8de5cae1cdc702 · report
generate yauntyour/Exact-Linear-Attention/GPT_input.py found in paper text by Syntology ran licence not identified · pointer only · 584dfd1b5c011a3c · report
gpu_collate yauntyour/Exact-Linear-Attention/latdet/dataset.py found in paper text by Syntology ran licence not identified · pointer only · 8698291e986b85fa · report
linear_dot_causal yauntyour/Exact-Linear-Attention/Functional.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 619454a5d89af7d8 · report
linear_hadamard_attn_onnx yauntyour/Exact-Linear-Attention/latdet/model_onnx.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 8803f5b4c5268a1b · report
linear_kernels_attn yauntyour/Exact-Linear-Attention/Functional.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · e596cdea50eaa54b · report
linear_kernels_attn_causal yauntyour/Exact-Linear-Attention/Functional.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · ff02908ac5ab50e5 · report
model_size yauntyour/Exact-Linear-Attention/latdet/model.py found in paper text by Syntology ran licence not identified · pointer only · a5293e633120d38e · report
nms yauntyour/Exact-Linear-Attention/latdet/model.py found in paper text by Syntology ran licence not identified · pointer only · 1300c3067104cd11 · report
linear_kernels_attn yauntyour/Exact-Linear-Attention/CUDA.py found in paper text by Syntology unverified licence not identified · pointer only · 43529143301093c2 · report
linear_kernels_attn_causal yauntyour/Exact-Linear-Attention/CUDA.py found in paper text by Syntology unverified licence not identified · pointer only · c7a0267e2da97e1c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.18848, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections