vix.ing · top · new · best · stats

Subquadratic Algorithms and Hardness for Attention with Any Temperature

2025/05/20 by Shreya Gupta, Boyang Huang, Gupta, Shreya +7 · 2 citations
Computer Science · Engineering · #Advanced Image and Video Retrieval Techniques #CCD and CMOS Imaging Sensors #Computational Complexity (cs.CC) #F.2.1 #FOS: Computer and information sciences #Machine Learning (cs.LG)

paper · pdf · doi:10.48550/arxiv.2505.14840

openalex publication_date 2025/05/20 · openalex created_date 2025/10/19 · openalex updated_date 2026/07/28

Abstract

Despite the popularity of the Transformer architecture, the standard algorithm for computing Attention suffers from quadratic time complexity in context length n. Alman and Song [NeurIPS 2023] showed that when the head dimension d = Θ(log n), subquadratic Attention is possible if and only if the inputs have small entries bounded by B = o(√(log n)) in absolute values, under the Strong Exponential Time Hypothesis (SETH). Equivalently, subquadratic Attention is possible if and only if the softmax is applied with high temperature for d=Θ(log n). Running times of these algorithms depend exponentially on B and thus they do not lead to even a polynomial-time algorithm outside the specific range of B. This naturally leads to the question: when can Attention be computed efficiently without strong assumptions on temperature? Are there fast attention algorithms that scale polylogarithmically with entry size B? In this work, we resolve this question and characterize when fast Attention for arbitrary temperatures is possible. First, for all constant d = O(1), we give the first subquadratic O(n2 - 1/d ⋅ polylog(B)) time algorithm for Attention with large B. Our result holds even for matrices with large head dimension if they have low rank. In this regime, we also give a similar running time for Attention gradient computation, and therefore for the full LLM training process. Furthermore, we show that any substantial improvement on our algorithm is unlikely. In particular, we show that even when d = 2Θ(log^* n), Attention requires n2 - o(1) time under SETH. Finally, in the regime where d = poly(n), we show that the standard algorithm is optimal under popular fine-grained complexity assumptions.

Citations

Cited by

Related