paper-with-me

홈 › Papers

Scout Before You Attend: Sketch-and-Walk Sparse Attention for Efficient LLM Inference

2026-02-07 · Hoang Anh Duy Le, Sahil Joshi, Zeyu Yang, Zhaozhuo Xu, Anshumali Shrivastava arxiv

Self-attention dominates the computational and memory cost of long-context LLM inference across both prefill and decode phases. To address this challenge, we introduce Sketch&Walk Attention, a training-free sparse attention method that determines sparsity with lightweight sketches and deterministic walk. Sketch&Walk applies Hadamard sketching to get inexpensive approximations of attention scores, then aggregates these estimates across layers via a walk mechanism that captures attention influence beyond direct interactions between tokens. The accumulated walk scores are used to select top-k attention blocks, enabling dynamic sparsity with a single training-free algorithm that applies uniformly to both the prefill and decode phases, together with custom sparse attention kernels. Across a wide range of models and tasks, Sketch&Walk maintains near-lossless accuracy at 20% attention density and can slightly outperform dense attention in some settings, while achieving up to 6x inference speedup.

📄 PDF Abstract BibTeX arXiv:2602.07397

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SCOUT: Toward Sub-Quadratic Attention via Segment Compression for Optimized Utility in Transformers

2025-08-31 · Aref Jafari, Yuhe Fan, Benyamin Jamialahmadi, Parsa Farinneya 외 arxiv

Transformers have demonstrated strong performance across a wide range of sequence modeling tasks, but their quadratic attention complexity limits scalability to long sequences. Linear models such as Mamba and sliding-win…

Scout-Net: Prospective Personalized Estimation of CT Organ Doses from Scout Views

2023-12-23 · Abdullah-Al-Zubaer Imran, Sen Wang, Debashish Pal, Sandeep Dutta 외

Purpose: Estimation of patient-specific organ doses is required for more comprehensive dose metrics, such as effective dose. Currently, available methods are performed retrospectively using the CT images themselves, whic…

Smart Bird: Learnable Sparse Attention for Efficient and Effective Transformer

2021-08-20 · Chuhan Wu, Fangzhao Wu, Tao Qi, Binxing Jiao 외

Transformer has achieved great success in NLP. However, the quadratic complexity of the self-attention mechanism in Transformer makes it inefficient in handling long sequences. Many existing works explore to accelerate T…

Making Robots Draw A Vivid Portrait In Two Minutes

2020-05-12 · Fei Gao, Jingjie Zhu, Zeyuan Yu, Peng Li 외

Significant progress has been made with artistic robots. However, existing robots fail to produce high-quality portraits in a short time. In this work, we present a drawing robot, which can automatically transfer a facia…

Style TransferVocal Bursts Valence Prediction

SCOUT: Per-Context Reset Curricula for Sparse-Reward Reinforcement Learning

2026-07-29 · Siddharth Aphale, Ayushman Singh arxiv

Sparse-reward reinforcement learning often fails because rollouts from the unassisted evaluation start rarely reach later task stages. Reset curricula address this by starting some training rollouts from easier intermedi…

Reinforcement Learning