paper-with-me

Papers

AsyncTLS: Efficient Generative LLM Inference with Asynchronous Two-level Sparse Attention

2026-04-09 · Yuxuan Hu, Jianchao Tan, Jiaqi Zhang, Wen Zan, Pingwei Sun, Yifan Lu, Yerui Sun, Yuchen Xie, Xunliang Cai, Jing Zhang arxiv

Long-context inference in LLMs faces the dual challenges of quadratic attention complexity and prohibitive KV cache memory. While token-level sparse attention offers superior accuracy, its indexing overhead is costly; block-level methods improve efficiency but sacrifice precision. We propose AsyncTLS, a hierarchical sparse attention system that combines coarse-grained block filtering with fine-grained token selection to balance accuracy and efficiency, coupled with an asynchronous offloading engine that overlaps KV cache transfers with computation via temporal locality exploitation. Evaluated on Qwen3 and GLM-4.7-Flash across GQA, and MLA architectures, AsyncTLS achieves accuracy comparable to full attention while delivering 1.2x - 10.0x operator speedups and 1.3x - 4.7x end-to-end throughput improvements on 48k - 96k contexts.

📄 PDF Abstract BibTeX arXiv:2604.07815

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Low-Latency Event-Based Object Detection with Spatially-Sparse Linear Attention

2026-03-06 · Haiqing Hao, Zhipeng Sui, Rong Zou, Zijia Dai 외 arxiv

Event cameras provide sequential visual data with spatial sparsity and high temporal resolution, making them attractive for low-latency object detection. Existing asynchronous event-based neural networks exploit this low…

Event-based visionObject Detection

TurboGR: An Accelerated Training System for Large-Scale Generative Recommendation

2026-05-13 · Huichao Chai, Zhixin Wu, Xuemiao Li, Shiqing Fan 외 arxiv

Generative recommendation (GR) has emerged as a promising paradigm that replaces fragmented, scenario-specific architectures with unified Transformer-based models, exhibiting scaling-law behavior where recommendation qua…

AsyncSpade: Efficient Test-Time Scaling with Asynchronous Sparse Decoding

2025-10-08 · Shuqing Luo, Yilin Guan, Pingzhi Li, Hanrui Wang 외 arxiv

Test-time scaling (TTS) boosts LLM reasoning via long chain-of-thought (CoT), but the linear KV-cache growth amplifies the memory-bound bottleneck of LLM decoding. Query-aware page-level sparse decoding can achieve state…

Fast and Efficient 2-bit LLM Inference on GPU: 2/4/16-bit in a Weight Matrix with Asynchronous Dequantization

2023-11-28 · Jinhao Li, Jiaming Xu, Shiyao Li, Shan Huang 외

Large language models (LLMs) have demonstrated impressive abilities in various domains while the inference cost is expensive. Many previous studies exploit quantization methods to reduce LLM inference cost by reducing la…

GPUQuantization

An Asynchronous Parallel Approach to Sparse Recovery

2017-01-12 · Deanna Needell, Tina Woolf

Asynchronous parallel computing and sparse recovery are two areas that have received recent interest. Asynchronous algorithms are often studied to solve optimization problems where the cost function takes the form $\sum_…

compressed sensing