LGMay 20

Fast and Stable Triangular Inversion for Delta-Rule Linear Transformers

arXiv:2605.2132554.9Has Code
Predicted impact top 43% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying linear attention models (e.g., Qwen3.5, RWKV-7), this work provides faster and numerically stable triangular inversion, improving hardware efficiency without sacrificing accuracy.

This paper addresses the performance bottleneck and numerical instability of triangular matrix inversion in Delta-Rule linear transformers, achieving up to 4.3× speedup on NPUs compared to SGLang implementations while maintaining full model accuracy.

Linear attention has emerged as a cornerstone for efficient long-context architectures, as evidenced by its integration into state-of-the-art open-source models including Qwen3.5/3.6, Kimi Linear, and RWKV-7. Models that incorporate linear attention layers with the so-called Delta-Rule involve the inversion of triangular matrices as a core sub-routine. This operation often forms a performance bottleneck, and, due to its high-sensitivity to numerical errors, it can significantly deteriorate end-to-end model accuracy if it is not carefully implemented. This work provides a systematic analysis of both direct and iterative triangular inversion algorithms, targeting methods that are rich in matrix products, and, therefore, have the potential to efficiently utilize modern hardware. To that end, our analysis covers a broad spectrum of mathematical and practical aspects, with a heavy focus on numerical stability, computational complexity, and, ultimately, hardware efficiency and practical considerations. We provide a rigorous experimental evaluation to verify these properties in practical scenarios, and in low-precision floating-point representations, highlighting the strengths and limitations of each method. Performance benchmarks on NPUs reveal up to $4.3\times$ speed-up against the state-of-the-art implementations of SGLang for triangular matrix inversion, leading to significant performance improvements on the entire layer level, while maintaining full end-to-end model accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes