ExplorerData ScienceMachine Learning
Research PaperResearchia:202607.09004

The Key to Going Linear: Analysis-Driven Transformer Linearization

Anna Kuzina

Abstract

The quadratic cost of causal self-attention severely bottlenecks long-context transformer inference. While numerous post hoc linearization pipelines exist, it is difficult to identify which components preserve model quality. This work isolates the effect of state update design in a strict frozen-backbone regime. We show that softmax relies on key-dependent, rank-1 orthogonal projections, elucidating why delta-style networks outperform purely gated accumulation. We identify a potential source of ...

Submitted: July 9, 2026Subjects: Machine Learning; Data Science

Description / Details

The quadratic cost of causal self-attention severely bottlenecks long-context transformer inference. While numerous post hoc linearization pipelines exist, it is difficult to identify which components preserve model quality. This work isolates the effect of state update design in a strict frozen-backbone regime. We show that softmax relies on key-dependent, rank-1 orthogonal projections, elucidating why delta-style networks outperform purely gated accumulation. We identify a potential source of approximation errors and introduce structural interventions, specifically sink tokens, short convolutions, and fixed-budget cache routing, which reduces the remaining gap. We scale this linearization approach across LLaMA and Qwen models up to 32B parameters, outperforming prior post hoc baselines on MMLU and matching the long-context retrieval of complex adaptive-caching frameworks.


Source: arXiv:2607.07706v1 - http://arxiv.org/abs/2607.07706v1 PDF: https://arxiv.org/pdf/2607.07706v1 Original Link: http://arxiv.org/abs/2607.07706v1

Please sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Access Paper
View Source PDF
Submission Info
Date:
Jul 9, 2026
Topic:
Data Science
Area:
Machine Learning
Comments:
0
Bookmark
The Key to Going Linear: Analysis-Driven Transformer Linearization | Researchia