English

SOCKET: SOft Collision Kernel EsTimator for Sparse Attention

Machine Learning 2026-05-11 v2

Abstract

Exploiting sparsity during long-context inference is key to scaling large language models, as attention dominates the cost of autoregressive decoding. Sparse attention reduces this cost by restricting computation to a subset of tokens, but its effectiveness depends on efficient scoring and selection at inference time. We revisit Locality-Sensitive Hashing (LSH) and introduce SOCKET, a SOft Collision Kernel EsTimator that replaces hard bucket matches with probabilistic, similarity-aware aggregation. Traditional LSH yields binary collision signals that limit ranking quality and require substantial memory to perform well. In contrast, soft LSH accumulates graded collision evidence across hash tables, preserving top-k ordering with significantly less memory. This reframes LSH from a candidate generator into a principled scoring kernel for sparse attention. Leveraging this property, SOCKET enables efficient token selection without ad hoc voting and matches or surpasses prior sparse attention methods across multiple long-context benchmarks. With a custom CUDA scoring kernel and a Flash Decode Triton backend, SOCKET achieves up to 1.5×\times higher throughput than FlashAttention.

Keywords

Cite

@article{arxiv.2602.06283,
  title  = {SOCKET: SOft Collision Kernel EsTimator for Sparse Attention},
  author = {Sahil Joshi and Agniva Chowdhury and Wyatt Bellinger and Amar Kanakamedala and Ekam Singh and Hoang Anh Duy Le and Aditya Desai and Anshumali Shrivastava},
  journal= {arXiv preprint arXiv:2602.06283},
  year   = {2026}
}

Comments

7 figures, 17 tables

R2 v1 2026-07-01T10:23:32.859Z