paper-with-me

홈 › Papers

Full Attention Strikes Back: Transferring Full Attention into Sparse within Hundred Training Steps

2026-05-16 · Yanke Zhou, Yiduo Li, Hanlin Tang, Maohua Li, Kan Liu, Tao Lan, Lin Qu, Yuan Yao, Xiaoxing Ma arxiv

Long-context inference in large language models is bottlenecked by the quadratic cost of full attention. Existing efficient alternatives often rely either on native sparse training or on heuristic token eviction, creating an undesirable trade-off among efficiency, training cost, and accuracy. In this work, we show that full-attention LLMs are already intrinsically sparse and can be transformed into highly sparse models with only minimal adaptation. Our approach is built on three observations: (1) only a small subset of attention heads truly requires full long-context processing; (2) long-range retrieval is governed primarily by a low-dimensional subspace, allowing relevant tokens to be retrieved efficiently with a 16-dimensional indexer; and (3) the useful token budget is strongly query-dependent, making dynamic top-$p$ selection more suitable than fixed top-$k$ sparsification. Based on these insights, we propose RTPurbo, which retains the full KV cache only for retrieval heads and introduces a lightweight token indexer for sparse attention. By exploiting the model's intrinsic sparsity, RTPurbo achieves sparsification with only a few hundred training steps. Experiments on long-context benchmarks and reasoning tasks show that RTPurbo preserves near-lossless accuracy while delivering substantial efficiency gains, including up to a 9.36$\times$ prefill speedup at 1M context and about a 2.01$\times$ decode speedup. These results suggest that strong sparse inference can be obtained from standard full-attention training without expensive native sparse pretraining.

📄 PDF Abstract BibTeX arXiv:2605.16928

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Kryptonite-N: Machine Learning Strikes Back

2024-12-29 · Albus Li, Nathan Bailey, Will Sumerfield, Kira Kim

Quinn et al propose challenge datasets in their work called ``Kryptonite-N". These datasets aim to counter the universal function approximation argument of machine learning, breaking the notation that machine learning ca…

Cut-and-Paste: Subject-Driven Video Editing with Attention Control

2023-11-20 · Zhichao Zuo, Zhao Zhang, Yan Luo, Yang Zhao 외

This paper presents a novel framework termed Cut-and-Paste for real-word semantic video editing under the guidance of text prompt and additional reference image. While the text-driven video editing has demonstrated remar…

ObjectVideo Editing

Trio: Learning Time-Series Forecasting with Temporal-Spatial-Sample Attention and Structural Causal Priors

2026-06-05 · Tao Chen, Yexu Zhou, Zhi Gong, Hengwei He 외 arxiv

Multivariate time-series forecasting requires models to reason over temporal dynamics, cross-variable dependencies, and historical input-output correspondences. Recent Prior-Data Fitted Networks (PFNs) suggest that synth…

YOLOv6 v3.0: A Full-Scale Reloading

2023-01-13 · Chuyi Li, Lulu Li, Yifei Geng, Hongliang Jiang 외

The YOLO community has been in high spirits since our first two releases! By the advent of Chinese New Year 2023, which sees the Year of the Rabbit, we refurnish YOLOv6 with numerous novel enhancements on the network arc…

GPUObject DetectionReal-Time Object Detection

What Survives When You Compress a Recursive Reasoner for the Edge?

2026-06-25 · Pearse Jim, Steven Kolawole, Opegbemi Matthias Busoye, Glory Bagai 외 arxiv

Recursive reasoning models can solve complex structured tasks with only a few million parameters by repeatedly updating a latent state. Deploying these models on edge hardware requires significant compression, but unlike…