paper-with-me

Papers

An Efficient Hybrid Sparse Attention with CPU-GPU Parallelism for Long-Context Inference

2026-05-08 · Feiyu Yao, Zhixiong Niu, Xiaqing Li, Yongqiang Xiong, Juan Fang, Qian Wang arxiv

Long-context inference increasingly operates over CPU-resident KV caches, either because decoding-time KV states exceed GPU memory capacity or because disaggregated prefill-decode systems place KV data in host memory. Although block-sparse attention reduces attention cost in this setting, sparsity alone is insufficient for end-to-end efficiency. GPU-only designs remain constrained by PCIe bandwidth and metadata memory overhead, while CPU-GPU hybrid designs still suffer from substantial GPU idle time and bottlenecks in CPU-side top-k selection and sparse attention computation. Fluxion is built on three key insights: output-aware KV budgeting, head-specific and granularity-aware sparse configuration, and cross-device coordinated execution for sparse attention over CPU-resident KV caches. Guided by these insights, Fluxion combines a lightweight head-property predictor, a granularity-budget selector, and a priority-based scheduler to jointly optimize budget allocation, sparse configuration, and CPU-GPU execution overlap. This co-design enables hybrid sparse attention to achieve both accuracy and system efficiency in long-context inference. Across 2 models, 3 benchmarks, and 40 tasks, Fluxion preserves quality well -- the worst average degradation is only -0.26 relative to FULL, while delivering 1.5$\times$-3.7$\times$ speedup over the strongest fixed sparse hybrid baseline, whose KV budget is only 0.05.

📄 PDF Abstract BibTeX arXiv:2605.07719

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

USP: A Unified Sequence Parallelism Approach for Long Context Generative AI

2024-05-13 · Jiarui Fang, Shangchun Zhao

Sequence parallelism (SP), which divides the sequence dimension of input tensors across multiple computational devices, is becoming key to unlocking the long-context capabilities of generative AI models. This paper inves…

OSP-Next: Efficient High-Quality Video Generation with Sparse Sequence Parallelism, HiF8 Quantization, and Reinforcement Learning

2026-05-27 · Yunyang Ge, Xianyi He, Zezhong Zhang, Bin Lin 외 arxiv

Diffusion Transformers achieve strong video generation quality, but the quadratic cost of full attention limits efficiency. We introduce OSP-Next, an efficient text-to-video generation model that integrates sparse attent…

Text-to-Video GenerationReinforcement Learning

LASP-2: Rethinking Sequence Parallelism for Linear Attention and Its Hybrid

2025-02-11 · Weigao Sun, Disen Lan, Yiran Zhong, Xiaoye Qu 외

Linear sequence modeling approaches, such as linear attention, provide advantages like linear-time training and constant-memory inference over sequence lengths. However, existing sequence parallelism (SP) methods are eit…

Sequence Parallelism: Long Sequence Training from System Perspective

2021-05-26 · Shenggui Li, Fuzhao Xue, Chaitanya Baranwal, Yongbin Li 외

Transformer achieves promising results on various tasks. However, self-attention suffers from quadratic memory requirements with respect to the sequence length. Existing work focuses on reducing time and space complexity…

GPU

Learning how to Forget: Fine-tuning for Long-Context Sparse Attention

2026-08-20 · Matthias Seeger, Zeyu Zhang, Vihang Patil, Konstantinos Benidis 외 arxiv

A lot of prior work addressed key-value (KV) cache selection and compression by sparse attention to enable long-context inference for transformer language models without excessive hardware budgets. We provide a new metho…