paper-with-me

홈 › Papers

A Unified Sparse Attention via Multi-Granularity Compression

2025-12-16 · Siran Liu, Zane Cao, Yongchao He arxiv

Efficient long-context understanding and reasoning are increasingly vital for large language model (LLM) applications such as multi-turn dialogue and program analysis. However, the core self-attention mechanism scales quadratically with sequence length, creating a fundamental computational bottleneck. Existing sparse attention methods alleviate this issue but face trade-offs: training-based methods are costly and cannot be directly applied as acceleration plugins for other models, while inference-time methods often compromise efficiency or cross-modal generality. To address these limitations, we present UniSparse, a unified mechanism that introduces the notion of composite tokens--compact representations that aggregate multi-granularity contextual information. Building on this abstraction, UniSparse dynamically constructs sparse attention through multi-granularity compression and block-level selection, enabling efficient and hardware-friendly execution on GPU. Across multiple modalities and tasks ranging from synthetic benchmarks to real-world applications, UniSparse consistently surpasses state-of-the-art sparse attention methods (e.g., MInference, XAttention, FlexPrefill) in both accuracy and efficiency, achieving $\ge$ 99% of full-attention accuracy and up to 2.61$\times$ faster attention computation than FlashAttention.

📄 PDF Abstract BibTeX arXiv:2512.14082

Code (0)

등록된 구현이 없습니다.

Tasks

Long-Context Understanding

Similar Papers 제목 키워드 기반

FlashOmni: A Unified Sparse Attention Engine for Diffusion Transformers

2025-09-29 · Liang Qiao, Yue Dai, Yeqi Huang, Hongyu Kan 외 arxiv

Multi-Modal Diffusion Transformers (DiTs) demonstrate exceptional capabilities in visual synthesis, yet their deployment remains constrained by substantial computational demands. To alleviate this bottleneck, many sparsi…

HiSAC: Hierarchical Sparse Activation Compression for Ultra-long Sequence Modeling in Recommenders

2026-02-24 · Kun Yuan, Junyu Bi, Daixuan Cheng, Changfa Wu 외 arxiv

Modern recommender systems leverage ultra-long user behavior sequences to capture dynamic preferences, but end-to-end modeling is infeasible in production due to latency and memory constraints. While summarizing history …

Sparseformer: a Transferable Transformer with Multi-granularity Token Sparsification for Medical Time Series Classification

2025-03-19 · Jiexia Ye, Weiqi Zhang, Ziyue Li, Jia Li 외

Medical time series (MedTS) classification is crucial for improved diagnosis in healthcare, and yet it is challenging due to the varying granularity of patterns, intricate inter-channel correlation, information redundanc…

DiagnosticFew-Shot LearningTime SeriesTime Series Analysis+2

Multi-Granular Node Pruning for Causal Circuit Discovery

2025-12-11 · Muhammad Umair Haider, Hammad Rizwan, Hassan Sajjad, A. B. Siddique arxiv

Circuit discovery aims to identify minimal subnetworks that are responsible for specific behaviors in large language models (LLMs). Existing approaches primarily rely on iterative edge pruning, which is computationally e…

QuantSparse: Comprehensively Compressing Video Diffusion Transformer with Model Quantization and Attention Sparsification

2025-09-28 · Weilun Feng, Chuanguang Yang, Haotong Qin, Mingqiang Wu 외 arxiv

Diffusion transformers exhibit remarkable video generation capability, yet their prohibitive computational and memory costs hinder practical deployment. Model quantization and attention sparsification are two promising d…

Video Generation